From b13b9f5520e4ce90042e5a1bb38f19c566badcf8 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 14 Mar 2000 21:31:44 +0000 Subject: [PATCH] Suffix "i.e." and "e.g." with a comma. Just another really picky man page commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). --- src/lib/libc/crypt/blowfish.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index b73d727c..41dfb59b 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $ +.\" $OpenBSD: blowfish.3,v 1.7 2000/03/14 21:31:44 aaron Exp $ .\" Copyright 1997 Niels Provos .\" All rights reserved. .\" @@ -95,7 +95,7 @@ and .Fn Blowfish_decipher are used for customization of the .Pa Blowfish -cipher, e.g. for the blowfish password hashing function. +cipher, e.g., for the blowfish password hashing function. .Sh SEE ALSO .Xr passwd 1 , .Xr crypt 3 ,