diff options
author | naddy <> | 2022-03-31 17:27:26 +0000 |
---|---|---|
committer | naddy <> | 2022-03-31 17:27:26 +0000 |
commit | 086b95c9573f2c3a1b0b5652129686eb64beeb7e (patch) | |
tree | dd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libcrypto/man/ERR_put_error.3 | |
parent | 609f16ba617e874a45ceef4f2e8463f010e5dbe7 (diff) | |
download | openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.gz openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.bz2 openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.zip |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/man/ERR_put_error.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_put_error.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ERR_put_error.3 b/src/lib/libcrypto/man/ERR_put_error.3 index 142d2eb2bd..7eac5e415c 100644 --- a/src/lib/libcrypto/man/ERR_put_error.3 +++ b/src/lib/libcrypto/man/ERR_put_error.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ERR_put_error.3,v 1.9 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_put_error.3,v 1.10 2022/03/31 17:27:16 naddy Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 27 2018 $ | 51 | .Dd $Mdocdate: March 31 2022 $ |
52 | .Dt ERR_PUT_ERROR 3 | 52 | .Dt ERR_PUT_ERROR 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -128,7 +128,7 @@ Function and reason codes should consist of upper case characters, | |||
128 | numbers and underscores only. | 128 | numbers and underscores only. |
129 | The error file generation script translates function codes into function | 129 | The error file generation script translates function codes into function |
130 | names by looking in the header files for an appropriate function name. | 130 | names by looking in the header files for an appropriate function name. |
131 | If none is found it just uses the capitalized form such as "SSL23_READ" | 131 | If none is found, it just uses the capitalized form such as "SSL23_READ" |
132 | in the above example. | 132 | in the above example. |
133 | .Pp | 133 | .Pp |
134 | The trailing section of a reason code (after the "_R_") is translated | 134 | The trailing section of a reason code (after the "_R_") is translated |