aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
Diffstat (limited to 'man5')
-rw-r--r--man5/core.52
-rw-r--r--man5/proc.54
2 files changed, 3 insertions, 3 deletions
diff --git a/man5/core.5 b/man5/core.5
index 3073656aa3..366011a83c 100644
--- a/man5/core.5
+++ b/man5/core.5
@@ -282,7 +282,7 @@ The following shell session demonstrates the use of this program
.PP
.in +4n
.nf
-$ cc -o core_pattern_pipe_test core_pattern_pipe_test.c
+$ cc \-o core_pattern_pipe_test core_pattern_pipe_test.c
$ su
Password:
# echo "|$PWD/core_pattern_pipe_test %p UID=%u GID=%g sig=%s" > \\
diff --git a/man5/proc.5 b/man5/proc.5
index 75496ddd17..05bd8b78c4 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -488,8 +488,8 @@ should be killed in an out-of-memory (OOM) situation.
The kernel uses this value for a bit-shift operation of the process's
.IR oom_score
value:
-valid values are in the range -16 to +15,
-plus the special value -17,
+valid values are in the range \-16 to +15,
+plus the special value \-17,
which disables OOM-killing altogether for this process.
A positive score increases the likelihood of this
process being killed by the OOM-killer;