summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-05-05 23:12:07 +0000
committermillert <millert@openbsd.org>2001-05-05 23:12:07 +0000
commit8b011b148bd0aadba5d10f815ad559ec276e9a88 (patch)
treecfaf151a839821ac2c49212aa43aa6bae88c6a41
parentAdd missing __syscall() proto to fix pread() & friends on big endian (diff)
downloadwireguard-openbsd-8b011b148bd0aadba5d10f815ad559ec276e9a88.tar.xz
wireguard-openbsd-8b011b148bd0aadba5d10f815ad559ec276e9a88.zip
Prototype for nice() lives in unistd.h, not nlist.h (pasto?)
-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