summaryrefslogtreecommitdiff
path: root/usr.bin/file2c/file2c.1
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-02-13 08:33:48 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-02-13 08:33:48 +0000
commita8fb8f9ebf32aff41a70181d19a47536b6fab9ea (patch)
tree1625f6fb5edcc9ba80dcfe569d4c16bdbaa7a2bf /usr.bin/file2c/file2c.1
parent31d6a75fd8f76d3ed955982e59df4729dcfb1d2e (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/file2c/file2c.1')
-rw-r--r--usr.bin/file2c/file2c.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1
index a54c46d39ad..ea98faeac7f 100644
--- a/usr.bin/file2c/file2c.1
+++ b/usr.bin/file2c/file2c.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: file2c.1,v 1.8 2001/01/29 01:57:58 niklas Exp $
+.\" $OpenBSD: file2c.1,v 1.9 2002/02/13 08:33:47 mpech Exp $
.\"----------------------------------------------------------------------------
.\" "THE BEER-WARE LICENSE" (Revision 42):
.\" <phk@freebsd.org> wrote this file. As long as you retain this notice, you
@@ -37,7 +37,7 @@ for instance as a
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
-date | file2c 'const char date[] = {' ',0};'
+$ date | file2c 'const char date[] = {' ',0};'
.Ed
.Pp
will produce: