summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-02-18 18:34:17 +0000
committersteve <steve@FreeBSD.org>1998-02-18 18:34:17 +0000
commitc8d39d3d215a65777f71e3969df5944ffc69e4d2 (patch)
treee02798b60906b2ffaa41e03eebf33fea7df57f7d
parent1e009eea0e2b5d230ae267d0cec5d4fc1a10e185 (diff)
downloadFreeBSD-src-c8d39d3d215a65777f71e3969df5944ffc69e4d2.zip
FreeBSD-src-c8d39d3d215a65777f71e3969df5944ffc69e4d2.tar.gz
Need to #include <unistd.h> for nice(3).
PR: 5782 Submitted by: David Malone <dwmalone@maths.tcd.ie>
-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 8179250..05379b8 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
OpenPOWER on IntegriCloud