aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ctags
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/ctags
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
downloadsrc-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.tar.gz
src-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.zip
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes: svn path=/head/; revision=68963
Diffstat (limited to 'usr.bin/ctags')
-rw-r--r--usr.bin/ctags/ctags.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1
index 5e841f21b978..f19c5d87a832 100644
--- a/usr.bin/ctags/ctags.1
+++ b/usr.bin/ctags/ctags.1
@@ -39,7 +39,7 @@
.Nm ctags
.Nd create a tags file
.Sh SYNOPSIS
-.Nm ctags
+.Nm
.Op Fl BFadtuwvx
.Op Fl f Ar tagsfile
.Ar name ...
@@ -61,7 +61,7 @@ file,
.Xr ex 1
can quickly locate these object definitions.
Depending upon the options provided to
-.Nm ctags ,
+.Nm ,
objects will consist of subroutines, typedefs, defines, structs,
enums and unions.
.Bl -tag -width Ds
@@ -114,7 +114,7 @@ vgrind \-x index
.It Fl w
suppress warning diagnostics.
.It Fl x
-.Nm ctags
+.Nm
produces a list of object
names, the line number and file name on which each is defined, as well
as the text of that line and prints this on the standard output. This
@@ -152,7 +152,7 @@ trailing
.Nm \&.c
and any leading pathname components removed. This
makes use of
-.Nm ctags
+.Nm
practical in directories with more than one
program.
.Pp