summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-05 23:12:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-05 23:12:08 +0000
commita1478f55fdfcb6b2fc0c97284c35014c0bd87f0e (patch)
tree0936c18e0a137d643f3cbec5728a69e9362016c1 /lib
parentfbc34f799cbcfd6cc636431f98c50270d8217cf6 (diff)
Prototype for nice() lives in unistd.h, not nlist.h (pasto?)
Diffstat (limited to 'lib')
-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 f2396349fab..8e4a5365a68 100644
--- a/lib/libc/gen/nice.3
+++ b/lib/libc/gen/nice.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.3,v 1.10 2000/04/15 11:46:02 aaron Exp $
+.\" $OpenBSD: nice.3,v 1.11 2001/05/05 23:12:07 millert Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -38,7 +38,7 @@
.Nm nice
.Nd set program scheduling priority
.Sh SYNOPSIS
-.Fd #include <nlist.h>
+.Fd #include <unistd.h>
.Ft int
.Fn nice "int incr"
.Sh DESCRIPTION