This commit is contained in:
Michael Kerrisk 2007-05-24 21:18:31 +00:00
parent d748cd1efe
commit 5acd77eb40
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ message terminates a multipart message.
.in +0.25i
.nf
struct nlmsgerr {
int error; /* Negative errno or 0 for acknowledgements. */
struct nlmsghdr msg; /* Message header that caused the error. */
int error; /* Negative errno or 0 for acknowledgements */
struct nlmsghdr msg; /* Message header that caused the error */
};
.fi
.in -0.25i