From a31a09186d575349d1090f34e6f06358e593b849 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Fri, 16 Oct 2009 08:09:12 +0000 Subject: [PATCH] Reflow to < 80 chars. --- usr.bin/pwhash/pwhash.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.bin/pwhash/pwhash.1 b/usr.bin/pwhash/pwhash.1 index a3dcdfd7d32..f963e0778a8 100644 --- a/usr.bin/pwhash/pwhash.1 +++ b/usr.bin/pwhash/pwhash.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pwhash.1,v 1.5 2004/11/17 14:57:48 wiz Exp $ +.\" $NetBSD: pwhash.1,v 1.6 2009/10/15 23:12:53 hubertf Exp $ .\" $OpenBSD: encrypt.1,v 1.16 2000/11/09 17:52:07 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. @@ -53,9 +53,9 @@ Encrypt the string using Blowfish hashing with the specified Run in .Xr makekey 8 compatible mode. -A single combined key (eight chars) and salt (two chars) with no intermediate space -are read from standard input and the DES encrypted result is written to standard output without a -terminating newline. +A single combined key (eight chars) and salt (two chars) with no +intermediate space are read from standard input and the DES encrypted +result is written to standard output without a terminating newline. .It Fl m Encrypt the string using MD5. .It Fl p -- 2.11.4.GIT