summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/ERR_clear_error.pod
diff options
context:
space:
mode:
authorschwarze <>2016-11-02 15:23:41 +0000
committerschwarze <>2016-11-02 15:23:41 +0000
commite555e2e6cc68ff074abb5f707eeb2bde15f9e8f0 (patch)
treed746bbb5cfe6d085f48965873fc3db01fe55f4d6 /src/lib/libcrypto/doc/ERR_clear_error.pod
parentc5ef581eab94ca8726254ac45c1577ecde5adcac (diff)
downloadopenbsd-e555e2e6cc68ff074abb5f707eeb2bde15f9e8f0.tar.gz
openbsd-e555e2e6cc68ff074abb5f707eeb2bde15f9e8f0.tar.bz2
openbsd-e555e2e6cc68ff074abb5f707eeb2bde15f9e8f0.zip
convert ERR manuals from pod to mdoc; while reading this,
i wtfed, laughed, puked, and cried in more or less that order...
Diffstat (limited to 'src/lib/libcrypto/doc/ERR_clear_error.pod')
-rw-r--r--src/lib/libcrypto/doc/ERR_clear_error.pod29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/lib/libcrypto/doc/ERR_clear_error.pod b/src/lib/libcrypto/doc/ERR_clear_error.pod
deleted file mode 100644
index 566e1f4e31..0000000000
--- a/src/lib/libcrypto/doc/ERR_clear_error.pod
+++ /dev/null
@@ -1,29 +0,0 @@
1=pod
2
3=head1 NAME
4
5ERR_clear_error - clear the error queue
6
7=head1 SYNOPSIS
8
9 #include <openssl/err.h>
10
11 void ERR_clear_error(void);
12
13=head1 DESCRIPTION
14
15ERR_clear_error() empties the current thread's error queue.
16
17=head1 RETURN VALUES
18
19ERR_clear_error() has no return value.
20
21=head1 SEE ALSO
22
23L<err(3)|err(3)>, L<ERR_get_error(3)|ERR_get_error(3)>
24
25=head1 HISTORY
26
27ERR_clear_error() is available in all versions of SSLeay and OpenSSL.
28
29=cut