Batch wfix/ffix

This commit is contained in:
Michael Kerrisk 2008-04-18 15:52:17 +00:00
parent b6e956c0bd
commit 407252794e
9 changed files with 13 additions and 11 deletions

View File

@ -62,7 +62,7 @@ Return the 64-bit base value for the
.I FS .I FS
register of the current thread in the register of the current thread in the
.I unsigned long .I unsigned long
pointed to pointed to by
.IR addr . .IR addr .
.TP .TP
.B ARCH_SET_GS .B ARCH_SET_GS
@ -76,7 +76,7 @@ Return the 64-bit base value for the
.I GS .I GS
register of the current thread in the register of the current thread in the
.I unsigned long .I unsigned long
pointed to pointed to by
.IR addr . .IR addr .
.SH RETURN VALUE .SH RETURN VALUE
On success, On success,

View File

@ -121,7 +121,7 @@ member of
.I sockaddr .I sockaddr
set to set to
.BR AF_UNSPEC .BR AF_UNSPEC
(supported since on Linux since kernel 2.2). (supported on Linux since kernel 2.2).
.SH "RETURN VALUE" .SH "RETURN VALUE"
If the connection or binding succeeds, zero is returned. If the connection or binding succeeds, zero is returned.
On error, \-1 is returned, and On error, \-1 is returned, and

View File

@ -178,7 +178,8 @@ On error, \-1 is returned and
.I errno .I errno
is set to indicate the error. is set to indicate the error.
.SH ERRORS .SH ERRORS
.TP EINVAL .TP
.B EINVAL
.I flags .I flags
is non-zero. is non-zero.
.\" Eventually glibc may support some flags .\" Eventually glibc may support some flags

View File

@ -155,7 +155,7 @@ The system call
removes a message from the queue specified by removes a message from the queue specified by
.I msqid .I msqid
and places it in the buffer and places it in the buffer
pointed to pointed to by
.IR msgp . .IR msgp .
.PP .PP
The argument The argument

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The function calculates e (2.71828..., the base of natural logarithms) The function calculates e (2.71828..., the base of natural logarithms)
raised to the power of raised to the power of
.BR z . .IR z .
.LP .LP
One has: One has:
.nf .nf

View File

@ -84,7 +84,7 @@ A frequently asked question is "Can I use
to free memory allocated with to free memory allocated with
.BR calloc (3), .BR calloc (3),
or do I need or do I need
.BR cfree ()? .BR cfree ()?"
Answer: use Answer: use
.BR free (3). .BR free (3).
.LP .LP

View File

@ -91,8 +91,8 @@ The corresponding macro is
returns the maximum length of a filename in the directory returns the maximum length of a filename in the directory
.I path .I path
or or
.IR fd . .IR fd
the process is allowed to create. that the process is allowed to create.
The corresponding macro is The corresponding macro is
.BR _POSIX_NAME_MAX . .BR _POSIX_NAME_MAX .
.TP .TP

View File

@ -560,7 +560,8 @@ configured to use the Spanning Tree protocol.
.I DualNet .I DualNet
In this mode, ports A and B are used as separate devices. In this mode, ports A and B are used as separate devices.
If you have a dual port adapter, port A will be configured as If you have a dual port adapter, port A will be configured as
.IR eth[x] and port B as .IR eth[x]
and port B as
.IR eth[x+1] . .IR eth[x+1] .
Both ports can be used independently with distinct IP addresses. Both ports can be used independently with distinct IP addresses.
The preferred port setting is not used. The preferred port setting is not used.

View File

@ -363,7 +363,7 @@ A file descriptor is removed from an
.B epoll .B epoll
set only after all the file descriptors referring to the underlying set only after all the file descriptors referring to the underlying
open file description have been closed open file description have been closed
(or after if the descriptor is explicitly removed using (or before if the descriptor is explicitly removed using
.BR epoll_ctl () .BR epoll_ctl ()
.BR EPOLL_CTL_DEL ). .BR EPOLL_CTL_DEL ).
This means that even after a file descriptor that is part of an This means that even after a file descriptor that is part of an