summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt/encrypt.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/encrypt/encrypt.1
parentf35d61706eae00527a19f021ef26ab0109f18e5c (diff)
- remove trailing white space
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/encrypt/encrypt.1')
-rw-r--r--usr.bin/encrypt/encrypt.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1
index 851d8b3c5a4..48058ef2396 100644
--- a/usr.bin/encrypt/encrypt.1
+++ b/usr.bin/encrypt/encrypt.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: encrypt.1,v 1.10 1999/05/20 00:05:39 alex Exp $
+.\" $OpenBSD: encrypt.1,v 1.11 1999/06/05 01:21:23 aaron Exp $
.\"
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.Dd May 18, 1999
.Dt ENCRYPT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm encrypt
.Nd encrypt passwords from the command line or standard input
@@ -76,7 +76,7 @@ was given as a command line option, the default will be looked up from
For MD5 and Blowfish a new random salt is automatically generated for each
password.
.Pp
-Specifying the
+Specifying the
.Ar string
on the command line should be discouraged; using the
standard input is more secure.
@@ -95,5 +95,5 @@ first appeared in
.Pp
A
.Nm makekey
-command appeared in
+command appeared in
.At v7 .