diff options
author | jmc <> | 2016-11-17 21:06:16 +0000 |
---|---|---|
committer | jmc <> | 2016-11-17 21:06:16 +0000 |
commit | c9944c8d48b5197b5d660006e939e59e811e2713 (patch) | |
tree | 1fedd70e71c32db5d6e3a032a7ea408effdfe14b /src/lib/libcrypto/man/ERR_error_string.3 | |
parent | 97d8f4f2e9be51170c67b25d8bd287ad57bd0b36 (diff) | |
download | openbsd-c9944c8d48b5197b5d660006e939e59e811e2713.tar.gz openbsd-c9944c8d48b5197b5d660006e939e59e811e2713.tar.bz2 openbsd-c9944c8d48b5197b5d660006e939e59e811e2713.zip |
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/ERR_error_string.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_error_string.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ERR_error_string.3 b/src/lib/libcrypto/man/ERR_error_string.3 index e516fa2703..13b37ea71a 100644 --- a/src/lib/libcrypto/man/ERR_error_string.3 +++ b/src/lib/libcrypto/man/ERR_error_string.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: ERR_error_string.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: ERR_error_string.3,v 1.3 2016/11/17 21:06:16 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 17 2016 $ |
4 | .Dt ERR_ERROR_STRING 3 | 4 | .Dt ERR_ERROR_STRING 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -65,7 +65,7 @@ The string will have the following format: | |||
65 | .Pp | 65 | .Pp |
66 | .Dl error:[error code]:[library name]:[function name]:[reason string] | 66 | .Dl error:[error code]:[library name]:[function name]:[reason string] |
67 | .Pp | 67 | .Pp |
68 | The error code is an 8 digit hexadecimal number. | 68 | The error code is an 8-digit hexadecimal number. |
69 | The library name, the function name, and the reason string are ASCII | 69 | The library name, the function name, and the reason string are ASCII |
70 | text. | 70 | text. |
71 | .Pp | 71 | .Pp |