diff options
author | Richard Levitte <levitte@openssl.org> | 2016-11-11 09:33:55 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-11-11 13:06:43 +0100 |
commit | a9c85ceaca37b6b4d7e4c0c13c4b75a95561c2f6 (patch) | |
tree | 61ba600fb230d54d2b3bddb67b168d7d198b536f /doc/man7/bio.pod | |
parent | Fix referenses in section 1 manuals (diff) | |
download | openssl-a9c85ceaca37b6b4d7e4c0c13c4b75a95561c2f6.tar.xz openssl-a9c85ceaca37b6b4d7e4c0c13c4b75a95561c2f6.zip |
Fix referenses in section 7 manuals
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1900)
Diffstat (limited to 'doc/man7/bio.pod')
-rw-r--r-- | doc/man7/bio.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod index 7ad8bf45f2..7e397e11fd 100644 --- a/doc/man7/bio.pod +++ b/doc/man7/bio.pod @@ -4,10 +4,10 @@ bio - Basic I/O abstraction -=for comment generic - =head1 SYNOPSIS +=for comment generic + #include <openssl/bio.h> =head1 DESCRIPTION |