summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-07-27 13:27:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-07-27 13:27:47 +0000
commit26af2a52ac182f4b208faddb5ceefd23a0bb3362 (patch)
tree87e66a57ac4c3f427fe4785b9e003122b2909dbe
parent0ef7ffbe71515f50522aef0e0a66ecd9059119b9 (diff)
getpriority() and setpriority() are documented in the same page, so only
list one of them as a reference in SEE ALSO;
-rw-r--r--usr.bin/nice/nice.15
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index 7ad78c7ba3b..60805f02ff6 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.1,v 1.14 2007/05/31 19:20:14 jmc Exp $
+.\" $OpenBSD: nice.1,v 1.15 2007/07/27 13:27:46 jmc Exp $
.\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)nice.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: July 27 2007 $
.Dt NICE 1
.Os
.Sh NAME
@@ -88,7 +88,6 @@ shall be that of
.Sh SEE ALSO
.Xr csh 1 ,
.Xr getpriority 2 ,
-.Xr setpriority 2 ,
.Xr renice 8
.Sh STANDARDS
The