Annotation of embedaddon/thttpd/extras/thttpdpasswd.1, revision 1.1

1.1     ! misho       1: .TH thttpdpasswd 1 "05 May 1998"
        !             2: .SH NAME
        !             3: thttpdpasswd - manipulate HTTP-server password files
        !             4: .SH SYNOPSIS
        !             5: .B thttpdpasswd
        !             6: .RB [ -c ]
        !             7: .I passwordfile
        !             8: .I username
        !             9: .SH DESCRIPTION
        !            10: .PP
        !            11: Sets a user's password in an httpd-style password file.
        !            12: The -c flag creates a new file.
        !            13: .SH AUTHOR
        !            14: Rob McCool.
        !            15: Modified 29aug97 by Jef Poskanzer to accept new password on stdin,
        !            16: if stdin is a pipe or file.  This is necessary for use from CGI.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>