openpkg/rc.pod

changeset 427
71503088f51b
parent 13
cb59d6afeb61
child 428
f880f219c566
     1.1 --- a/openpkg/rc.pod	Tue Jul 31 10:03:54 2012 +0200
     1.2 +++ b/openpkg/rc.pod	Tue Jul 31 12:12:54 2012 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  
     1.5  =head1 NAME
     1.6  
     1.7 -B<@l_prefix@/bin/openpkg rc> - OpenPKG Run-Command Processor
     1.8 +B<@l_prefix@/bin/openpkg rc> - OpenPKG Runcommand Processor
     1.9  
    1.10  =head1 SYNOPSIS
    1.11  
    1.12 @@ -59,7 +59,7 @@
    1.13  
    1.14  =item B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] I<package> I<command> [I<command> ...]
    1.15  
    1.16 -B<Run-Command Execution.> This executes one or more specified
    1.17 +B<Runcommand Execution.> This executes one or more specified
    1.18  I<command>s in a particular I<package> or in all installed packages if
    1.19  I<package> is "C<all>". Option B<--silent> can be used to explicitly
    1.20  disable progress messages on C<stderr>. Option B<--verbose> can be used
    1.21 @@ -71,7 +71,7 @@
    1.22  
    1.23  =item B<@l_prefix@/bin/openpkg rc> B<-p>|B<--print> I<package> I<command> [I<command> ...]
    1.24  
    1.25 -B<Run-Command Printing.> This is like the run-command execution (see
    1.26 +B<Runcommand Printing.> This is like the run-command execution (see
    1.27  above), but instead of immediately executing all involved individual
    1.28  run-command scripts, they are concatenated (but with all configuration
    1.29  parts reduced to a single configuration part) and printed to C<stdout>.
    1.30 @@ -79,7 +79,7 @@
    1.31  
    1.32  =item eval `B<@l_prefix@/bin/openpkg rc> B<-e>|B<--eval> I<package> I<command> [I<command> ...]`
    1.33  
    1.34 -B<Run-Command Evaluation.> This is like the run-command execution
    1.35 +B<Runcommand Evaluation.> This is like the run-command execution
    1.36  (see above), but the resulting exported shell environment variables
    1.37  are output to a temporary file as a (Bourne-Shell or C-Shell syntax)
    1.38  shell script, suitable for evaluation within the shell environment

mercurial