Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-12-20 12:12:32 +00:00
parent 4aa6e14b97
commit 9fb1e24a26
5 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ bsearch \- binary search of a sorted array
.nf
.B #include <stdlib.h>
.sp
.BI "void *bsearch(const void *" key ", const void *" base ,
.BI "void *bsearch(const void *" key ", const void *" base ,
.BI " size_t " nmemb ", size_t " size ,
.BI " int (*" compar ")(const void *, const void *));"
.fi

View File

@ -53,7 +53,7 @@ _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
.ad b
.SH DESCRIPTION
.I expm1(x)
returns a value equivalent to
returns a value equivalent to
.nf
exp(x) \- 1

View File

@ -17,13 +17,13 @@ It returns a non-zero value if the value of
.I x
has its sign bit set.
.PP
This is not the same as
This is not the same as
.IR "x < 0.0" ,
because IEEE 754 floating point
allows zero to be signed.
The comparison
The comparison
.IR "-0.0 < 0.0"
is false, but
is false, but
.IR "signbit(\-0.0)"
will return a non-zero value.
.SH "CONFORMING TO"

View File

@ -44,7 +44,7 @@ dimensions and cursor position: \fIlines\fP, \fIcolumns\fP, \fIx\fP, \fIy\fP.
(\fIx\fP = \fIy\fP = 0 at the top left corner of the screen.)
When a 512-character font is loaded,
the 9th bit position can be fetched by applying the
the 9th bit position can be fetched by applying the
.BR ioctl (2)
\fBVT_GETHIFONTMASK\fP operation
(available in Linux kernels 2.6.18 and above)

View File

@ -165,9 +165,9 @@ struct lconv {
means that no further grouping is done. An
element with value 0 means that the previous
element is used for all groups further left. */
/* Remaining fields are for monetary information */
char *int_curr_symbol; /* First three chars are a currency symbol
from ISO 4217. Fourth char is the
separator. Fifth char is '\0'. */