summaryrefslogtreecommitdiff
path: root/usr.bin/xstr/xstr.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xstr/xstr.1')
-rw-r--r--usr.bin/xstr/xstr.112
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