diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-14 23:03:01 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-14 23:03:01 -0700 |
| commit | 1e5a79637471c1add6e673954f02736d07c2c3a8 (patch) | |
| tree | 7c17f7090db3674e32ab3ac736a8b2eb3727b97f /docs/ref | |
| parent | 8405efef94a1edcd4d58e6053d17d4dc0e1fcd26 (diff) | |
| download | nng-1e5a79637471c1add6e673954f02736d07c2c3a8.tar.gz nng-1e5a79637471c1add6e673954f02736d07c2c3a8.tar.bz2 nng-1e5a79637471c1add6e673954f02736d07c2c3a8.zip | |
Minor fixes for () in docs
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/proto/pub.md | 2 | ||||
| -rw-r--r-- | docs/ref/tran/socket.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/proto/pub.md b/docs/ref/proto/pub.md index 40a75706..55292f7a 100644 --- a/docs/ref/proto/pub.md +++ b/docs/ref/proto/pub.md @@ -22,7 +22,7 @@ Applications should construct their messages accordingly. ## Socket Operations -The [`nng_pub0_open()`][nng_pub_open] functions create a publisher socket. +The [`nng_pub0_open`][nng_pub_open] functions create a publisher socket. This socket may be used to send messages, but is unable to receive them. Attempts to receive messages will result in `NNG_ENOTSUP`. diff --git a/docs/ref/tran/socket.md b/docs/ref/tran/socket.md index 24b7cf68..1e085f7d 100644 --- a/docs/ref/tran/socket.md +++ b/docs/ref/tran/socket.md @@ -23,7 +23,7 @@ for the [_tcp_][tcp] transport, but this is an implementation detail and subject > [!NOTE] > This transport is _experimental_, and at present is only supported on POSIX platforms. -> {{footnote: Windows lacks a suitable `socketpair()` equivalent function we could use.}} +> {{footnote: Windows lacks a suitable `socketpair` equivalent function we could use.}} ## Registration |
