mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Make the Examples section consistent with the rest of the system manual
pages: description of command first, then command as typed (no shell prompt) using Dl macro.
This commit is contained in:
parent
2f8ebbf49f
commit
c8c46b4307
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98670
@ -65,19 +65,19 @@ Consult the
|
|||||||
.Xr builtin 1
|
.Xr builtin 1
|
||||||
manual page.
|
manual page.
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
$ nice -n 5 date
|
|
||||||
.Pp
|
|
||||||
Execute utility
|
Execute utility
|
||||||
.Sq date
|
.Sq date
|
||||||
at priority 5 assuming the priority of the
|
at priority 5 assuming the priority of the
|
||||||
shell is 0.
|
shell is 0:
|
||||||
.Pp
|
.Pp
|
||||||
# nice -n 16 nice -n -35 date
|
.Dl "nice -n 5 date"
|
||||||
.Pp
|
.Pp
|
||||||
Execute utility
|
Execute utility
|
||||||
.Sq date
|
.Sq date
|
||||||
at priority -19 assuming the priority of the
|
at priority -19 assuming the priority of the
|
||||||
shell is 0 and you are the super-user.
|
shell is 0 and you are the super-user:
|
||||||
|
.Pp
|
||||||
|
.Dl "nice -n 16 nice -n -35 date"
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
If
|
If
|
||||||
.Ar utility
|
.Ar utility
|
||||||
|
Loading…
Reference in New Issue
Block a user