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/mkstr | |
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/mkstr')
-rw-r--r-- | usr.bin/mkstr/mkstr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 4b628f2b243..2455d378864 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkstr.1,v 1.6 2000/11/09 17:52:24 aaron Exp $ +.\" $OpenBSD: mkstr.1,v 1.7 2002/02/13 08:33:47 mpech Exp $ .\" $NetBSD: mkstr.1,v 1.3 1995/09/28 06:22:19 tls Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -68,7 +68,7 @@ A typical usage of .Nm mkstr is .Bd -literal -offset indent -mkstr pistrings xx *.c +$ mkstr pistrings xx *.c .Ed .Pp This command causes all the error messages from the C source |