diff options
author | charnier <charnier@FreeBSD.org> | 1998-03-23 07:45:40 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-03-23 07:45:40 +0000 |
commit | 10361cb9b6c2b86b816b9d5f4956c385519420cd (patch) | |
tree | e2189f09124ca87aaf6a04b82c13937abcc4fad4 /usr.bin/nice | |
parent | b56244b9754b04a353a2b1b75f99e8899db6d6d4 (diff) | |
download | FreeBSD-src-10361cb9b6c2b86b816b9d5f4956c385519420cd.zip FreeBSD-src-10361cb9b6c2b86b816b9d5f4956c385519420cd.tar.gz |
.Nm nice -> .Nm.
Diffstat (limited to 'usr.bin/nice')
-rw-r--r-- | usr.bin/nice/nice.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index e3b36ca..c54163b 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nice.1,v 1.5 1997/02/22 19:56:26 peter Exp $ +.\" $Id: nice.1,v 1.6 1997/07/21 23:05:06 wosch Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 @@ -39,7 +39,7 @@ .Nm nice .Nd execute a command at a low scheduling priority .Sh SYNOPSIS -.Nm nice +.Nm .Op Fl Ns Ar number .Ar command .Op Ar arguments @@ -96,7 +96,7 @@ shell is 0 and you are the super-user. .Xr renice 8 .Sh HISTORY A -.Nm nice +.Nm command appeared in .At v6 . .Sh BUGS |