diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-25 22:00:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-25 22:00:00 +0000 |
commit | ec2199f5f4ddb7e2d1a8c7f5b9549eaa7653a09a (patch) | |
tree | 8a12a0e0ca2861948ca6c77db698696ec8f223f4 /usr.sbin | |
parent | 1f755f5c3eadbc9cd7cb48cc9d4ccda2a64d5984 (diff) |
typos from -f (PR #3907);
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/src/appl/fs/fs.1 | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/htpasswd.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/afs/src/appl/fs/fs.1 b/usr.sbin/afs/src/appl/fs/fs.1 index b0a73fe438a..76b00f1edfb 100644 --- a/usr.sbin/afs/src/appl/fs/fs.1 +++ b/usr.sbin/afs/src/appl/fs/fs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" $arla: fs.1,v 1.17 2003/06/06 12:53:48 hin Exp $ -.\" $OpenBSD: fs.1,v 1.12 2003/08/05 14:12:34 hin Exp $ +.\" $OpenBSD: fs.1,v 1.13 2004/08/25 21:59:59 jmc Exp $ .\" .Dd March 29, 2000 .Dt FS 1 @@ -137,7 +137,7 @@ create mount point .It Cm mkm shorthand of the .Cm mkmount -comman +command .It Cm connect connect mode .It Cm monitor diff --git a/usr.sbin/httpd/src/support/htpasswd.1 b/usr.sbin/httpd/src/support/htpasswd.1 index bd441a7b557..45ae204f802 100644 --- a/usr.sbin/httpd/src/support/htpasswd.1 +++ b/usr.sbin/httpd/src/support/htpasswd.1 @@ -184,14 +184,14 @@ on all platforms, it is not supported by the .B httpd server on Windows and TPF. .IP \-s -Use SHA encryption for passwords. Faciliates migration from/to Netscape +Use SHA encryption for passwords. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif). .IP \-p Use plaintext passwords. Though .B htpasswd will support creation on all platforms, the .B httpd -deamon will only accept plain text passwords on Windows and TPF. +daemon will only accept plain text passwords on Windows and TPF. .IP \fB\fIpasswdfile\fP Name of the file to contain the user name and password. If \-c is given, this file is created if it does not already exist, |