diff options
author | 2004-01-23 14:31:11 +0000 | |
---|---|---|
committer | 2004-01-23 14:31:11 +0000 | |
commit | abef153ee88ab908a1c305a562c95e15185351ce (patch) | |
tree | e71ddcd47b580a9d6d56f39fc509b3a588a00bee | |
parent | Clean the device configuration settings, and comment out unsupported (diff) | |
download | wireguard-openbsd-abef153ee88ab908a1c305a562c95e15185351ce.tar.xz wireguard-openbsd-abef153ee88ab908a1c305a562c95e15185351ce.zip |
sort options and tidy openssl nseq;
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index a5f14ee735e..625f98385d6 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.28 2003/12/29 13:44:43 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.29 2004/01/23 14:31:11 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -2765,7 +2765,7 @@ are all ASCII text. The options are as follows: .Bl -tag -width "-stats" .It Fl stats -Print debugging statistics about various aspects of the hash table. +Print debugging statistics about various aspects of the hash table. .El .\" .\" GENDH @@ -2934,9 +2934,9 @@ they will be much larger .\" .Sh NSEQ .Nm openssl nseq +.Op Fl toseq .Op Fl in Ar filename .Op Fl out Ar filename -.Op Fl toseq .Pp The .Nm nseq @@ -2946,7 +2946,7 @@ file of certificates and converts it into a Netscape certificate sequence. .Pp The options are as follows: -.Bl -tag -width "XXXX" +.Bl -tag -width "-toseq" .It Fl in Ar filename This specifies the input .Ar filename @@ -2986,7 +2986,7 @@ A Netscape certificate sequence is a Netscape specific form that can be sent to browsers as an alternative to the standard PKCS#7 format when several certificates are sent to the browser: for example during certificate enrollment. -It is used by Netscape certificate server for example. +It is used by the Netscape certificate server, for example. .Sh NSEQ BUGS This program needs a few more options: like allowing |