summaryrefslogtreecommitdiff
path: root/usr.bin/nice
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/nice
parentf35d61706eae00527a19f021ef26ab0109f18e5c (diff)
- remove trailing white space
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/nice')
-rw-r--r--usr.bin/nice/nice.146
1 files changed, 23 insertions, 23 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index b72cb229132..32114ec6f34 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.1,v 1.4 1998/09/27 16:57:48 aaron Exp $
+.\" $OpenBSD: nice.1,v 1.5 1999/06/05 01:21:35 aaron Exp $
.\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -36,7 +36,7 @@
.\"
.Dd June 6, 1993
.Dt NICE 1
-.Os
+.Os
.Sh NAME
.Nm nice
.Nd execute a utility with an altered scheduling priority
@@ -46,53 +46,53 @@
.Ar utility
.Op Ar argument ...
.Sh DESCRIPTION
-.Nm nice
+.Nm
runs
.Ar utility
at an altered scheduling priority.
-If an
-.Ar increment
+If an
+.Ar increment
is given, it is used; otherwise
an increment of 10 is assumed.
The super-user can run utilities with priorities higher than normal by using
-a negative
+a negative
.Ar increment .
The priority can be adjusted over a
-range of -20 (the highest) to 20 (the lowest).
+range of \-20 (the highest) to 20 (the lowest).
.Pp
Available options:
.Bl -tag -width indent
.It Fl n Ar increment
A positive or negative decimal integer used to modify the system scheduling
-priority of
+priority of
.Ar utility .
.El
.Sh DIAGNOSTICS
The
-.Nm nice
+.Nm
utility shall exit with one of the following values:
.Bl -tag -width indent
-.It 1-125
-An error occurred in the
-.Nm nice
+.It 1\-125
+An error occurred in the
+.Nm
utility.
.It 126
-The
+The
.Ar utility
was found but could not be invoked.
.It 127
-The
+The
.Ar utility
could not be found.
.El
.Pp
-Otherwise, the exit status of
-.Nm nice
-shall be that of
+Otherwise, the exit status of
+.Nm
+shall be that of
.Ar utility .
.Sh COMPATIBILITY
-The historic
-.Fl Ns Ar increment
+The historic
+.Fl Ns Ar increment
option has been deprecated but is still supported in this implementation.
.Sh SEE ALSO
.Xr csh 1 ,
@@ -101,16 +101,16 @@ option has been deprecated but is still supported in this implementation.
.Xr renice 8
.Sh STANDARDS
The
-.Nm nice
-utility conforms to
+.Nm
+utility conforms to
.St -p1003.2-92 .
.Sh HISTORY
A
-.Nm nice
+.Nm
utility appeared in
.At v6 .
.Sh BUGS
-.Nm nice
+.Nm
is built into
.Xr csh 1
with a slightly different syntax than described here. The form