summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-10 04:17:16 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-10 04:17:16 +0000
commit635e8d5a19dc44b12955c9ea04d6048a01a0553f (patch)
treee4dd0afeba2e6f5d2add1c77caac15bd9342dc5a
parent31ed3329beb78b7cfe491b127ea30fe0e8053707 (diff)
Removed trailing white space at end of lines
-rw-r--r--Changes36
-rw-r--r--man3/gethostbyname.310
-rw-r--r--man3/malloc.32
-rw-r--r--man5/proc.52
-rw-r--r--man7/socket.72
5 files changed, 26 insertions, 26 deletions
diff --git a/Changes b/Changes
index 59754ce2a..ed1d11fc0 100644
--- 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
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index 2b78deb30..952796943 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -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
diff --git a/man3/malloc.3 b/man3/malloc.3
index 7bc74a3e5..129cba935 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -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)).
diff --git a/man5/proc.5 b/man5/proc.5
index e99bb29c3..22a82931a 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -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:
diff --git a/man7/socket.7 b/man7/socket.7
index e53116517..345eb817b 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -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),