diff options
| author | Torin Carey <torin@tcarey.uk> | 2019-10-29 12:51:44 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-10-31 06:18:30 +0100 |
| commit | 897367f900a353d279913c144ca0dc99d9f531c1 (patch) | |
| tree | 95b67b8e0bf7c3ea9f442ca957a162d4cdeba749 /man7/unix.7 | |
| parent | 6a141329250b8a41672b88548e1ffe982051e736 (diff) | |
| download | man-pages-897367f900a353d279913c144ca0dc99d9f531c1.tar.gz | |
unix.7: tfix
In the given example, the second recvmsg(2) call should receive four bytes,
as the third sendmsg(2) call only sends four.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 5948942685..aa07793c20 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -566,7 +566,7 @@ The first call will receive five bytes of data, along with the ancillary data sent by the second .BR sendmsg (2) call. -The next call will receive the remaining five bytes of data. +The next call will receive the remaining four bytes of data. .PP If the space allocated for receiving incoming ancillary data is too small then the ancillary data is truncated to the number of headers |
