summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-16 13:11:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-16 13:11:30 +0000
commitfd7193f57ad4a37d0f08626a867ee582a07bea4c (patch)
treed50eba78dfb5be16982a4764aaee5ae698b4e74b
parent3aaf75c34b9e7a30bf539809c49f5148d8a611e5 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/signal.22
-rw-r--r--man3/MB_CUR_MAX.32
-rw-r--r--man5/proc.52
-rw-r--r--man7/tcp.72
4 files changed, 4 insertions, 4 deletions
diff --git a/man2/signal.2 b/man2/signal.2
index c134b170c..4757900c2 100644
--- a/man2/signal.2
+++ b/man2/signal.2
@@ -241,7 +241,7 @@ or
.BR _SVID_SOURCE ;
see
.BR feature_test_macros (7).)
-.\"
+.\"
.\" System V semantics are also provided if one uses the separate
.\" .BR sysv_signal (3)
.\" function.
diff --git a/man3/MB_CUR_MAX.3 b/man3/MB_CUR_MAX.3
index 427e9f253..c7b8b6dee 100644
--- a/man3/MB_CUR_MAX.3
+++ b/man3/MB_CUR_MAX.3
@@ -27,7 +27,7 @@ the maximum number of bytes needed to represent a single
wide character in the current locale.
It is locale dependent and therefore not a compile-time constant.
.SH "RETURN VALUE"
-An integer in the range [1,
+An integer in the range [1,
.BR MB_LEN_MAX ].
The value 1 denotes traditional 8-bit encoded characters.
.SH "CONFORMING TO"
diff --git a/man5/proc.5 b/man5/proc.5
index 28b65d333..ae4016984 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2447,7 +2447,7 @@ or cpusets
and those nodes reach memory exhaustion status,
one process may be killed by the OOM-killer.
No panic occurs in this case:
-because other nodes' memory may be free,
+because other nodes' memory may be free,
this means the system as a whole may not have reached
an out-of-memory situation yet.
diff --git a/man7/tcp.7 b/man7/tcp.7
index c99c63a66..79f801424 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -203,7 +203,7 @@ if
.I tcp_adv_win_scale
is greater than 0; or
.IR "bytes-bytes/2^(\-tcp_adv_win_scale)" ,
-if
+if
.I tcp_adv_win_scale
is less than or eqaul to zero.