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/xstr | |
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/xstr')
-rw-r--r-- | usr.bin/xstr/xstr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 4d02bef8624..fc341167479 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xstr.1,v 1.9 2000/12/17 21:33:02 millert Exp $ +.\" $OpenBSD: xstr.1,v 1.10 2002/02/13 08:33:47 mpech Exp $ .\" $NetBSD: xstr.1,v 1.4 1994/11/26 09:25:22 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -93,7 +93,7 @@ declaring the common .Nm space can be created by a command of the form .Bd -literal -offset indent -xstr +$ xstr .Ed .Pp The file @@ -107,7 +107,7 @@ space and swap overhead. can also be used on a single file. A command .Bd -literal -offset indent -xstr name +$ xstr name .Ed .Pp creates files @@ -128,9 +128,9 @@ An appropriate command sequence for running after the C preprocessor is: .Pp .Bd -literal -offset indent -compact -cc \-E name.c | xstr \-c \- -cc \-c x.c -mv x.o name.o +$ cc \-E name.c | xstr \-c \- +$ cc \-c x.c +$ mv x.o name.o .Ed .Pp .Nm |