diff options
author | jsg <> | 2022-01-15 23:38:50 +0000 |
---|---|---|
committer | jsg <> | 2022-01-15 23:38:50 +0000 |
commit | 11a0f7c47c759a6a24cb1a97b23160532ee09267 (patch) | |
tree | 0f8b277479ae53256f76b79eff421f7d9e6972f0 /src/lib/libcrypto/man/BIO_dump.3 | |
parent | 04d3b74c5664606f57f6245c480efc7dfc0abd68 (diff) | |
download | openbsd-11a0f7c47c759a6a24cb1a97b23160532ee09267.tar.gz openbsd-11a0f7c47c759a6a24cb1a97b23160532ee09267.tar.bz2 openbsd-11a0f7c47c759a6a24cb1a97b23160532ee09267.zip |
spelling
ok tb@
Diffstat (limited to 'src/lib/libcrypto/man/BIO_dump.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_dump.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_dump.3 b/src/lib/libcrypto/man/BIO_dump.3 index 1b66d95679..b2145e2242 100644 --- a/src/lib/libcrypto/man/BIO_dump.3 +++ b/src/lib/libcrypto/man/BIO_dump.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_dump.3,v 1.2 2021/07/11 20:18:07 beck Exp $ | 1 | .\" $OpenBSD: BIO_dump.3,v 1.3 2022/01/15 23:38:50 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: July 11 2021 $ | 17 | .Dd $Mdocdate: January 15 2022 $ |
18 | .Dt BIO_DUMP 3 | 18 | .Dt BIO_DUMP 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -76,7 +76,7 @@ the same bytes are printed again, this time as ASCII characters. | |||
76 | Non-printable ASCII characters are replaced with dots. | 76 | Non-printable ASCII characters are replaced with dots. |
77 | .Pp | 77 | .Pp |
78 | Trailing space characters and NUL bytes are omitted from the main table. | 78 | Trailing space characters and NUL bytes are omitted from the main table. |
79 | If there are any, an additional line is printed, constisting of the | 79 | If there are any, an additional line is printed, consisting of the |
80 | .Fa len | 80 | .Fa len |
81 | argument as a four-digit hexadecimal number, a dash, and the fixed string | 81 | argument as a four-digit hexadecimal number, a dash, and the fixed string |
82 | .Qq <SPACES/NULS> . | 82 | .Qq <SPACES/NULS> . |