summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.3
diff options
context:
space:
mode:
authoraaron <>1999-07-09 13:35:15 +0000
committeraaron <>1999-07-09 13:35:15 +0000
commit0c53b543fa453740e95946808621acf8e057db80 (patch)
treee59db8f74612cfe765841e1ae490c8df9c2736b0 /src/lib/libc/crypt/blowfish.3
parent25db34ffae569e9ff78fd3f5f6f621ee73da9a2f (diff)
downloadopenbsd-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.310
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
75is used for decrypting Blowfish encrypted blocks. 75is used for decrypting Blowfish encrypted blocks.
76.Pp 76.Pp
77The functions 77The functions
78.Fn blf_ecb_encrypt 78.Fn blf_ecb_encrypt
79and 79and
80.Fn blf_ecb_decrypt 80.Fn blf_ecb_decrypt
81are used for encrypting and decrypting octet streams in ECB mode. 81are used for encrypting and decrypting octet streams in ECB mode.
82The functions 82The functions
83.Fn blf_cbc_encrypt 83.Fn blf_cbc_encrypt
84and 84and
85.Fn blf_cbc_decrypt 85.Fn blf_cbc_decrypt
86are used for encrypting and decrypting octet streams in 86are used for encrypting and decrypting octet streams in
87Cipherblock Chaining Mode (CBC). 87Cipherblock Chaining Mode (CBC).
88.Pp 88.Pp