From 7a9d6ddecee80d8fecc8618e223d560bb1fa455b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 11 Feb 2014 12:17:35 +0100 Subject: [PATCH] Removed trailing white space at end of lines --- man2/fcntl.2 | 2 +- man3/endian.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index be9009d83..368e3f93b 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1164,7 +1164,7 @@ Only the operations .BR F_GETLK , .BR F_SETLK , and -.BR F_SETLKW +.BR F_SETLKW are specified in POSIX.1-2001. .BR F_GETOWN diff --git a/man3/endian.3 b/man3/endian.3 index e7c90c1e1..f751049da 100644 --- a/man3/endian.3 +++ b/man3/endian.3 @@ -95,7 +95,7 @@ family of functions. For example, .BR be32toh () is identical to -.BR ntohl () +.BR ntohl () The advantage of the .BR byteorder (3)