summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
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/ctags
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/ctags')
-rw-r--r--usr.bin/ctags/ctags.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1
index ee309df18db..0c2dd99c94c 100644
--- a/usr.bin/ctags/ctags.1
+++ b/usr.bin/ctags/ctags.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctags.1,v 1.10 2000/11/10 05:10:23 aaron Exp $
+.\" $OpenBSD: ctags.1,v 1.11 2002/02/13 08:33:47 mpech Exp $
.\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -115,8 +115,8 @@ it may be desired to run the output through
.Xr sort 1 .
Sample use:
.Bd -literal -offset indent
-ctags \-v files \&| sort \-f > index
-vgrind \-x index
+$ ctags \-v files \&| sort \-f > index
+$ vgrind \-x index
.Ed
.It Fl w
Suppress warning diagnostics.