]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed trailing white space at end of lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Sep 2007 04:17:16 +0000 (04:17 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Sep 2007 04:17:16 +0000 (04:17 +0000)
Changes
man3/gethostbyname.3
man3/malloc.3
man5/proc.5
man7/socket.7

diff --git a/Changes b/Changes
index 59754ce2aaa72667af15e885ce347bb751010029..ed1d11fc0744a07f5bfd072184987d3e7a5e087e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -167,31 +167,31 @@ mbind.2
         changed the "policy" parameter to "mode" throughout the
         descriptions in an attempt to promote the concept that the memory
         policy is a tuple consisting of a mode and optional set of nodes.
-      
+
         rewrite portions of description for clarification.
-      
+
             clarify interaction of policy with mmap()'d files and shared
             memory regions, including SHM_HUGE regions.
-      
+
             defined how "empty set of nodes" specified and what this
             means for MPOL_PREFERRED.
-      
+
             mention what happens if local/target node contains no
             free memory.
-      
+
             clarify semantics of multiple nodes to BIND policy.
             Note:  subject to change.  We'll fix the man pages when/if
                    this happens.
 
         added all errors currently returned by sys call.
-      
+
         added mmap(2), shmget(2), shmat(2) to See Also list.
 
 mmap.2
 mprotect.2
     François Diakhate
         Add text noting that PROT_WRITE may (and on x86 does)
-        imply PROT_READ. 
+        imply PROT_READ.
         See Debian bug 441387.
 
 nfsservctl.2
@@ -319,7 +319,7 @@ getdate.3
 getaddrinfo.3
     mtk / Geoff Clare
         Fixes/improvements for example program.
-      
+
 gethostbyaddr.3
     Mats Wichmann
         Add documentation for gethostbyaddr_r().
@@ -446,17 +446,17 @@ proc.5
           In mount(8) we can see:
 
                If no -t option is given, or if the auto type is
-               specified, mount will try to guess the desired type. 
-               If mount was compiled with the blkid library, the 
-               guessing is done by this library. Otherwise, mount 
-               guesses itself by probing the superblock; if that 
-               does not turn up anything that looks familiar, 
+               specified, mount will try to guess the desired type.
+               If mount was compiled with the blkid library, the
+               guessing is done by this library. Otherwise, mount
+               guesses itself by probing the superblock; if that
+               does not turn up anything that looks familiar,
                mount will try to read the file /etc/filesystems,
                or, if that does not exist, /proc/filesystems.
-               All of the filesystem types listed there will be 
-               tried, except for those that are labeled "nodev" 
-               (e.g., devpts, proc and nfs). If /etc/filesystems 
-               ends in a line with a single * only, mount will 
+               All of the filesystem types listed there will be
+               tried, except for those that are labeled "nodev"
+               (e.g., devpts, proc and nfs). If /etc/filesystems
+               ends in a line with a single * only, mount will
                read /proc/filesystems afterwards.
     Samuel Thibault
         Since linux 2.6.11, /proc/stat has an eighth value for cpu
@@ -480,7 +480,7 @@ hier.7
           http://www.pathname.com/fhs/pub/fhs-2.3.html#
                       MNTMOUNTPOINTFORATEMPORARILYMOUNT
         - s/X-Windows/X-Window/ (3 occurrences)
-        - section "SEE ALSO": s/mount(1)/mount(8)/ 
+        - section "SEE ALSO": s/mount(1)/mount(8)/
 
 man-pages.7
 man.7
index 2b78deb30bc7b6684fdcf3e48be1be2191b979dc..95279694382bf69742529356f42e35182558500d 100644 (file)
@@ -351,11 +351,11 @@ Glibc2 also has reentrant versions
 .BR gethostbyname_r ()
 and
 .BR gethostbyname2_r ().
-The caller supplies a 
-.I hostent 
-structure 
+The caller supplies a
+.I hostent
+structure
 .I ret
-which will be filled in on success, and a temporary work buffer 
+which will be filled in on success, and a temporary work buffer
 .I buf
 of size
 .IR buflen .
@@ -364,7 +364,7 @@ After the call,
 will point to the result on success.  In case of an error
 or if no entry is found
 .I result
-will be NULL. 
+will be NULL.
 The functions return 0 on success and a non-zero error number on failure.
 In addition to the errors returned by the non-reentrant
 versions of these functions, if
index 7bc74a3e56ae81f74e4b14f7f20d43c66ca92538..129cba9358bfe354965e933b9d32ddf561fd11c8 100644 (file)
@@ -159,7 +159,7 @@ is 128 kB by default, but is adjustable using
 .\" FIXME -- there is no mallopt(3) man page yet.
 Allocations performed using
 .BR mmap (2)
-are unaffected by the 
+are unaffected by the
 .B RLIMIT_DATA
 resource limit (see
 .BR getrlimit (2)).
index e99bb29c3d97760ff1a2dfebbcf1bbdabb04592f..22a82931aaed6c140812c0fd2b52c279f9616942 100644 (file)
@@ -1768,7 +1768,7 @@ and the amount of time spent in idle process (seconds).
 This string identifies the kernel version that is currently running.
 It includes the contents of
 .IR /proc/sys/kernel/ostype ,
-.IR /proc/sys/kernel/osrelease 
+.IR /proc/sys/kernel/osrelease
 and
 .IR /proc/sys/kernel/version .
 For example:
index e531165178d07888e5f8a94321c650a5642b447f..345eb817b3d1cb88577d62a635a9143089f4db04 100644 (file)
@@ -431,7 +431,7 @@ or
 just as if the socket was specified to be nonblocking.
 If the timeout is set to zero (the default)
 then the operation will never timeout.
-Timeouts only have effect for system calls that perform socket I/O (e.g., 
+Timeouts only have effect for system calls that perform socket I/O (e.g.,
 .BR read (2),
 .BR recvmsg (2),
 .BR send (2),