Check-in Number:
|
1611 | |
Date: |
2002-Jan-23 14:31:20 (local)
2002-Jan-23 13:31:20 (UTC) |
User: | ms |
Branch: | |
Comment: |
move the synopsis back to where it belongs: SYNOPSIS section |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc.pod 1.10 -> 1.11
--- rc.pod 2002/01/23 13:29:21 1.10
+++ rc.pod 2002/01/23 13:31:20 1.11
@@ -37,10 +37,52 @@
=over 4
-rc [-h|--help] [-V|--version] [-v|--verbose]
- [-d|--debug] [-p|--print] [-e|--eval]
- [-c|--config] [-q|--query] [-r|--raw]
- <command> <section> [<section> ...]
+=item B<General>
+
+@l_prefix@/etc/rc
+[B<-f>|B<--rcfile> I<file>]
+[B<-d>|B<--rcdir> I<dir>[C<:>I<dir>[...]]
+[B<-C>|B<--rcconf> I<file>[C<:>I<file>[...]]]
+[B<-F>|B<--rcfunc> I<file>[C<:>I<file>[...]]]
+[B<-t>|B<--tmpdir> I<dir>]
+[B<-r>|B<--raw>]
+[B<-v>|B<--verbose>]
+[B<-D>|B<--debug>]
+[I<command-options>]
+[I<command-arguments>]
+
+=item B<Run-Command Execution>
+
+@l_prefix@/etc/rc
+[I<parameter-options>]
+[B<-x>|B<--exec>]
+[B<-p>|B<--print>]
+[B<-e>|B<--eval>]
+I<package>
+I<command>
+[I<command> ...]
+
+=item B<Configuration Query>
+
+@l_prefix@/etc/rc
+[I<parameter-options>]
+[B<-q>|B<--query>]
+I<format>
+
+@l_prefix@/etc/rc
+[I<parameter-options>]
+[B<-c>|B<--config>]
+[I<package>]
+
+=item B<Facility Query>
+
+@l_prefix@/etc/rc
+[I<parameter-options>]
+[B<-i>|B<--info>]
+
+@l_prefix@/etc/rc
+[B<-h>|B<--help>]
+[B<-V>|B<--version>]
=back 4
@@ -177,8 +219,6 @@
=head1 EXAMPLES
-=over 4
-
Some short one line examples include the following. Note that a run command
consists of a single program name and one or more sections. The wildcard `all'
can be given in place of a program name to denote all programs with entries in
@@ -200,54 +240,6 @@
$ eval `@l_prefix@/etc/rc --eval all env`
-=item B<General>
-
-@l_prefix@/etc/rc
-[B<-f>|B<--rcfile> I<file>]
-[B<-d>|B<--rcdir> I<dir>[C<:>I<dir>[...]]
-[B<-C>|B<--rcconf> I<file>[C<:>I<file>[...]]]
-[B<-F>|B<--rcfunc> I<file>[C<:>I<file>[...]]]
-[B<-t>|B<--tmpdir> I<dir>]
-[B<-r>|B<--raw>]
-[B<-v>|B<--verbose>]
-[B<-D>|B<--debug>]
-[I<command-options>]
-[I<command-arguments>]
-
-=item B<Run-Command Execution>
-
-@l_prefix@/etc/rc
-[I<parameter-options>]
-[B<-x>|B<--exec>]
-[B<-p>|B<--print>]
-[B<-e>|B<--eval>]
-I<package>
-I<command>
-
-=item B<Configuration Query>
-
-@l_prefix@/etc/rc
-[I<parameter-options>]
-[B<-q>|B<--query>]
-I<format>
-
-@l_prefix@/etc/rc
-[I<parameter-options>]
-[B<-c>|B<--config>]
-[I<package>]
-
-=item B<Facility Query>
-
-@l_prefix@/etc/rc
-[I<parameter-options>]
-[B<-i>|B<--info>]
-
-@l_prefix@/etc/rc
-[B<-h>|B<--help>]
-[B<-V>|B<--version>]
-
-=back 4
-
=head1 ENVIRONMENT
=over 4
|
|