Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2009-02-09 15:12:23 +13:00
parent 28fdeb9fe1
commit f09cbcf3f0
4 changed files with 9 additions and 9 deletions

View File

@ -78,14 +78,14 @@ typedef struct __user_cap_data_struct {
.I effective, permitted, inheritable
are bitmasks of the capabilities defined in
.I capability(7).
Note the
.I CAP_*
values are bit indexes and need to be bit-shifted before ORing into
Note the
.I CAP_*
values are bit indexes and need to be bit-shifted before ORing into
the bit fields.
To define the structures for passing to the system call you have to use the
To define the structures for passing to the system call you have to use the
.I struct __user_cap_header_struct
and
.I struct __user_cap_data_struct
and
.I struct __user_cap_data_struct
names because the typedefs are only pointers.
Kernels prior to 2.6.25 prefer

View File

@ -316,7 +316,7 @@ Suitable definitions can be found in
.IR linux/ioprio.h .
.SH "SEE ALSO"
.BR getpriority (2),
.BR open (2),
.BR open (2),
.BR capabilities (7)
.sp
Documentation/block/ioprio.txt in the kernel source tree.

View File

@ -28,7 +28,7 @@
armscii-8 \- Armenian Character Set encoded in octal, decimal, and
hexadecimal
.SH DESCRIPTION
The Armenian Standard Code for Information Interchange,
The Armenian Standard Code for Information Interchange,
8-bit coded character set.
.SS "ARMSCII-8 Characters"
The following table displays the characters in ARMSCII-8, which

View File

@ -173,7 +173,7 @@ with
The following interfaces can be used to limit the amount of
kernel memory consumed by epoll:
.\" Following was added in 2.6.28, but them removed in 2.6.29
.\" .TP
.\" .TP
.\" .IR /proc/sys/fs/epoll/max_user_instances " (since Linux 2.6.28)"
.\" This specifies an upper limit on the number of epoll instances
.\" that can be created per real user ID.