diff options
Diffstat (limited to 'man7/netlink.7')
| -rw-r--r-- | man7/netlink.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7 index 667cae0a66..23291bb525 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -198,7 +198,8 @@ struct nlmsgerr { int error; /* Negative errno or 0 for acknowledgements */ struct nlmsghdr msg; /* Message header that caused the error */ /* - * followed by the message contents unless NETLINK_CAP_ACK was set + * followed by the message contents + * unless NETLINK_CAP_ACK was set * or the ACK indicates success (error == 0). * For example Generic Netlink message with attributes. * message length is aligned with NLMSG_ALIGN() |
