summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsobrado <>2009-08-16 09:41:08 +0000
committersobrado <>2009-08-16 09:41:08 +0000
commit47d2d4a9ab1857ce45953db1fb8b5bc4e9f42c2d (patch)
tree897a393895e89936e2a2b0633640225bc44bd5c9
parent91014b282a7e8b66d9a5868df0f891b856b9ffd4 (diff)
downloadopenbsd-47d2d4a9ab1857ce45953db1fb8b5bc4e9f42c2d.tar.gz
openbsd-47d2d4a9ab1857ce45953db1fb8b5bc4e9f42c2d.tar.bz2
openbsd-47d2d4a9ab1857ce45953db1fb8b5bc4e9f42c2d.zip
replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
-rw-r--r--src/usr.sbin/openssl/openssl.154
1 files changed, 27 insertions, 27 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 287742b07e..e180ac8279 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.65 2009/06/25 14:33:50 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.66 2009/08/16 09:41:08 sobrado Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: June 25 2009 $ 115.Dd $Mdocdate: August 16 2009 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -1884,11 +1884,11 @@ install user certificates and CAs in MSIE using the Xenroll control.
1884.Op Fl out Ar file 1884.Op Fl out Ar file
1885.Op Fl passin Ar arg 1885.Op Fl passin Ar arg
1886.Op Fl prverify Ar file 1886.Op Fl prverify Ar file
1887.Op Fl rand Ar file ... 1887.Op Fl rand Ar
1888.Op Fl sign Ar file 1888.Op Fl sign Ar file
1889.Op Fl signature Ar file 1889.Op Fl signature Ar file
1890.Op Fl verify Ar file 1890.Op Fl verify Ar file
1891.Op Ar file ... 1891.Op Ar
1892.Ek 1892.Ek
1893.Pp 1893.Pp
1894.Nm openssl 1894.Nm openssl
@@ -1898,7 +1898,7 @@ install user certificates and CAs in MSIE using the Xenroll control.
1898.Xc 1898.Xc
1899.Op Fl c 1899.Op Fl c
1900.Op Fl d 1900.Op Fl d
1901.Op Ar file ... 1901.Op Ar
1902.Pp 1902.Pp
1903The digest functions output the message digest of a supplied 1903The digest functions output the message digest of a supplied
1904.Ar file 1904.Ar file
@@ -1951,7 +1951,7 @@ The output is either
1951.Qq Verification OK 1951.Qq Verification OK
1952or 1952or
1953.Qq Verification Failure . 1953.Qq Verification Failure .
1954.It Fl rand Ar file ... 1954.It Fl rand Ar
1955A file or files containing random data used to seed the random number 1955A file or files containing random data used to seed the random number
1956generator, or an EGD socket (see 1956generator, or an EGD socket (see
1957.Xr RAND_egd 3 ) . 1957.Xr RAND_egd 3 ) .
@@ -1969,7 +1969,7 @@ The output is either
1969.Qq Verification OK 1969.Qq Verification OK
1970or 1970or
1971.Qq Verification Failure . 1971.Qq Verification Failure .
1972.It Ar file ... 1972.It Ar
1973File or files to digest. 1973File or files to digest.
1974If no files are specified then standard input is used. 1974If no files are specified then standard input is used.
1975.El 1975.El
@@ -2014,7 +2014,7 @@ below.
2014.Op Fl inform Ar DER | PEM 2014.Op Fl inform Ar DER | PEM
2015.Op Fl out Ar file 2015.Op Fl out Ar file
2016.Op Fl outform Ar DER | PEM 2016.Op Fl outform Ar DER | PEM
2017.Op Fl rand Ar file ... 2017.Op Fl rand Ar
2018.Op Ar numbits 2018.Op Ar numbits
2019.Ek 2019.Ek
2020.Pp 2020.Pp
@@ -2096,7 +2096,7 @@ be the same as the input filename.
2096This specifies the output format; the options have the same meaning as the 2096This specifies the output format; the options have the same meaning as the
2097.Fl inform 2097.Fl inform
2098option. 2098option.
2099.It Fl rand Ar file ... 2099.It Fl rand Ar
2100A file or files containing random data used to seed the random number generator, 2100A file or files containing random data used to seed the random number generator,
2101or an EGD socket (see 2101or an EGD socket (see
2102.Xr RAND_egd 3 ) . 2102.Xr RAND_egd 3 ) .
@@ -2322,7 +2322,7 @@ To just output the public part of a private key:
2322.Op Fl inform Ar DER | PEM 2322.Op Fl inform Ar DER | PEM
2323.Op Fl out Ar file 2323.Op Fl out Ar file
2324.Op Fl outform Ar DER | PEM 2324.Op Fl outform Ar DER | PEM
2325.Op Fl rand Ar file ... 2325.Op Fl rand Ar
2326.Op Ar numbits 2326.Op Ar numbits
2327.Ek 2327.Ek
2328.Pp 2328.Pp
@@ -2387,7 +2387,7 @@ be the same as the input filename.
2387This specifies the output format; the options have the same meaning as the 2387This specifies the output format; the options have the same meaning as the
2388.Fl inform 2388.Fl inform
2389option. 2389option.
2390.It Fl rand Ar file ... 2390.It Fl rand Ar
2391A file or files containing random data used to seed the random number 2391A file or files containing random data used to seed the random number
2392generator, or an EGD socket (see 2392generator, or an EGD socket (see
2393.Xr RAND_egd 3 ) . 2393.Xr RAND_egd 3 ) .
@@ -2788,7 +2788,7 @@ above.
2788.Oc 2788.Oc
2789.Op Fl engine Ar id 2789.Op Fl engine Ar id
2790.Op Fl out Ar file 2790.Op Fl out Ar file
2791.Op Fl rand Ar file ... 2791.Op Fl rand Ar
2792.Op Ar paramfile 2792.Op Ar paramfile
2793.Ek 2793.Ek
2794.Pp 2794.Pp
@@ -2827,7 +2827,7 @@ The parameters in this file determine the size of the private key.
2827DSA parameters can be generated and examined using the 2827DSA parameters can be generated and examined using the
2828.Nm openssl dsaparam 2828.Nm openssl dsaparam
2829command. 2829command.
2830.It Fl rand Ar file ... 2830.It Fl rand Ar
2831A file or files containing random data used to seed the random number 2831A file or files containing random data used to seed the random number
2832generator, or an EGD socket (see 2832generator, or an EGD socket (see
2833.Xr RAND_egd 3 ) . 2833.Xr RAND_egd 3 ) .
@@ -2851,7 +2851,7 @@ much quicker than RSA key generation, for example.
2851.Op Fl 3 | f4 2851.Op Fl 3 | f4
2852.Op Fl out Ar file 2852.Op Fl out Ar file
2853.Op Fl passout Ar arg 2853.Op Fl passout Ar arg
2854.Op Fl rand Ar file ... 2854.Op Fl rand Ar
2855.Op Ar numbits 2855.Op Ar numbits
2856.Ek 2856.Ek
2857.Pp 2857.Pp
@@ -2898,7 +2898,7 @@ For more information about the format of
2898see the 2898see the
2899.Sx PASS PHRASE ARGUMENTS 2899.Sx PASS PHRASE ARGUMENTS
2900section above. 2900section above.
2901.It Fl rand Ar file ... 2901.It Fl rand Ar
2902A file or files 2902A file or files
2903containing random data used to seed the random number 2903containing random data used to seed the random number
2904generator, or an EGD socket (see 2904generator, or an EGD socket (see
@@ -3923,7 +3923,7 @@ compatibility, several of the utilities use the old format at present.
3923.Op Fl out Ar file 3923.Op Fl out Ar file
3924.Op Fl passin Ar arg 3924.Op Fl passin Ar arg
3925.Op Fl passout Ar arg 3925.Op Fl passout Ar arg
3926.Op Fl rand Ar file ... 3926.Op Fl rand Ar
3927.Ek 3927.Ek
3928.Pp 3928.Pp
3929The 3929The
@@ -4125,7 +4125,7 @@ For more information about the format of
4125see the 4125see the
4126.Sx PASS PHRASE ARGUMENTS 4126.Sx PASS PHRASE ARGUMENTS
4127section above. 4127section above.
4128.It Fl rand Ar file ... 4128.It Fl rand Ar
4129A file or files 4129A file or files
4130containing random data used to seed the random number generator, 4130containing random data used to seed the random number generator,
4131or an EGD socket (see 4131or an EGD socket (see
@@ -4257,7 +4257,7 @@ $ openssl -in keycerts.pem -export -name "My PKCS#12 file" \e
4257.Op Fl hex 4257.Op Fl hex
4258.Op Fl engine Ar id 4258.Op Fl engine Ar id
4259.Op Fl out Ar file 4259.Op Fl out Ar file
4260.Op Fl rand Ar file ... 4260.Op Fl rand Ar
4261.Ar num 4261.Ar num
4262.Pp 4262.Pp
4263The 4263The
@@ -4302,7 +4302,7 @@ Specify hexadecimal output.
4302Write to 4302Write to
4303.Ar file 4303.Ar file
4304instead of standard output. 4304instead of standard output.
4305.It Fl rand Ar file ... 4305.It Fl rand Ar
4306Use specified file or files, or EGD socket (see 4306Use specified file or files, or EGD socket (see
4307.Xr RAND_egd 3 ) 4307.Xr RAND_egd 3 )
4308for seeding the random number generator. 4308for seeding the random number generator.
@@ -4354,7 +4354,7 @@ Multiple files can be specified separated by a
4354.Op Fl outform Ar DER | PEM 4354.Op Fl outform Ar DER | PEM
4355.Op Fl passin Ar arg 4355.Op Fl passin Ar arg
4356.Op Fl passout Ar arg 4356.Op Fl passout Ar arg
4357.Op Fl rand Ar file ... 4357.Op Fl rand Ar
4358.Op Fl reqexts Ar section 4358.Op Fl reqexts Ar section
4359.Op Fl reqopt Ar option 4359.Op Fl reqopt Ar option
4360.Op Fl set_serial Ar n 4360.Op Fl set_serial Ar n
@@ -4528,7 +4528,7 @@ see the
4528section above. 4528section above.
4529.It Fl pubkey 4529.It Fl pubkey
4530Outputs the public key. 4530Outputs the public key.
4531.It Fl rand Ar file ... 4531.It Fl rand Ar
4532A file or files containing random data used to seed the random number generator, 4532A file or files containing random data used to seed the random number generator,
4533or an EGD socket (see 4533or an EGD socket (see
4534.Xr RAND_egd 3 ) . 4534.Xr RAND_egd 3 ) .
@@ -5445,7 +5445,7 @@ which it can be seen agrees with the recovered value above.
5445.Oc 5445.Oc
5446.Op Fl engine Ar id 5446.Op Fl engine Ar id
5447.Op Fl key Ar keyfile 5447.Op Fl key Ar keyfile
5448.Op Fl rand Ar file ... 5448.Op Fl rand Ar
5449.Op Fl starttls Ar protocol 5449.Op Fl starttls Ar protocol
5450.Op Fl verify Ar depth 5450.Op Fl verify Ar depth
5451.Ek 5451.Ek
@@ -5568,7 +5568,7 @@ Inhibit printing of session and certificate information.
5568This implicitly turns on 5568This implicitly turns on
5569.Fl ign_eof 5569.Fl ign_eof
5570as well. 5570as well.
5571.It Fl rand Ar file ... 5571.It Fl rand Ar
5572A file or files containing random data used to seed the random number generator, 5572A file or files containing random data used to seed the random number generator,
5573or an EGD socket (see 5573or an EGD socket (see
5574.Xr RAND_egd 3 ) . 5574.Xr RAND_egd 3 ) .
@@ -5732,7 +5732,7 @@ We should really report information whenever a session is renegotiated.
5732.Op Fl engine Ar id 5732.Op Fl engine Ar id
5733.Op Fl id_prefix Ar arg 5733.Op Fl id_prefix Ar arg
5734.Op Fl key Ar keyfile 5734.Op Fl key Ar keyfile
5735.Op Fl rand Ar file ... 5735.Op Fl rand Ar
5736.Op Fl Verify Ar depth 5736.Op Fl Verify Ar depth
5737.Op Fl verify Ar depth 5737.Op Fl verify Ar depth
5738.Ek 5738.Ek
@@ -5884,7 +5884,7 @@ This restricts the cipher suites available to the anonymous ones
5884.Pq currently just anonymous DH . 5884.Pq currently just anonymous DH .
5885.It Fl quiet 5885.It Fl quiet
5886Inhibit printing of session and certificate information. 5886Inhibit printing of session and certificate information.
5887.It Fl rand Ar file ... 5887.It Fl rand Ar
5888A file or files containing random data used to seed the random number generator, 5888A file or files containing random data used to seed the random number generator,
5889or an EGD socket (see 5889or an EGD socket (see
5890.Xr RAND_egd 3 ) . 5890.Xr RAND_egd 3 ) .
@@ -6348,7 +6348,7 @@ The cipher and start time should be printed out in human readable form.
6348.Op Fl out Ar file 6348.Op Fl out Ar file
6349.Op Fl outform Ar DER | PEM | SMIME 6349.Op Fl outform Ar DER | PEM | SMIME
6350.Op Fl passin Ar arg 6350.Op Fl passin Ar arg
6351.Op Fl rand Ar file ... 6351.Op Fl rand Ar
6352.Op Fl recip Ar file 6352.Op Fl recip Ar file
6353.Op Fl signer Ar file 6353.Op Fl signer Ar file
6354.Op Fl subject Ar s 6354.Op Fl subject Ar s
@@ -6581,7 +6581,7 @@ For more information about the format of
6581see the 6581see the
6582.Sx PASS PHRASE ARGUMENTS 6582.Sx PASS PHRASE ARGUMENTS
6583section above. 6583section above.
6584.It Fl rand Ar file ... 6584.It Fl rand Ar
6585A file or files 6585A file or files
6586containing random data used to seed the random number generator, 6586containing random data used to seed the random number generator,
6587or an EGD socket (see 6587or an EGD socket (see