diff options
| -rw-r--r-- | man2/recv.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/recv.2 b/man2/recv.2 index cce9d6a465..9431b5c514 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -355,8 +355,8 @@ struct cmsghdr { Ancillary data should only be accessed by the macros defined in .BR cmsg (3). .PP -As an example, Linux uses this auxiliary data mechanism to pass extended -errors, IP options or file descriptors over Unix sockets. +As an example, Linux uses this ancillary data mechanism to pass extended +errors, IP options, or file descriptors over Unix sockets. .PP The .I msg_flags |
