summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-09 15:12:23 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-09 15:12:23 +1300
commitf09cbcf3f011319948df31214fc945e795ebd488 (patch)
tree694dff3b510be7c1e6851c78bd9f1c9996eb2ddf
parent28fdeb9fe1c5a85ac976b1e2c0ca355528477d23 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/capget.212
-rw-r--r--man2/ioprio_set.22
-rw-r--r--man7/armscii-8.72
-rw-r--r--man7/epoll.72
4 files changed, 9 insertions, 9 deletions
diff --git a/man2/capget.2 b/man2/capget.2
index 177f53e15..f51bd12b9 100644
--- a/man2/capget.2
+++ b/man2/capget.2
@@ -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
diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2
index 8cb0133ce..f88562be3 100644
--- a/man2/ioprio_set.2
+++ b/man2/ioprio_set.2
@@ -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.
diff --git a/man7/armscii-8.7 b/man7/armscii-8.7
index f3e47706a..94387b42e 100644
--- a/man7/armscii-8.7
+++ b/man7/armscii-8.7
@@ -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
diff --git a/man7/epoll.7 b/man7/epoll.7
index 6ee686eaf..4b6d987b8 100644
--- a/man7/epoll.7
+++ b/man7/epoll.7
@@ -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.