s/CONFORMING/CONFORMING TO/

This commit is contained in:
Michael Kerrisk 2007-07-18 20:25:14 +00:00
parent a8d5553785
commit d0e4f89255
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Return true if the netlink message is not truncated and ok to parse.
NLMSG_PAYLOAD
Return the length of the payload associated with the
.IR nlmsghdr .
.SH CONFORMING
.SH CONFORMING TO
These macros are non-standard Linux extensions.
.SH NOTES
It is often better to use netlink via

View File

@ -75,7 +75,7 @@ bytes of data plus the header.
returns the amount of space which will be needed in a message with
.I len
bytes of data.
.SH CONFORMING
.SH CONFORMING TO
These macros are non-standard Linux extensions.
.SH BUGS
This manual page is incomplete.