Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2011-09-23 08:01:18 +02:00
parent a032492ea9
commit 1976f57a63
4 changed files with 6 additions and 6 deletions

View File

@ -114,7 +114,7 @@ If there is no hole past
then the file offset is adjusted to the end of the file
(i.e., there is an implicit hole at the end of any file).
.PP
In both of the above cases,
In both of the above cases,
.BR lseek ()
fails if
.I offset

View File

@ -190,11 +190,11 @@ main(int argc, char *argv[])
}
r = readlink(argv[1], linkname, sb.st_size + 1);
if (r < 0) {
perror("lstat");
exit(EXIT_FAILURE);
}
}
if (r != sb.st_size) {
fprintf(stderr, "symlink increased in size "

View File

@ -98,14 +98,14 @@ typically the real user ID of the sender.
.TP
.I si_value
This field contains the user data to accompany the signal.
For more information, see the description of the last
For more information, see the description of the last
.RI ( "union sigval" )
argument of
.BR sigqueue (3).
.PP
Internally, the kernel sets the
.I si_signo
field to the value specified in
field to the value specified in
.IR sig ,
so that the receiver of the signal can also obtain
the signal number via that field.

View File

@ -1,7 +1,7 @@
.\" Copyright (C) 2011, Hewlett-Packard Development Company, L.P.
.\" Written by Stephen M. Cameron <scameron@beardog.cce.hp.com>
.\" Licensed under GNU General Public License version 2 (GPLv2)
.\"
.\"
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH HPSA 4 2011-09-21 "Linux" "Linux Programmer's Manual"