--- rc.pod 2002/03/01 22:48:23 1.29
+++ rc.pod 2002/04/11 16:52:45 1.30
@@ -1,5 +1,5 @@
##
-## rc.pod -- OSSP Run-command processor (manual page)
+## rc.pod -- OSSP Run-command Processor (manual page)
## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH
## Copyright (c) 2000-2002 The OSSP Project <http://www.ossp.org/>
## Copyright (c) 2000-2002 Ralf S. Engelschall <rse@engelschall.com>
@@ -27,7 +27,7 @@
=head1 NAME
-B<rc> - OSSP Runcommand Processor
+B<rc> - OSSP Run-command Processor
=head1 SYNOPSIS
@@ -68,10 +68,10 @@
=head1 DESCRIPTION
-OSSP rc is a runcommand processor. Its primary function is to scan F<rcfile>
+OSSP rc is a run-command processor. Its primary function is to scan F<rcfile>
script files for B<section>(s) and run the commands listed in the section(s).
-The runcommand processor can alternatively C<print> the commands in human
+The run-command processor can alternatively C<print> the commands in human
readable format or reformat them for shell C<eval> input without executing
them. The F<rcfile> files contain variables and the command processor has
functionality to query their default, set and effective values.
@@ -325,7 +325,7 @@
=head1 SEE ALSO
-OSSP rc integrates concepts taken from other runcommand architectures. For
+OSSP rc integrates concepts taken from other run-command architectures. For
more information, inspect the /etc/rc structures provided by the FreeBSD,
Solaris, and Red Hat distributions.
@@ -339,7 +339,7 @@
=head1 HISTORY
-B<OSSP rc> is a drop-in replacement for the prototype runcommand facility used
+B<OSSP rc> is a drop-in replacement for the prototype run-command facility used
in OpenPKG (http://www.openpkg.org/). The prototype was a slow and less robust
Bourne shell script. B<OSSP rc> is comparitively faster, more robust, and more
flexible. This flexibility allows for wider range of use, and B<OSSP rc> can
|