]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed trailing white space at end of lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 10 May 2012 20:13:04 +0000 (08:13 +1200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 10 May 2012 20:13:04 +0000 (08:13 +1200)
man2/get_robust_list.2
man2/getcpu.2
man2/open.2
man2/select.2
man3/fmemopen.3
man3/malloc_info.3
man7/signal.7

index df8086a260bf2e30e4d2769ba5bf7afd039b1499..010db4a07f3b0fbff69bb0182ae27260a366ba8a 100644 (file)
@@ -72,7 +72,7 @@ argument should be
 .SH "RETURN VALUE"
 The
 .BR set_robust_list ()
-and 
+and
 .BR get_robust_list ()
 system calls return zero when the operation is successful,
 an error code otherwise.
@@ -81,17 +81,17 @@ The
 .BR set_robust_list ()
 system call can fail with the following error:
 .TP
-.B EINVAL 
+.B EINVAL
 .I len
 does not match the size of structure
-.B struct robust_list_head 
+.B struct robust_list_head
 expected by kernel.
 .PP
 The
 .BR get_robust_list ()
 system call can fail with the following errors:
 .TP
-.B EPERM 
+.B EPERM
 The calling process does not have permission to see the robust futex list of
 the thread with the thread ID
 .IR pid ,
@@ -99,7 +99,7 @@ and does not have the
 .BR CAP_SYS_PTRACE
 capability.
 .TP
-.B ESRCH 
+.B ESRCH
 No thread with the thread ID
 .I pid
 could be found.
index 25c39505b285212beee081017b977c1d645f50d8..4168f54bba6c4abb8af9f936ddc268fc760de0d7 100644 (file)
@@ -43,7 +43,7 @@ the kernel might change the CPU at any time.
 (Normally this does not happen
 because the scheduler tries to minimize movements between CPUs to
 keep caches hot, but it is possible.)
-The caller must allow for the possibility that the information returned in 
+The caller must allow for the possibility that the information returned in
 .I cpu
 and
 .I node
index d53db24c89ba03685323e64ebdec5b508b24d45e..7fe6602b98b43ea2908ec18c57cbdd3d6623b8f7 100644 (file)
@@ -778,7 +778,7 @@ if the memory buffer is a private mapping
 (i.e., any mapping created with the
 .BR mmap(2)
 .BR MAP_PRIVATE
-flag; 
+flag;
 this includes memory allocated on the heap and statically allocated buffers).
 Any such I/Os, whether submitted via an asynchronous I/O interface or from
 another thread in the process,
@@ -798,7 +798,7 @@ with the
 flag.
 Nor does this restriction apply when the memory buffer has been advised as
 .B MADV_DONTFORK
-with 
+with
 .BR madvise(2),
 ensuring that it will not be available
 to the child after
index b6675461d738a49967fff75ed7b68f0f7a220f46..ff78008977d934029e09de61424e3a8378c6c98c 100644 (file)
@@ -437,7 +437,7 @@ this is the behavior required by POSIX.1-2001.
 
 The final argument of the
 .BR pselect6()
-system call is not a 
+system call is not a
 .I "sigset_t\ *"
 pointer, but is instead a structure of the form:
 .in +4
index 436bb5186376f44394d92173b4b3e27846854bc4..75bef911e607fcb8bbb1c498e53226c5c175314f 100644 (file)
@@ -249,7 +249,7 @@ However, in this case the glibc
 .BR fmemopen ()
 sets the file position to \-1.
 
-To specify binary mode for 
+To specify binary mode for
 .BR fmemopen ()
 the \(aqb\(aq must be the
 .I second
index 2d15e3f5c7e78c0bfe01678d931ad0baf3e2e63a..e131b635b72b00f788fc79707b2a0fee2760b725 100644 (file)
@@ -235,7 +235,7 @@ main(int argc, char *argv[])
     }
 
     /* The main thread also allocates some memory */
-    
+
     for (j = 0; j < numBlocks; j++)
         if (malloc(blockSize) == NULL)
             errExit("malloc");
index 1cc9f91e85f09f10984b72a7258493aef07e0f77..fdc2d1eb250ff1a75f4c385f0fc68aef48fd9fd2 100644 (file)
@@ -225,7 +225,7 @@ are architecture-dependent, as indicated in the "Value" column.
 alpha and sparc,
 the middle one for x86, arm, and most other architectures,
 and the last one for mips.
-(Values for parisc are 
+(Values for parisc are
 .I not
 shown; see the kernel source for signal numbering on that architecture.)
 A \- denotes that a signal is absent on the corresponding architecture.)