diff options
author | mpech <> | 2001-08-06 10:42:26 +0000 |
---|---|---|
committer | mpech <> | 2001-08-06 10:42:26 +0000 |
commit | 1161496b1fe96bd200abb99eecc93d8594aa8306 (patch) | |
tree | 7c1887ee57a63b82c0947f33c91add493bec7ee3 /src/lib/libc/crypt/crypt.3 | |
parent | 40beaa1917cc6d5f9b08ece2312e913094b98711 (diff) | |
download | openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.gz openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.bz2 openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.zip |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'src/lib/libc/crypt/crypt.3')
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 8e44c4d517..5ac7a87e87 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.18 2001/08/06 10:42:25 mpech Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -281,7 +281,7 @@ functions all manipulate the same key space. | |||
281 | .Xr getpass 3 , | 281 | .Xr getpass 3 , |
282 | .Xr md5 3 , | 282 | .Xr md5 3 , |
283 | .Xr passwd 5 | 283 | .Xr passwd 5 |
284 | .Sh AUTHOR | 284 | .Sh AUTHORS |
285 | David Burren <davidb@werj.com.au> | 285 | David Burren <davidb@werj.com.au> |
286 | .Sh HISTORY | 286 | .Sh HISTORY |
287 | A rotor-based | 287 | A rotor-based |