Skip to content

Commit

Permalink
Fix manpage problems
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
GH: openssl#6472
  • Loading branch information
eric-s-raymond authored and kroeckx committed Jun 13, 2018
1 parent a3e9d5a commit 17e822e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions doc/man3/BUF_MEM_new.pod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow,
BUF_MEM_grow_clean, BUF_reverse
- simple character array structure

standard C library equivalents

=head1 SYNOPSIS

#include <openssl/buffer.h>
Expand Down
2 changes: 1 addition & 1 deletion doc/man3/SSL_get_current_cipher.pod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SSL_get_pending_cipher - get SSL_CIPHER of a connection

const char *SSL_get_cipher_name(const SSL *s);
const char *SSL_get_cipher(const SSL *s);
int SSL_get_cipher_bits(const SSL *s, int *np) \
int SSL_get_cipher_bits(const SSL *s, int *np);
const char *SSL_get_cipher_version(const SSL *s);

=head1 DESCRIPTION
Expand Down

0 comments on commit 17e822e

Please sign in to comment.