diff options
author | aaron <> | 1999-07-09 13:35:15 +0000 |
---|---|---|
committer | aaron <> | 1999-07-09 13:35:15 +0000 |
commit | 0c53b543fa453740e95946808621acf8e057db80 (patch) | |
tree | e59db8f74612cfe765841e1ae490c8df9c2736b0 /src/lib/libc/crypt/blowfish.3 | |
parent | 25db34ffae569e9ff78fd3f5f6f621ee73da9a2f (diff) | |
download | openbsd-0c53b543fa453740e95946808621acf8e057db80.tar.gz openbsd-0c53b543fa453740e95946808621acf8e057db80.tar.bz2 openbsd-0c53b543fa453740e95946808621acf8e057db80.zip |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'src/lib/libc/crypt/blowfish.3')
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 0ab44d21d2..647c8cb6b2 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: blowfish.3,v 1.4 1999/05/23 14:10:58 aaron Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -74,15 +74,15 @@ must be even. | |||
74 | .Fn blf_dec | 74 | .Fn blf_dec |
75 | is used for decrypting Blowfish encrypted blocks. | 75 | is used for decrypting Blowfish encrypted blocks. |
76 | .Pp | 76 | .Pp |
77 | The functions | 77 | The functions |
78 | .Fn blf_ecb_encrypt | 78 | .Fn blf_ecb_encrypt |
79 | and | 79 | and |
80 | .Fn blf_ecb_decrypt | 80 | .Fn blf_ecb_decrypt |
81 | are used for encrypting and decrypting octet streams in ECB mode. | 81 | are used for encrypting and decrypting octet streams in ECB mode. |
82 | The functions | 82 | The functions |
83 | .Fn blf_cbc_encrypt | 83 | .Fn blf_cbc_encrypt |
84 | and | 84 | and |
85 | .Fn blf_cbc_decrypt | 85 | .Fn blf_cbc_decrypt |
86 | are used for encrypting and decrypting octet streams in | 86 | are used for encrypting and decrypting octet streams in |
87 | Cipherblock Chaining Mode (CBC). | 87 | Cipherblock Chaining Mode (CBC). |
88 | .Pp | 88 | .Pp |