aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netlink.7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-08-25 21:55:00 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-25 21:55:00 +0200
commite5da16f10f2d3d55db0bb1ef1156afcb197d8fdc (patch)
tree55b9cd4230a9318c8761d92dba46bc6625369e71 /man7/netlink.7
parent3fbaf9c53d1a1476bc61d2ae669a69206531a83e (diff)
downloadman-pages-e5da16f10f2d3d55db0bb1ef1156afcb197d8fdc.tar.gz
Various pages: Fit rendered pages in 80 columns
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man7/netlink.7')
-rw-r--r--man7/netlink.73
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()