aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/nice.3
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-18 18:34:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-18 18:34:17 +0000
commit1cd25b46dae509eb51576bd605470d8826df4896 (patch)
tree03f9f929aba46256dec595871f5d8d95fc18bc30 /lib/libc/gen/nice.3
parenta81b76b3e872a8997ebd6c412266d6e003e3817b (diff)
Need to #include <unistd.h> for nice(3).
PR: 5782 Submitted by: David Malone <dwmalone@maths.tcd.ie>
Notes
Notes: svn path=/head/; revision=33578
Diffstat (limited to 'lib/libc/gen/nice.3')
-rw-r--r--lib/libc/gen/nice.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3
index 81792505f99f..05379b894b1c 100644
--- a/lib/libc/gen/nice.3
+++ b/lib/libc/gen/nice.3
@@ -38,6 +38,7 @@
.Nm nice
.Nd set program scheduling priority
.Sh SYNOPSIS
+.Fd #include <unistd.h>
.Ft int
.Fn nice "int incr"
.Sh DESCRIPTION