summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-02-11 12:17:35 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-02-11 12:17:35 +0100
commit7a9d6ddecee80d8fecc8618e223d560bb1fa455b (patch)
tree92d6aa53cde384ce3ce3ea1a6a2d9abbfbab89e6
parent46da5b2732e101a84d23fd75969ad05d1ea7a854 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/fcntl.22
-rw-r--r--man3/endian.32
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)