Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-12-30 09:18:45 +00:00
parent 1b4b48c9ce
commit 4989f80d27
4 changed files with 9 additions and 9 deletions

12
Changes
View File

@ -40,9 +40,9 @@ ipv6.7
raw.7
uri.7
Justin Pryzby / mtk
Fix incorrect usage of "a" and "an" before following vowel /
Fix incorrect usage of "a" and "an" before following vowel /
consonant, by reviewing the output of the following scripts:
for a in $(wc */*.? | awk '$1 > 10 {print $4}' | gv total); do
for a in $(wc */*.? | awk '$1 > 10 {print $4}' | gv total); do
echo $a
MANWIDTH=4000 man -l $a 2>/dev/null |
egrep '(^| )an [^aeiou][a-z]'
@ -166,7 +166,7 @@ Various pages
.IR "(size_t) (\-1)" .
becomes:
.IR "(size_t)\ \-1" .
Various pages
@ -378,7 +378,7 @@ listen.2
mtk
Rewrote various parts.
mbind.2
mbind.2
Andi Kleen / mtk / Alain Portal
Modify explanation of EINVAL 'maxnode' error.
@ -428,7 +428,7 @@ cerf.3
dbopen.3
Alain Portal / mtk
Various minor spelling and formatting fixes.
envz_add.3
mtk
Formatting fixes.
@ -469,7 +469,7 @@ xdr.3
console_ioctl.4
mtk
Formatting fixes.
bootparam.7
mtk, after a note by Alan Portal
Fix reference to kernel documentation source file in the

View File

@ -218,7 +218,7 @@ A component of the path prefix is not a directory.
.B EROFS
The socket inode would reside on a read-only file system.
.SH "CONFORMING TO"
SVr4, 4.4BSD, POSIX.1-2001
SVr4, 4.4BSD, POSIX.1-2001
.RB ( bind ()
first appeared in 4.2BSD).
.\" SVr4 documents an additional

View File

@ -38,7 +38,7 @@
.\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 1998 by Andi Kleen
.\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com>
.\"
.\"
.\"
.TH LISTEN 2 2007-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME

View File

@ -12,7 +12,7 @@ cpow, cpowf, cpowl \- complex power function
.br
.BI "float complex cpowf(float complex " x ", complex float " z ");"
.br
.BI "long double complex cpowl(long double complex " x ,
.BI "long double complex cpowl(long double complex " x ,
.BI " complex long double " z ");"
.sp
Link with \fI\-lm\fP.