aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-11 16:57:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-11 16:57:30 +0000
commite859a67aed994697613d7b230e6972bdacbc72c2 (patch)
tree0a47c8f9485613b907b6785bef034b5b1b5240f9 /man3
parentd1368c693a3a7a83e5d7d8bf5c28e1c932826b48 (diff)
downloadman-pages-e859a67aed994697613d7b230e6972bdacbc72c2.tar.gz
Removed trailing white space at end of lines
Diffstat (limited to 'man3')
-rw-r--r--man3/ether_aton.32
-rw-r--r--man3/gethostbyname.32
-rw-r--r--man3/siginterrupt.32
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/ether_aton.3 b/man3/ether_aton.3
index 5ebc3b67b5..ac8afb62a5 100644
--- a/man3/ether_aton.3
+++ b/man3/ether_aton.3
@@ -109,7 +109,7 @@ and
.BR ether_aton ()
respectively, and do not use static buffers.
.PP
-The structure \fIether_addr\fP is defined in
+The structure \fIether_addr\fP is defined in
.I <net/ethernet.h>
as:
.sp
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index be1640fa9c..649ae405be 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -48,7 +48,7 @@ gethostent_r \- get network host entry
.BI "struct hostent *gethostbyname(const char *" name );
.sp
.BR "#include <sys/socket.h>" " /* for AF_INET */"
-.BI "struct hostent *gethostbyaddr(const void *" addr ,
+.BI "struct hostent *gethostbyaddr(const void *" addr ,
.BI " socklen_t " len ", int " type );
.sp
.BI "void sethostent(int " stayopen );
diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3
index 880d98f8f1..7ef4631cab 100644
--- a/man3/siginterrupt.3
+++ b/man3/siginterrupt.3
@@ -58,7 +58,7 @@ function, the system call is interrupted by default.
.PP
If the \fIflag\fP argument is true (1) and no data has been transferred,
then a system call interrupted by the signal \fIsig\fP will return \-1
-and the global variable \fIerrno\fP will be set to
+and the global variable \fIerrno\fP will be set to
.BR EINTR .
.PP
If the \fIflag\fP argument is true (1) and data transfer has started,