diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 9b30976af18b8a407761e020380b9ed595770866 (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/ERR_remove_state.3 | |
parent | e91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff) | |
download | openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.gz openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.bz2 openbsd-9b30976af18b8a407761e020380b9ed595770866.zip |
first pass; ok schwarze
Diffstat (limited to 'src/lib/libcrypto/man/ERR_remove_state.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_remove_state.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ERR_remove_state.3 b/src/lib/libcrypto/man/ERR_remove_state.3 index c15779edfc..faa1aa227f 100644 --- a/src/lib/libcrypto/man/ERR_remove_state.3 +++ b/src/lib/libcrypto/man/ERR_remove_state.3 | |||
@@ -1,4 +1,6 @@ | |||
1 | .Dd $Mdocdate: November 2 2016 $ | 1 | .\" $OpenBSD: ERR_remove_state.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ |
2 | .\" | ||
3 | .Dd $Mdocdate: November 6 2016 $ | ||
2 | .Dt ERR_REMOVE_STATE 3 | 4 | .Dt ERR_REMOVE_STATE 3 |
3 | .Os | 5 | .Os |
4 | .Sh NAME | 6 | .Sh NAME |
@@ -41,7 +43,7 @@ Calling | |||
41 | .Fn ERR_remove_state | 43 | .Fn ERR_remove_state |
42 | is equivalent to | 44 | is equivalent to |
43 | .Fn ERR_remove_thread_state NULL . | 45 | .Fn ERR_remove_thread_state NULL . |
44 | .Sh RETURN VALUE | 46 | .Sh RETURN VALUES |
45 | .Fn ERR_remove_thread_state | 47 | .Fn ERR_remove_thread_state |
46 | and | 48 | and |
47 | .Fn ERR_remove_state | 49 | .Fn ERR_remove_state |