diff options
| author | Jake Woltersdorf <jake@playruyi.com> | 2019-02-08 15:25:23 +0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-02-10 22:53:20 -0800 |
| commit | 1e7b955c9b1caa0262ea3d87d07eabf403927869 (patch) | |
| tree | b1f2a9705a32232ea001bb79f40668e530e1d4d5 /docs/man/nng_pipe_getopt.3.adoc | |
| parent | 82afec95496fd2e4b8fb404aa90e961f93db1fe8 (diff) | |
| download | nng-1e7b955c9b1caa0262ea3d87d07eabf403927869.tar.gz nng-1e7b955c9b1caa0262ea3d87d07eabf403927869.tar.bz2 nng-1e7b955c9b1caa0262ea3d87d07eabf403927869.zip | |
fixes #867 Remove references to NNG_OPT_LINGER option and other minor typos
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 9bc7529e..b5c9fcf8 100644 --- a/docs/man/nng_pipe_getopt.3.adoc +++ b/docs/man/nng_pipe_getopt.3.adoc @@ -21,7 +21,7 @@ nng_pipe_getopt - get pipe option int nng_pipe_getopt(nng_pipe p, const char *opt, void *val, size_t *valszp); -int nng_pipe_getopt_bool(nng_pipe p, const char *opt, int *bvalp); +int nng_pipe_getopt_bool(nng_pipe p, const char *opt, bool *bvalp); int nng_pipe_getopt_int(nng_pipe p, const char *opt, int *ivalp); |
