From 0c53b543fa453740e95946808621acf8e057db80 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 9 Jul 1999 13:35:15 +0000 Subject: - 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... --- src/lib/libc/crypt/blowfish.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libc/crypt/blowfish.3') 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 @@ -.\" $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 .\" 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 -- cgit v1.2.3-55-g6feb