diff options
| author | 2005-03-24 10:53:58 +0000 | |
|---|---|---|
| committer | 2005-03-24 10:53:58 +0000 | |
| commit | d5a2428a2e01b580b4d39b755fcb445319e3eaba (patch) | |
| tree | cbd9542f0be17c3e49ef9659b1f2f3962658e436 /usr.sbin/httpd/src | |
| parent | soem fatal()s that should be fatalx()s, Alexander von Gernler (diff) | |
| download | wireguard-openbsd-d5a2428a2e01b580b4d39b755fcb445319e3eaba.tar.xz wireguard-openbsd-d5a2428a2e01b580b4d39b755fcb445319e3eaba.zip | |
whitespace;
Diffstat (limited to 'usr.sbin/httpd/src')
| -rw-r--r-- | usr.sbin/httpd/src/support/htpasswd.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/src/support/htpasswd.1 b/usr.sbin/httpd/src/support/htpasswd.1 index 2e663e50ddc..7e9f1a4400d 100644 --- a/usr.sbin/httpd/src/support/htpasswd.1 +++ b/usr.sbin/httpd/src/support/htpasswd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htpasswd.1,v 1.12 2005/03/24 09:43:11 henning Exp $ +.\" $OpenBSD: htpasswd.1,v 1.13 2005/03/24 10:53:58 jmc Exp $ .\" .\" ==================================================================== .\" The Apache Software License, Version 1.1 @@ -148,11 +148,11 @@ This option cannot be combined with the .Fl n option. .It Fl d -Use DES-based +Use DES-based .Xr crypt 3 encryption for passwords. .It Fl l -Use Blowfish-based +Use Blowfish-based .Xr crypt 3 encryption for passwords. This is the default. |
