From c5571b613b5bab2a0f792227c462ec682b8dd26a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 29 Oct 2008 15:43:44 -0500 Subject: [PATCH] Removed trailing white space at end of lines --- man2/dup.2 | 2 +- man2/epoll_create.2 | 4 ++-- man2/eventfd.2 | 2 +- man2/inotify_init.2 | 2 +- man2/signalfd.2 | 2 +- man2/socket.2 | 2 +- man2/timerfd_create.2 | 2 +- man3/getaddrinfo.3 | 2 +- man3/popen.3 | 2 +- man3/pthread_attr_init.3 | 2 +- man3/pthread_attr_setdetachstate.3 | 4 ++-- man3/pthread_attr_setguardsize.3 | 4 ++-- man3/pthread_attr_setstackaddr.3 | 2 +- man3/pthread_create.3 | 2 +- man4/console_ioctl.4 | 2 +- man5/utmp.5 | 2 +- man7/inotify.7 | 2 +- man8/ld.so.8 | 6 +++--- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/man2/dup.2 b/man2/dup.2 index 6e9bc518a..a202d2655 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -143,7 +143,7 @@ and .B EINTR The .BR dup2 () -or +or .BR dup3 () call was interrupted by a signal; see .BR signal (7). diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index b4c65991c..88b2a918b 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -72,13 +72,13 @@ to obtain different behavior: Set the close-on-exec .RB ( FD_CLOEXEC ) flag on the new file descriptor. -See the description of the +See the description of the .B O_CLOEXEC flag in .BR open (2) for reasons why this may be useful. .SH "RETURN VALUE" -On success, +On success, these system calls return a non-negative file descriptor. On error, \-1 is returned, and diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 2539bed65..0eae018d4 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -53,7 +53,7 @@ to achieve the same result. Set the close-on-exec .RB ( FD_CLOEXEC ) flag on the new file descriptor. -See the description of the +See the description of the .B O_CLOEXEC flag in .BR open (2) diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 345cebfd1..99ae5cdfa 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -63,7 +63,7 @@ to achieve the same result. Set the close-on-exec .RB ( FD_CLOEXEC ) flag on the new file descriptor. -See the description of the +See the description of the .B O_CLOEXEC flag in .BR open (2) diff --git a/man2/signalfd.2 b/man2/signalfd.2 index f01079bd2..ceebf5868 100644 --- a/man2/signalfd.2 +++ b/man2/signalfd.2 @@ -86,7 +86,7 @@ to achieve the same result. Set the close-on-exec .RB ( FD_CLOEXEC ) flag on the new file descriptor. -See the description of the +See the description of the .B O_CLOEXEC flag in .BR open (2) diff --git a/man2/socket.2 b/man2/socket.2 index e1638e7b1..574f17827 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -172,7 +172,7 @@ to achieve the same result. Set the close-on-exec .RB ( FD_CLOEXEC ) flag on the new file descriptor. -See the description of the +See the description of the .B O_CLOEXEC flag in .BR open (2) diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 70db56a2f..e7a9b9b56 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -92,7 +92,7 @@ to achieve the same result. Set the close-on-exec .RB ( FD_CLOEXEC ) flag on the new file descriptor. -See the description of the +See the description of the .B O_CLOEXEC flag in .BR open (2) diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 5d6d2c82d..6c95c393a 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -543,7 +543,7 @@ This could occur, for example, if .I hints.ai_socktype and .I hints.ai_protocol -are inconsistent (e.g., +are inconsistent (e.g., .BR SOCK_DGRAM and .BR IPPROTO_TCP , diff --git a/man3/popen.3 b/man3/popen.3 index 64b8df3df..37f9b062c 100644 --- a/man3/popen.3 +++ b/man3/popen.3 @@ -86,7 +86,7 @@ this argument can additionally include the letter \(aqe\(aq, which causes the close-on-exec flag .RB ( FD_CLOEXEC ) to be set on the underlying file descriptor; -see the description of the +see the description of the .B O_CLOEXEC flag in .BR open (2) diff --git a/man3/pthread_attr_init.3 b/man3/pthread_attr_init.3 index 8a04359ab..160cc2845 100644 --- a/man3/pthread_attr_init.3 +++ b/man3/pthread_attr_init.3 @@ -45,7 +45,7 @@ and then the object can be used in one or more .BR pthread_create (3) calls that create threads. -Calling +Calling .BR pthread_attr_init () on a thread attributes object that has already been initialized results in undefined behavior. diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3 index da834c72e..39cc5c029 100644 --- a/man3/pthread_attr_setdetachstate.3 +++ b/man3/pthread_attr_setdetachstate.3 @@ -48,7 +48,7 @@ the thread attributes object .I attr will be created in a joinable or a detached state. -The following values may be specified in +The following values may be specified in .IR detachstate : .TP .B PTHREAD_CREATE_DETACHED @@ -96,7 +96,7 @@ or detached using see .BR pthread_create (3). -It is an error to specify the thread ID of +It is an error to specify the thread ID of a thread that was created in a detached state in a later call to .BR pthread_detach (3) diff --git a/man3/pthread_attr_setguardsize.3 b/man3/pthread_attr_setguardsize.3 index c3b036ef4..c0381b4cb 100644 --- a/man3/pthread_attr_setguardsize.3 +++ b/man3/pthread_attr_setguardsize.3 @@ -94,7 +94,7 @@ error if .I attr or .I guardsize -is invalid. +is invalid. On Linux these functions always succeed (but portable and future-proof applications should nevertheless handle a possible error return). @@ -140,7 +140,7 @@ The obsolete LinuxThreads implementation did the right thing, allocating extra space at the end of the stack for the guard area. .\" glibc includes the guardsize within the allocated stack size, .\" which looks pretty clearly to be in violation of POSIX. -.\" +.\" .\" Filed bug, 22 Oct 2008: .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6973 .\" diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3 index 80e9e2eca..2567310cd 100644 --- a/man3/pthread_attr_setstackaddr.3 +++ b/man3/pthread_attr_setstackaddr.3 @@ -36,7 +36,7 @@ set/get stack address attribute in thread attributes object .sp Compile and link with \fI\-pthread\fP. .SH DESCRIPTION -These functions are obsolete: +These functions are obsolete: .B do not use them. Use .BR pthread_attr_setstack (3) diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index 2224ddfe8..d7bfbff0c 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -91,7 +91,7 @@ in subsequent calls to other pthreads functions. The new thread inherits a copy of the creating thread's signal mask .RB ( pthread_sigmask (3)). -The set of pending signals for the new thread is empty +The set of pending signals for the new thread is empty .RB ( sigpending (2)). The new thread does not inherit the creating thread's alternate signal stack diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4 index 7236a20e6..774c7be5c 100644 --- a/man4/console_ioctl.4 +++ b/man4/console_ioctl.4 @@ -24,7 +24,7 @@ .\" Modified, Sun Feb 26 15:04:20 1995, faith@cs.unc.edu .\" Modified, Thu Apr 20 22:08:17 1995, jrv@vanzandt.mv.com .\" Modified, Mon Sep 18 22:32:47 1995, hpa@storm.net (H. Peter Anvin) -.\" FIXME The following are not documented: +.\" FIXME The following are not documented: .\" KDFONTOP (since 2.1.111) .\" KDGKBDIACRUC (since 2.6.24) .\" KDSKBDIACR diff --git a/man5/utmp.5 b/man5/utmp.5 index d183641ee..45b40f7ee 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -49,7 +49,7 @@ modifications of system files if you leave .I utmp writable to any user other than the owner and group owner of the file. .PP -The file is a sequence of +The file is a sequence of .I utmp structures, declared as follows in diff --git a/man7/inotify.7 b/man7/inotify.7 index f8c4d93e5..7a2f74d87 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -37,7 +37,7 @@ for the directory itself, and for files inside the directory. The following system calls are used with this API: .BR inotify_init (2) -(or +(or .BR inotify_init1 (2)), .BR inotify_add_watch (2), .BR inotify_rm_watch (2), diff --git a/man8/ld.so.8 b/man8/ld.so.8 index e893c33c5..6ca9a8c5b 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -181,8 +181,8 @@ Old versions of ld\-linux.so.1 also supported .\" Document LD_AUDIT ("Install audit libraries for glibc") .\" new in glibc 2.4 .\" ignored in set-user-ID and set-group-ID programs -.\" -.\" For some info, see Solaris Linker and Libraries Guide, +.\" +.\" For some info, see Solaris Linker and Libraries Guide, .\" "Runtime Linker Auditing Interface" .TP .B LD_BIND_NOT @@ -240,7 +240,7 @@ For security reasons, since glibc 2.4, is ignored for set-user-ID/set-group-ID binaries. .\" Only used if $ORIGIN can't be determined by normal means .\" (from the origin path saved at load time, or from /proc/self/exe)? -.\" +.\" .\" FIXME .\" Document LD_POINTER_GUARD .\" Since glibc 2.4