Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2014-02-11 12:17:35 +01:00
parent 46da5b2732
commit 7a9d6ddece
2 changed files with 2 additions and 2 deletions

View File

@ -1164,7 +1164,7 @@ Only the operations
.BR F_GETLK , .BR F_GETLK ,
.BR F_SETLK , .BR F_SETLK ,
and and
.BR F_SETLKW .BR F_SETLKW
are specified in POSIX.1-2001. are specified in POSIX.1-2001.
.BR F_GETOWN .BR F_GETOWN

View File

@ -95,7 +95,7 @@ family of functions.
For example, For example,
.BR be32toh () .BR be32toh ()
is identical to is identical to
.BR ntohl () .BR ntohl ()
The advantage of the The advantage of the
.BR byteorder (3) .BR byteorder (3)