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
86adca4c53
commit
f4f9868793
@ -65,19 +65,19 @@ Consult the
|
||||
.Xr builtin 1
|
||||
manual page.
|
||||
.Sh EXAMPLES
|
||||
$ nice -n 5 date
|
||||
.Pp
|
||||
Execute utility
|
||||
.Sq date
|
||||
at priority 5 assuming the priority of the
|
||||
shell is 0.
|
||||
shell is 0:
|
||||
.Pp
|
||||
# nice -n 16 nice -n -35 date
|
||||
.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.
|
||||
shell is 0 and you are the super-user:
|
||||
.Pp
|
||||
.Dl "nice -n 16 nice -n -35 date"
|
||||
.Sh DIAGNOSTICS
|
||||
If
|
||||
.Ar utility
|
||||
|
Loading…
Reference in New Issue
Block a user