diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-13 08:33:48 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-13 08:33:48 +0000 |
commit | a8fb8f9ebf32aff41a70181d19a47536b6fab9ea (patch) | |
tree | 1625f6fb5edcc9ba80dcfe569d4c16bdbaa7a2bf /usr.bin/renice | |
parent | 31d6a75fd8f76d3ed955982e59df4729dcfb1d2e (diff) |
When you give command examples and etc., in a manual page prefix them with:
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'usr.bin/renice')
-rw-r--r-- | usr.bin/renice/renice.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index c88d4d0ed66..ba5e96e9e00 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.12 2000/11/10 05:10:39 aaron Exp $ +.\" $OpenBSD: renice.8,v 1.13 2002/02/13 08:33:47 mpech Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -90,7 +90,7 @@ interpretation to be (the default) process IDs. .Pp For example, .Bd -literal -offset -renice +1 987 -u daemon root -p 32 +# renice +1 987 -u daemon root -p 32 .Ed .Pp would change the priority of process IDs 987 and 32, and |