diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:10:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:10:24 +0000 |
commit | b798cf19b4800f7e2244cd2753942a9cda3c7a76 (patch) | |
tree | 458a820e76ac127263c81d4a44a9005c907e4b20 /usr.bin/encrypt | |
parent | 4094520b959c9701948aecbc7e645eb1d6e77287 (diff) |
Fix some formatting problems I missed before.
Diffstat (limited to 'usr.bin/encrypt')
-rw-r--r-- | usr.bin/encrypt/encrypt.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1 index 35924edf331..d8aba37342e 100644 --- a/usr.bin/encrypt/encrypt.1 +++ b/usr.bin/encrypt/encrypt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: encrypt.1,v 1.14 2000/03/05 20:09:22 aaron Exp $ +.\" $OpenBSD: encrypt.1,v 1.15 2000/03/23 21:10:15 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -41,8 +41,8 @@ .Nm prints the encrypted form of .Ar string -to the standard output. This is mostly useful for encrypting passwords -from within scripts. +to the standard output. +This is mostly useful for encrypting passwords from within scripts. .Pp The options are as follows: .Bl -tag -width XxXXXXXXX |