diff options
author | sobrado <> | 2009-08-16 09:41:08 +0000 |
---|---|---|
committer | sobrado <> | 2009-08-16 09:41:08 +0000 |
commit | 47d2d4a9ab1857ce45953db1fb8b5bc4e9f42c2d (patch) | |
tree | 897a393895e89936e2a2b0633640225bc44bd5c9 | |
parent | 91014b282a7e8b66d9a5868df0f891b856b9ffd4 (diff) | |
download | openbsd-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.1 | 54 |
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 |
1903 | The digest functions output the message digest of a supplied | 1903 | The 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 |
1952 | or | 1952 | or |
1953 | .Qq Verification Failure . | 1953 | .Qq Verification Failure . |
1954 | .It Fl rand Ar file ... | 1954 | .It Fl rand Ar |
1955 | A file or files containing random data used to seed the random number | 1955 | A file or files containing random data used to seed the random number |
1956 | generator, or an EGD socket (see | 1956 | generator, 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 |
1970 | or | 1970 | or |
1971 | .Qq Verification Failure . | 1971 | .Qq Verification Failure . |
1972 | .It Ar file ... | 1972 | .It Ar |
1973 | File or files to digest. | 1973 | File or files to digest. |
1974 | If no files are specified then standard input is used. | 1974 | If 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. | |||
2096 | This specifies the output format; the options have the same meaning as the | 2096 | This specifies the output format; the options have the same meaning as the |
2097 | .Fl inform | 2097 | .Fl inform |
2098 | option. | 2098 | option. |
2099 | .It Fl rand Ar file ... | 2099 | .It Fl rand Ar |
2100 | A file or files containing random data used to seed the random number generator, | 2100 | A file or files containing random data used to seed the random number generator, |
2101 | or an EGD socket (see | 2101 | or 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. | |||
2387 | This specifies the output format; the options have the same meaning as the | 2387 | This specifies the output format; the options have the same meaning as the |
2388 | .Fl inform | 2388 | .Fl inform |
2389 | option. | 2389 | option. |
2390 | .It Fl rand Ar file ... | 2390 | .It Fl rand Ar |
2391 | A file or files containing random data used to seed the random number | 2391 | A file or files containing random data used to seed the random number |
2392 | generator, or an EGD socket (see | 2392 | generator, 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. | |||
2827 | DSA parameters can be generated and examined using the | 2827 | DSA parameters can be generated and examined using the |
2828 | .Nm openssl dsaparam | 2828 | .Nm openssl dsaparam |
2829 | command. | 2829 | command. |
2830 | .It Fl rand Ar file ... | 2830 | .It Fl rand Ar |
2831 | A file or files containing random data used to seed the random number | 2831 | A file or files containing random data used to seed the random number |
2832 | generator, or an EGD socket (see | 2832 | generator, 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 | |||
2898 | see the | 2898 | see the |
2899 | .Sx PASS PHRASE ARGUMENTS | 2899 | .Sx PASS PHRASE ARGUMENTS |
2900 | section above. | 2900 | section above. |
2901 | .It Fl rand Ar file ... | 2901 | .It Fl rand Ar |
2902 | A file or files | 2902 | A file or files |
2903 | containing random data used to seed the random number | 2903 | containing random data used to seed the random number |
2904 | generator, or an EGD socket (see | 2904 | generator, 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 |
3929 | The | 3929 | The |
@@ -4125,7 +4125,7 @@ For more information about the format of | |||
4125 | see the | 4125 | see the |
4126 | .Sx PASS PHRASE ARGUMENTS | 4126 | .Sx PASS PHRASE ARGUMENTS |
4127 | section above. | 4127 | section above. |
4128 | .It Fl rand Ar file ... | 4128 | .It Fl rand Ar |
4129 | A file or files | 4129 | A file or files |
4130 | containing random data used to seed the random number generator, | 4130 | containing random data used to seed the random number generator, |
4131 | or an EGD socket (see | 4131 | or 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 |
4263 | The | 4263 | The |
@@ -4302,7 +4302,7 @@ Specify hexadecimal output. | |||
4302 | Write to | 4302 | Write to |
4303 | .Ar file | 4303 | .Ar file |
4304 | instead of standard output. | 4304 | instead of standard output. |
4305 | .It Fl rand Ar file ... | 4305 | .It Fl rand Ar |
4306 | Use specified file or files, or EGD socket (see | 4306 | Use specified file or files, or EGD socket (see |
4307 | .Xr RAND_egd 3 ) | 4307 | .Xr RAND_egd 3 ) |
4308 | for seeding the random number generator. | 4308 | for 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 | |||
4528 | section above. | 4528 | section above. |
4529 | .It Fl pubkey | 4529 | .It Fl pubkey |
4530 | Outputs the public key. | 4530 | Outputs the public key. |
4531 | .It Fl rand Ar file ... | 4531 | .It Fl rand Ar |
4532 | A file or files containing random data used to seed the random number generator, | 4532 | A file or files containing random data used to seed the random number generator, |
4533 | or an EGD socket (see | 4533 | or 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. | |||
5568 | This implicitly turns on | 5568 | This implicitly turns on |
5569 | .Fl ign_eof | 5569 | .Fl ign_eof |
5570 | as well. | 5570 | as well. |
5571 | .It Fl rand Ar file ... | 5571 | .It Fl rand Ar |
5572 | A file or files containing random data used to seed the random number generator, | 5572 | A file or files containing random data used to seed the random number generator, |
5573 | or an EGD socket (see | 5573 | or 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 |
5886 | Inhibit printing of session and certificate information. | 5886 | Inhibit printing of session and certificate information. |
5887 | .It Fl rand Ar file ... | 5887 | .It Fl rand Ar |
5888 | A file or files containing random data used to seed the random number generator, | 5888 | A file or files containing random data used to seed the random number generator, |
5889 | or an EGD socket (see | 5889 | or 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 | |||
6581 | see the | 6581 | see the |
6582 | .Sx PASS PHRASE ARGUMENTS | 6582 | .Sx PASS PHRASE ARGUMENTS |
6583 | section above. | 6583 | section above. |
6584 | .It Fl rand Ar file ... | 6584 | .It Fl rand Ar |
6585 | A file or files | 6585 | A file or files |
6586 | containing random data used to seed the random number generator, | 6586 | containing random data used to seed the random number generator, |
6587 | or an EGD socket (see | 6587 | or an EGD socket (see |