summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-19 21:42:14 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-19 21:42:14 +0000
commitfb7339dfa08327c3fef5022201a5c8cc97c7d1b4 (patch)
tree78677a2ea9763a48a4efbfa9ccd6a75a4d36c902
parent2c5cf866041f0cf45ced40850a9033c56b2836c0 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/open.24
-rw-r--r--man2/sysctl.22
2 files changed, 3 insertions, 3 deletions
diff --git a/man2/open.2 b/man2/open.2
index d4d795528..5bd037bcb 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -147,7 +147,7 @@ for further details.
.TP
.BR O_CLOEXEC " (Since Linux 2.6.23)"
Enable the close-on-exec flag for the new file descriptor.
-Specifying this flag permits a program to avoid an additional
+Specifying this flag permits a program to avoid an additional
.BR fcntl (2)
.B F_SETFD
operation to set the
@@ -538,7 +538,7 @@ One may have to define the
.B _GNU_SOURCE
macro to get their definitions.
.BR O_DIRECT
-is not specified in POSIX; one has to define
+is not specified in POSIX; one has to define
.B _GNU_SOURCE
to get its definition.
.SH NOTES
diff --git a/man2/sysctl.2 b/man2/sysctl.2
index 2b17aa352..61304047c 100644
--- a/man2/sysctl.2
+++ b/man2/sysctl.2
@@ -111,7 +111,7 @@ Or rather... don't call it:
use of this system call has long been discouraged,
and it is so unloved that
\fBit is likely to disappear in a future kernel version.\fP
-.\" See http://lwn.net/Articles/247243/
+.\" See http://lwn.net/Articles/247243/
Remove it from your programs now; use the
.I /proc/sys
interface instead.