diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/bdes/bdes.1 | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/bdes/bdes.1')
-rw-r--r-- | usr.bin/bdes/bdes.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bdes/bdes.1 b/usr.bin/bdes/bdes.1 index e18f937f5e4..db8974ee21a 100644 --- a/usr.bin/bdes/bdes.1 +++ b/usr.bin/bdes/bdes.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bdes.1,v 1.4 1999/03/10 21:25:29 pjanzen Exp $ +.\" $OpenBSD: bdes.1,v 1.5 1999/06/05 01:21:19 aaron Exp $ .\" $NetBSD: bdes.1,v 1.1 1995/07/24 04:30:51 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -51,7 +51,7 @@ bdes [ \-abdp ] [ \-F N ] [ \-f N ] [ \-k key ] .fi .SH DESCRIPTION .I Bdes -implements all DES modes of operation described in FIPS PUB 81, +implements all DES modes of operation described in FIPS PUB 81, including alternative cipher feedback mode and both authentication modes. .I Bdes |