diff options
author | 2002-12-07 15:39:33 +0000 | |
---|---|---|
committer | 2002-12-07 15:39:33 +0000 | |
commit | 9c187791c3afbf8f5f3d6f9abf6d58c79bcad585 (patch) | |
tree | fb42b9e8970904764ef3deb2570a6030699fbe53 | |
parent | document ALL the args to TAILQ_FOREACH_REVERSE (diff) | |
download | wireguard-openbsd-9c187791c3afbf8f5f3d6f9abf6d58c79bcad585.tar.xz wireguard-openbsd-9c187791c3afbf8f5f3d6f9abf6d58c79bcad585.zip |
typo, henning ok
-rw-r--r-- | usr.sbin/httpd/src/support/dbmmanage.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/support/dbmmanage.1 b/usr.sbin/httpd/src/support/dbmmanage.1 index 2596b980d89..6c861e9364f 100644 --- a/usr.sbin/httpd/src/support/dbmmanage.1 +++ b/usr.sbin/httpd/src/support/dbmmanage.1 @@ -106,7 +106,7 @@ Asks for a password and then adds an entry for \fIusername\fP to .TP 12 .B check Asks for a password and then checks if -\fIusername\fP is in \fIfilename\fP and if it's password matches +\fIusername\fP is in \fIfilename\fP and if its password matches the specified one. .TP 12 .B delete |