diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 14:31:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 14:31:12 +0000 |
commit | 516d56b77ccd0c282429a86e2278df3abe44df19 (patch) | |
tree | 865834975a7bb2caacdf49ea1e1d0d16d082277b | |
parent | bc89c99842cc0895f94bf438d2f09439abf894d1 (diff) |
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 |