diff options
author | ru <ru@FreeBSD.org> | 2001-03-16 12:06:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-16 12:06:26 +0000 |
commit | a7e5b57972e82d0f446ddfd1958bf8b889cb74e1 (patch) | |
tree | 0bda868352bd58edc3cf2f6744b67f294995dc17 /lib/libcrypt | |
parent | 8ea0dd24792744931d785d8ecd844f41c787237e (diff) | |
download | FreeBSD-src-a7e5b57972e82d0f446ddfd1958bf8b889cb74e1.zip FreeBSD-src-a7e5b57972e82d0f446ddfd1958bf8b889cb74e1.tar.gz |
mdoc(7) police: ``It'' macro does not take argument in -enum lists.
(In -mdocNG, this only causes warning. In current implementation,
it is fatal.)
Pointy hat to: markm (for not checking stderr)
Diffstat (limited to 'lib/libcrypt')
-rw-r--r-- | lib/libcrypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index facbcee..bb292f0 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -174,9 +174,9 @@ to 16 characters--because the length of the returned output is also limited Currently supported algorithms are: .Pp .Bl -enum -compact -offset indent -.It 1 +.It MD5 -.It 2a +.It Blowfish .El .Pp |