diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-07-29 15:14:40 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-28 21:39:29 +0100 |
| commit | cb1b0be6833d690a65b0ffeac864338a8cb9dbdf (patch) | |
| tree | 1f2a23fa3648c994915ba68727a1436ece3b324a | |
| parent | 7ded63ef4cec38d87e66868d123bbce8620af8f7 (diff) | |
| download | man-pages-cb1b0be6833d690a65b0ffeac864338a8cb9dbdf.tar.gz | |
socket.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/socket.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/socket.7 b/man7/socket.7 index 211b264dbb..b824418705 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -888,8 +888,8 @@ After the commit 6e5d58fdc9bedd0255a8 ("skbuff: Fix not waking applications when errors are enqueued"), introduced in Linux 4.16, waking up on .B POLLERR -does not require requesting other events. The flag is kept -only for backwards compatibility. +does not require requesting other events. +The flag is kept only for backwards compatibility. .TP .B SO_SNDBUF Sets or gets the maximum socket send buffer in bytes. |
