diff options
author | 2014-03-18 17:46:04 +0000 | |
---|---|---|
committer | 2014-03-18 17:46:04 +0000 | |
commit | 85c0161eee35966a7e091966c5ffd15a4099afa4 (patch) | |
tree | b853027b079c9d3e734c0b3356313020a808a463 /lib/libssl/src/doc/ssl/SSL_set_session.pod | |
parent | First setup that stops using isp(4), and relies on ql[aew](4). (diff) | |
download | wireguard-openbsd-85c0161eee35966a7e091966c5ffd15a4099afa4.tar.xz wireguard-openbsd-85c0161eee35966a7e091966c5ffd15a4099afa4.zip |
prepare manpages for new perl.
Note that I missed two of these in the diff shown initially, thx
to the atrocious Makefile rule...
okay millert@, sthen@, basically
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_set_session.pod')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_set_session.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_set_session.pod b/lib/libssl/src/doc/ssl/SSL_set_session.pod index 5f54714ad86..d35e6d3b7b7 100644 --- a/lib/libssl/src/doc/ssl/SSL_set_session.pod +++ b/lib/libssl/src/doc/ssl/SSL_set_session.pod @@ -37,11 +37,11 @@ The following return values can occur: =over 4 -=item 0 +=item C<0> The operation failed; check the error stack to find out the reason. -=item 1 +=item C<1> The operation succeeded. |