Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-09-19 21:42:14 +00:00
parent 2c5cf86604
commit fb7339dfa0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.