diff options
| author | jake-ruyi <38336907+jake-ruyi@users.noreply.github.com> | 2019-02-20 20:38:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-02-20 19:38:04 -0800 |
| commit | b26fc00bd1a8e83aabf7a6c1735d911b9d253d84 (patch) | |
| tree | 0f66dc86dd10b5a771807ae37f136851bd9c2fa8 /docs/man/nng_pipe_getopt.3.adoc | |
| parent | b6f6ce85693959db78adf513f3f748043ef114c8 (diff) | |
| download | nng-b26fc00bd1a8e83aabf7a6c1735d911b9d253d84.tar.gz nng-b26fc00bd1a8e83aabf7a6c1735d911b9d253d84.tar.bz2 nng-b26fc00bd1a8e83aabf7a6c1735d911b9d253d84.zip | |
Fixes manpage typos (#886)
Diffstat (limited to 'docs/man/nng_pipe_getopt.3.adoc')
| -rw-r--r-- | docs/man/nng_pipe_getopt.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_pipe_getopt.3.adoc b/docs/man/nng_pipe_getopt.3.adoc index b5c9fcf8..c8242be5 100644 --- a/docs/man/nng_pipe_getopt.3.adoc +++ b/docs/man/nng_pipe_getopt.3.adoc @@ -27,7 +27,7 @@ int nng_pipe_getopt_int(nng_pipe p, const char *opt, int *ivalp); int nng_pipe_getopt_ms(nng_pipe p, const char *opt, nng_duration *durp); -int nng_dialer_getopt_ptr(nng_pipe p, const char *opt, void **ptr); +int nng_pipe_getopt_ptr(nng_pipe p, const char *opt, void **ptr); int nng_pipe_getopt_sockaddr(nng_pipe p, const char *opt, nng_sockaddr *sap); |
