Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-12-11 16:57:30 +00:00
parent d1368c693a
commit e859a67aed
5 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@ and
.BR ether_aton () .BR ether_aton ()
respectively, and do not use static buffers. respectively, and do not use static buffers.
.PP .PP
The structure \fIether_addr\fP is defined in The structure \fIether_addr\fP is defined in
.I <net/ethernet.h> .I <net/ethernet.h>
as: as:
.sp .sp

View File

@ -48,7 +48,7 @@ gethostent_r \- get network host entry
.BI "struct hostent *gethostbyname(const char *" name ); .BI "struct hostent *gethostbyname(const char *" name );
.sp .sp
.BR "#include <sys/socket.h>" " /* for AF_INET */" .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 ); .BI " socklen_t " len ", int " type );
.sp .sp
.BI "void sethostent(int " stayopen ); .BI "void sethostent(int " stayopen );

View File

@ -58,7 +58,7 @@ function, the system call is interrupted by default.
.PP .PP
If the \fIflag\fP argument is true (1) and no data has been transferred, 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 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 . .BR EINTR .
.PP .PP
If the \fIflag\fP argument is true (1) and data transfer has started, If the \fIflag\fP argument is true (1) and data transfer has started,

View File

@ -35,7 +35,7 @@ Common ways to start a process on a console are:
.BR inittab (5)) .BR inittab (5))
to start a to start a
.BR mingetty (8) .BR mingetty (8)
(or (or
.BR agetty (8)) .BR agetty (8))
on the console; on the console;
(b) ask (b) ask

View File

@ -135,7 +135,7 @@ It sets \fIut_id\fP from the inittab, \fIut_pid\fP and \fIut_time\fP to the
current values, and \fIut_type\fP to \fBINIT_PROCESS\fP. current values, and \fIut_type\fP to \fBINIT_PROCESS\fP.
.PP .PP
.BR mingetty (8) .BR mingetty (8)
(or (or
.BR agetty (8)) .BR agetty (8))
locates the entry by the PID, changes \fIut_type\fP to locates the entry by the PID, changes \fIut_type\fP to
\fBLOGIN_PROCESS\fP, changes \fIut_time\fP, sets \fIut_line\fP, and waits \fBLOGIN_PROCESS\fP, changes \fIut_time\fP, sets \fIut_line\fP, and waits