rse         98/11/18 00:54:37

  Modified:    src      CHANGES
               src/support dbmmanage.1
  Log:
  Document the `add' command of `dbmmanage' in `dbmmanage.1' manpage.
  
  Submitted by: David MacKenzie <[EMAIL PROTECTED]>
  Reviewed by: Ralf S. Engelschall
  PR: 3394
  
  Revision  Changes    Path
  1.1147    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1146
  retrieving revision 1.1147
  diff -u -r1.1146 -r1.1147
  --- CHANGES   1998/11/14 00:36:01     1.1146
  +++ CHANGES   1998/11/18 08:54:34     1.1147
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.4
   
  +  *) Document the `add' command of `dbmmanage' in `dbmmanage.1' manpage.
  +     [David MacKenzie <[EMAIL PROTECTED]>] PR#3394
  +
     *) Ignore a "ErrorDocument 401" directive with a full URL and write a
        notice to the error log. It is not possible to send a 401 response
        and a redirect at the same time.  [Lars Eilebrecht]
  
  
  
  1.4       +7 -1      apache-1.3/src/support/dbmmanage.1
  
  Index: dbmmanage.1
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/dbmmanage.1,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dbmmanage.1       1998/09/12 11:16:33     1.3
  +++ dbmmanage.1       1998/11/18 08:54:37     1.4
  @@ -60,7 +60,9 @@
   .I command
   ] [
   .I username
  -]
  +[
  +.I encpasswd
  +] ]
   .PP
   .SH DESCRIPTION
   .B dbmmanage
  @@ -87,6 +89,10 @@
   The filename of the DBM format file. Usually without the extension .pag or 
.dir.
   .IP \fB\fIcommand\fP
   This selects the operation to perform:
  +.TP 12
  +.B add
  +Adds an entry for \fIusername\fP to \fIfilename\fP using the encrypted
  +password \fIencpassword\fP.
   .TP 12
   .B adduser
   Asks for a password and then adds an entry for \fIusername\fP to
  
  
  

Reply via email to