diff options
author | mmcc <> | 2016-03-12 21:31:22 +0000 |
---|---|---|
committer | mmcc <> | 2016-03-12 21:31:22 +0000 |
commit | d692c27f466b0683d4f7dd5f72058e64e04f0cd4 (patch) | |
tree | 41d48a54c09f49f4e37617cd4f79d217bf4250a8 /src/lib/libcrypto/doc/ERR_load_strings.pod | |
parent | b5aa7e790e535fc940826232ac1bf67aeb800cb0 (diff) | |
download | openbsd-d692c27f466b0683d4f7dd5f72058e64e04f0cd4.tar.gz openbsd-d692c27f466b0683d4f7dd5f72058e64e04f0cd4.tar.bz2 openbsd-d692c27f466b0683d4f7dd5f72058e64e04f0cd4.zip |
Remove sentences in RETURN VALUES sections saying that functions with
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.
We spare rewind(3)'s sentence because espie@ pointed out that it's a
warning - the function masks a potential error.
This commit also adds a sentence to X509_free clarifying that it's
NULL-safe. This bit was discussed with doug@.
ok martijn@, sentiment supported by schwarze@
Diffstat (limited to 'src/lib/libcrypto/doc/ERR_load_strings.pod')
-rw-r--r-- | src/lib/libcrypto/doc/ERR_load_strings.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/ERR_load_strings.pod b/src/lib/libcrypto/doc/ERR_load_strings.pod index 5acdd0edbc..e9c5cf0fc5 100644 --- a/src/lib/libcrypto/doc/ERR_load_strings.pod +++ b/src/lib/libcrypto/doc/ERR_load_strings.pod | |||
@@ -38,7 +38,7 @@ to user libraries at runtime. | |||
38 | 38 | ||
39 | =head1 RETURN VALUE | 39 | =head1 RETURN VALUE |
40 | 40 | ||
41 | ERR_load_strings() returns no value. ERR_PACK() return the error code. | 41 | ERR_PACK() return the error code. |
42 | ERR_get_next_error_library() returns a new library number. | 42 | ERR_get_next_error_library() returns a new library number. |
43 | 43 | ||
44 | =head1 SEE ALSO | 44 | =head1 SEE ALSO |