diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-04 11:21:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-04 11:21:54 +0000 |
commit | c630fe624c165b4be52d3bdfb4d8e719da52a022 (patch) | |
tree | b4d9e9bdf6b9bcbc15ae3ed23c04d39b6158be66 /pod | |
parent | dfc98234fc15f52c0776048cec291c9d1b2dec2b (diff) | |
download | perl-c630fe624c165b4be52d3bdfb4d8e719da52a022.tar.gz |
Sync synopses
p4raw-id: //depot/perl@24382
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl.pod | 6 | ||||
-rw-r--r-- | pod/perlrun.pod | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index ba24f7c59e..0e94a8aee2 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -4,10 +4,12 @@ perl - Practical Extraction and Report Language =head1 SYNOPSIS -B<perl> S<[ B<-sTuU> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> +B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[:I<debugger>] ] [ B<-D>[I<number/list>] ]> - S<[ B<-pna> ] [ B<-F>I<pattern> ] [ B<-l>[I<octal>] ] [ B<-0>[I<octal>] ]> + S<[ B<-pna> ] [ B<-F>I<pattern> ]> + S<[ B<-l>[I<octal>] ] [ B<-0>[I<octal/hexadecimal>] ]> S<[ B<-I>I<dir> ] [ B<-m>[B<->]I<module> ] [ B<-M>[B<->]I<'module...'> ]> + S<[ B<-A [I<assertions>] >]> S<[ B<-C [I<number/list>] >]> S<[ B<-P> ]> S<[ B<-S> ]> S<[ B<-x>[I<dir>] ]> S<[ B<-i>[I<extension>] ]> S<[ B<-e> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 9ff9ac9ef5..4f1fe63035 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -9,13 +9,13 @@ B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list>] ]> S<[ B<-pna> ] [ B<-F>I<pattern> ] [ B<-l>[I<octal>] ] [ B<-0>[I<octal/hexadecimal>] ]> S<[ B<-I>I<dir> ] [ B<-m>[B<->]I<module> ] [ B<-M>[B<->]I<'module...'> ]> + S<[ B<-A [I<assertions>] >]> + S<[ B<-C [I<number/list>] >]> S<[ B<-P> ]> S<[ B<-S> ]> S<[ B<-x>[I<dir>] ]> S<[ B<-i>[I<extension>] ]> S<[ B<-e> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> - S<[ B<-A [I<assertions>] >]> - S<[ B<-C [I<number/list>] >]> =head1 DESCRIPTION |