summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/blowfish.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
commit078c2448197a826265f74828b3159d758f1f0ceb (patch)
treeef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /lib/libc/crypt/blowfish.3
parent3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff)
- 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 'lib/libc/crypt/blowfish.3')
-rw-r--r--lib/libc/crypt/blowfish.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3
index 0ab44d21d26..647c8cb6b20 100644
--- a/lib/libc/crypt/blowfish.3
+++ b/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: blowfish.3,v 1.4 1999/05/23 14:10:58 aaron Exp $
+.\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -74,15 +74,15 @@ must be even.
.Fn blf_dec
is used for decrypting Blowfish encrypted blocks.
.Pp
-The functions
+The functions
.Fn blf_ecb_encrypt
and
-.Fn blf_ecb_decrypt
+.Fn blf_ecb_decrypt
are used for encrypting and decrypting octet streams in ECB mode.
-The functions
+The functions
.Fn blf_cbc_encrypt
and
-.Fn blf_cbc_decrypt
+.Fn blf_cbc_decrypt
are used for encrypting and decrypting octet streams in
Cipherblock Chaining Mode (CBC).
.Pp