Changeset 453 for trunk


Ignore:
Timestamp:
10/05/2009 00:17:53 (3 years ago)
Author:
blee
Message:

Document confman rmmod bulk operations.

See #72

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.8.in

    r451 r453  
    156156your working copy.  This change will also be committed to the repository 
    157157at the same time. 
    158 .It Cm rmmod Ar module 
    159 Delete the specified  
     158.It Cm rmmod Ar module [ Ar module Ar ... ] 
     159Delete the modules corresponding to the specified  
    160160.Ar module  
    161 from your working copy. Follow this action with a revert or commit operation. 
     161arguments from your working copy. Follow this action with a revert or 
     162commit operation. 
    162163.It Cm rename Ar oldmodule newmodule 
    163164Rename  
  • trunk/confmandoc.sh

    r451 r453  
    4242  $MYNAME log [ working_copy ] 
    4343  $MYNAME create module [ module ... ] 
    44   $MYNAME rmmod module 
     44  $MYNAME rmmod module [ module ... ] 
    4545  $MYNAME rename oldmodule newmodule 
    4646  $MYNAME import module livefile 
     
    114114 
    115115Usage: 
    116   $MYNAME rmmod module 
    117 This command will delete the specified module from your working copy. Use with 
    118 care. 
     116  $MYNAME rmmod [ module ... ] 
     117 
     118Delete the modules corresponding to the specified module argu- 
     119ments from your working copy. Follow this action with a revert or 
     120commit operation. 
     121 
    119122EOF 
    120123;; 
Note: See TracChangeset for help on using the changeset viewer.