diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-27 12:17:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-27 12:17:52 +0000 |
commit | 5df32edc149f75c6bbfb35894754fcdd6b2852b7 (patch) | |
tree | c76a4841bed248a0b894cfb5319c7eb3df518431 /lib/libc/crypt/crypt.3 | |
parent | cacbea5023322064ff56d45e77007e1f34f9c7eb (diff) |
extra commas go foom foom foom
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index 6f360cc65f7..524645de55f 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.10 1998/02/25 11:25:13 provos Exp $ +.\" $OpenBSD: crypt.3,v 1.11 1998/02/27 12:17:45 deraadt Exp $ .\" .\" FreeSec: libcrypt .\" @@ -39,7 +39,7 @@ .Nm setkey , .Nm encrypt , .Nm des_setkey , -.Nm des_cipher , +.Nm des_cipher .Nd DES encryption .Sh SYNOPSIS .Fd #include <unistd.h> |