diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
commit | 7f3c7f0d461522fe0390e72d21fa729bed8807bf (patch) | |
tree | 4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/nice/nice.1 | |
parent | 8e249383f9b2938ac2233decd80969cc4cd3c59e (diff) | |
download | FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.zip FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.tar.gz |
Sort sections.
Diffstat (limited to 'usr.bin/nice/nice.1')
-rw-r--r-- | usr.bin/nice/nice.1 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index ff4eed2..eb804bd 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -72,20 +72,6 @@ environment variable is used to locate the requested if the name contains no .Ql / characters. -.Sh EXAMPLES -Execute utility -.Sq date -at priority 5 assuming the priority of the -shell is 0: -.Pp -.Dl "nice -n 5 date" -.Pp -Execute utility -.Sq date -at priority -19 assuming the priority of the -shell is 0 and you are the super-user: -.Pp -.Dl "nice -n 16 nice -n -35 date" .Sh EXIT STATUS If .Ar utility @@ -100,6 +86,24 @@ was found, but could not be executed. An exit status of 127 indicates .Ar utility could not be found. +.Sh EXAMPLES +Execute utility +.Sq date +at priority 5 assuming the priority of the +shell is 0: +.Pp +.Dl "nice -n 5 date" +.Pp +Execute utility +.Sq date +at priority -19 assuming the priority of the +shell is 0 and you are the super-user: +.Pp +.Dl "nice -n 16 nice -n -35 date" +.Sh COMPATIBILITY +The traditional +.Fl Ns Ar increment +option has been deprecated but is still supported. .Sh SEE ALSO .Xr builtin 1 , .Xr csh 1 , @@ -108,10 +112,6 @@ could not be found. .Xr getpriority 2 , .Xr setpriority 2 , .Xr renice 8 -.Sh COMPATIBILITY -The traditional -.Fl Ns Ar increment -option has been deprecated but is still supported. .Sh STANDARDS The .Nm |