summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-06-03 10:13:29 +0000
committeraaron <aaron@openbsd.org>1999-06-03 10:13:29 +0000
commit3c8645de4245317fd85d6ddad3b10643fdf3de8b (patch)
treeeb1f679d8dd6b41f0fa0c2f6618a8b4d53cc9664
parentuse \-1, not -1, to change the meaning of `-' to minus sign from hyphen; (diff)
downloadwireguard-openbsd-3c8645de4245317fd85d6ddad3b10643fdf3de8b.tar.xz
wireguard-openbsd-3c8645de4245317fd85d6ddad3b10643fdf3de8b.zip
-20 -> \-20
-rw-r--r--lib/libc/gen/nice.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3
index 623f382ee14..49b266fcf30 100644
--- a/lib/libc/gen/nice.3
+++ b/lib/libc/gen/nice.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.3,v 1.7 1999/05/25 01:50:57 aaron Exp $
+.\" $OpenBSD: nice.3,v 1.8 1999/06/03 10:13:29 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,7 +52,7 @@ The
function obtains the scheduling priority of the process
from the system and sets it to the priority value specified in
.Fa incr .
-The priority is a value in the range -20 to 20.
+The priority is a value in the range \-20 to 20.
The default priority is 0; lower priorities cause more favorable scheduling.
Only the super-user may lower priorities.
.Pp