diff options
-rw-r--r-- | lib/libc/gen/nice.3 | 4 |
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 |