]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed trailing white space at end of lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Nov 2008 02:44:53 +0000 (21:44 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Nov 2008 02:44:53 +0000 (21:44 -0500)
14 files changed:
man1/time.1
man2/clone.2
man2/sched_setaffinity.2
man2/sysctl.2
man3/CPU_SET.3
man3/pthread_attr_setaffinity_np.3
man3/pthread_cancel.3
man3/pthread_cleanup_push.3
man3/pthread_setcancelstate.3
man3/pthread_setschedparam.3
man7/arp.7
man7/icmp.7
man7/tcp.7
man7/udp.7

index c0332c315a37adc0fe7d8c00c4966ce986558e09..271d843aabb186b1d980691159b2e823eef00e45 100644 (file)
@@ -40,7 +40,7 @@ values in a
 as returned by
 .BR times (2)).
 
-Note: some shells (e.g., 
+Note: some shells (e.g.,
 .BR bash (1))
 have a built-in
 .B time
index 0820d8b16ae947b868762c55b0dd3d4605776f40..5d07f7c674a2342ea54daa1b75bee7ffb8c55ea0 100644 (file)
@@ -233,7 +233,7 @@ If this flag is not set, then (as with
 the new process has its own I/O context.
 
 .\" The following based on text from Jens Axboe
-The I/O context is the I/O scope of the disk scheduler (i.e, 
+The I/O context is the I/O scope of the disk scheduler (i.e,
 what the I/O scheduler uses to model scheduling of a process's I/O).
 If processes share the same I/O context,
 they are treated as one by the I/O scheduler.
index 84887f1df4da250006d000af1323141b6c5e894c..7fabeb41f4cebe33d9562a1a9d7d91584c86b81c 100644 (file)
@@ -190,7 +190,7 @@ and passing the value returned from a call to
 will set the attribute for the main thread of the thread group.
 (If you are using the POSIX threads API, then use
 .B pthread_setaffinity_np (3)
-instead of 
+instead of
 .BR sched_setaffinity ().)
 
 A child created via
index 2f69bc8db041dde97bb1519918fb10e0fab984c8..83ffc7435ee0bf403d3e12494061bb5033f4bebb 100644 (file)
@@ -37,7 +37,7 @@ sysctl \- read/write system parameters
 .BI "int _sysctl(struct __sysctl_args *" args );
 .fi
 .SH DESCRIPTION
-.B Do not use this system call! 
+.B Do not use this system call!
 See NOTES.
 
 The
index 8558e92ea09950b527e26c07642378f2037b8011..93aea52f66e7d50238e52bee156a66b5aa18cc43 100644 (file)
@@ -25,7 +25,7 @@
 .TH CPU_SET 2 2008-11-14 "Linux" "Linux Programmer's Manual"
 .SH NAME
 CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT,
-CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, 
+CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL,
 CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE,
 CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S,
 CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S \-
@@ -43,11 +43,11 @@ macros for manipulating CPU sets
 .sp
 .BI "void CPU_COUNT(cpu_set_t *" set );
 .sp
-.BI "void CPU_AND(cpu_set_t *" destset , 
+.BI "void CPU_AND(cpu_set_t *" destset ,
 .BI "             cpu_set_t *" srcset1 ", cpu_set_t *" srcset2 );
-.BI "void CPU_OR(cpu_set_t *" destset , 
+.BI "void CPU_OR(cpu_set_t *" destset ,
 .BI "             cpu_set_t *" srcset1 ", cpu_set_t *" srcset2 );
-.BI "void CPU_XOR(cpu_set_t *" destset , 
+.BI "void CPU_XOR(cpu_set_t *" destset ,
 .BI "             cpu_set_t *" srcset1 ", cpu_set_t *" srcset2 );
 .sp
 .BI "int  CPU_EQUAL(cpu_set_t *" set1 ", cpu_set_t *" set2 );
@@ -64,11 +64,11 @@ macros for manipulating CPU sets
 .sp
 .BI "void CPU_COUNT_S(size_t " setsize ", cpu_set_t *" set );
 .sp
-.BI "void CPU_AND_S(size_t " setsize ", cpu_set_t *" destset , 
+.BI "void CPU_AND_S(size_t " setsize ", cpu_set_t *" destset ,
 .BI "             cpu_set_t *" srcset1 ", cpu_set_t *" srcset2 );
-.BI "void CPU_OR_S(size_t " setsize ", cpu_set_t *" destset , 
+.BI "void CPU_OR_S(size_t " setsize ", cpu_set_t *" destset ,
 .BI "             cpu_set_t *" srcset1 ", cpu_set_t *" srcset2 );
-.BI "void CPU_XOR_S(size_t " setsize ", cpu_set_t *" destset , 
+.BI "void CPU_XOR_S(size_t " setsize ", cpu_set_t *" destset ,
 .BI "             cpu_set_t *" srcset1 ", cpu_set_t *" srcset2 );
 .sp
 .BI "int  CPU_EQUAL_S(size_t " setsize ", cpu_set_t *" set1 \
index 812ac167fb129cae287d5e2cac8c83a705f88fbc..b507449fd4c17d42622fc75efb596bcb965848de 100644 (file)
@@ -90,7 +90,7 @@ used to represent CPU sets.)
 A CPU in the affinity mask of the thread attributes object referred to by
 .I attr
 lies outside the range specified by
-.IR cpusetsize 
+.IR cpusetsize
 (i.e.,
 .IR cpuset / cpusetsize
 is too small).
index bf30b6af972bd1142f35ccadf7d7c3ad79b9a848..340d2edf942c3c7030dd31243d0adf13186f274d 100644 (file)
@@ -104,7 +104,7 @@ as the thread's exit status.
 (Joining with a thread is the only way to know that cancellation
 has completed.)
 .SH RETURN VALUE
-On success, 
+On success,
 .BR pthread_cancel ()
 returns 0;
 on error, it returns a non-zero error number.
index 493fe5b60094e560b37641410d43cf6e4edc499e..97739ec9b2d1d9cba9192a52d8432835d163fe8c 100644 (file)
@@ -95,7 +95,7 @@ and at the same lexical nesting level.
 during the execution of a specified section of code.)
 
 Calling
-.BR longjmp (3) 
+.BR longjmp (3)
 .RB ( siglongjmp (3))
 produces undefined results if any call has been made to
 .BR pthread_cleanup_push ()
@@ -106,7 +106,7 @@ was filled by
 .BR setjmp (3)
 .RB ( sigsetjmp (3)).
 Likewise, calling
-.BR longjmp (3) 
+.BR longjmp (3)
 .RB ( siglongjmp (3))
 from inside a clean-up handler produces undefined results
 unless the jump buffer was also filled by
@@ -122,7 +122,7 @@ There are no errors.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
-On Linux, the 
+On Linux, the
 .BR pthread_cleanup_push ()
 and
 .BR pthread_cleanup_pop ()
@@ -139,7 +139,7 @@ says that the effect of using
 .IR continue ,
 or
 .IR goto
-to prematurely leave a block bracketed 
+to prematurely leave a block bracketed
 .BR pthread_cleanup_push ()
 and
 .BR pthread_cleanup_pop ()
index 2863dd38c70125d326c59f0e11f47d7c7b9baff3..8c3ad0a39b16a1cd4400369e137dd1323a874379 100644 (file)
@@ -139,7 +139,7 @@ family of functions) may be left in an inconsistent state
 if cancellation occurs in the middle of the function call.
 Consequently, clean-up handlers cease to be useful.
 Functions that can be safely asynchronously canceled are called
-.IR "async-cancel-safe functions" . 
+.IR "async-cancel-safe functions" .
 POSIX.1-2001 only requires that
 .BR pthread_cancel (3),
 .BR pthread_setcancelstate (),
index 60f858eced9642971d91e7fb5be77899d2cbab64..7456feba7dcf47d7538f645e6ef6d6d58bb99f15 100644 (file)
@@ -215,7 +215,7 @@ rather than the thread attributes object.
 
 Note that if we had omitted the
 .IR "\-i\ i"
-option, the output would have been the same, since 
+option, the output would have been the same, since
 .BR PTHREAD_INHERIT_SCHED
 is the default for the inherit scheduler attribute.
 .SS Program source
index 7dceefaee49e4b1f18bdc854af4e185ea6342809..775831e3577603bc6b2296ed4e1f063f79d1935b 100644 (file)
@@ -44,7 +44,7 @@ tuned by the
 interfaces described below.
 
 When there is no positive feedback for an existing mapping after some
-time (see the 
+time (see the
 .I /proc
 interfaces below), a neighbor cache entry is considered stale.
 Positive feedback can be gotten from a higher layer; for example from
index c26d07e616e05379ced0e0c8f113a2cb5aa1838d..6eb98a6ccf4ba8e88d6cc49641155e97d20f8c2f 100644 (file)
@@ -80,12 +80,12 @@ packets.
 .\" The following taken from 2.6.28-rc4 Documentation/networking/ip-sysctl.txt
 If disabled, ICMP error messages are sent with the primary address of
 the exiting interface.
+
 If enabled, the message will be sent with the primary address of
 the interface that received the packet that caused the ICMP error.
 This is the behavior that many network administrators will expect from
 a router.
-And it can make debugging complicated network layouts much easier. 
+And it can make debugging complicated network layouts much easier.
 
 Note that if no primary address exists for the interface selected,
 then the primary address of the first non-loopback interface that
index 4571fa9164ce49cc3f95da09e1ea1e58cb6a932a..9f9c1c2b2613cdf323f29bf966313e601bffff6e 100644 (file)
@@ -782,7 +782,7 @@ The default value is 16K bytes.
 .\" True in Linux 2.4 and 2.6
 If larger send buffer sizes are desired, this value
 should be increased (to affect all sockets).
-To employ large TCP windows, the 
+To employ large TCP windows, the
 .I /proc/sys/net/ipv4/tcp_window_scaling
 must be set to a non-zero value (default).
 .TP
index 67dfeca6c02b6cdda2c9a85e4e60e7b4e0864056..db0e95a77069ea758104f8f4fad94cfe2a339287 100644 (file)
@@ -145,7 +145,7 @@ this number, UDP starts to moderate memory usage.
 .TP
 .I pressure
 This value was introduced to follow the format of
-.IR tcp_mem 
+.IR tcp_mem
 (see
 .BR tcp (7)).
 .TP