aboutsummaryrefslogtreecommitdiffstats
path: root/man3
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 /man3
parent31ed3329beb78b7cfe491b127ea30fe0e8053707 (diff)
downloadman-pages-635e8d5a19dc44b12955c9ea04d6048a01a0553f.tar.gz
Removed trailing white space at end of lines
Diffstat (limited to 'man3')
-rw-r--r--man3/gethostbyname.310
-rw-r--r--man3/malloc.32
2 files changed, 6 insertions, 6 deletions
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index 2b78deb30b..9527969438 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 7bc74a3e56..129cba9358 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)).