summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-19 22:40:14 -0500
committerJune McEnroe <june@causal.agency>2021-01-19 22:40:14 -0500
commit57e1744deee8ca461551a67edbdd5cdafa7b83ba (patch)
tree909419a57e37de486780ca7e7eea0b4d30054b2a /bin/man1
parentMap tags to IDs using only [[:alnum:]-._] (diff)
downloadsrc-57e1744deee8ca461551a67edbdd5cdafa7b83ba.tar.gz
src-57e1744deee8ca461551a67edbdd5cdafa7b83ba.zip
Add mtags to generate tags for make and mdoc
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/mtags.168
1 files changed, 68 insertions, 0 deletions
diff --git a/bin/man1/mtags.1 b/bin/man1/mtags.1
new file mode 100644
index 00000000..bb4b50b4
--- /dev/null
+++ b/bin/man1/mtags.1
@@ -0,0 +1,68 @@
+.Dd January 19, 2021
+.Dt MTAGS 1
+.Os
+.
+.Sh NAME
+.Nm mtags
+.Nd miscellaneous tags
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl a
+.Op Fl f Ar tagsfile
+.Ar
+.
+.Sh DESCRIPTION
+The
+.Nm
+utility
+makes a
+.Pa tags
+file for
+.Xr ex 1
+from the specified
+.Xr make 1
+and
+.Xr mdoc 7
+sources.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl a
+Append to
+.Pa tags
+file.
+.It Fl f Ar tagsfile
+Place the tag descriptions
+in a file called
+.Ar tagsfile .
+The default behaviour is
+to place them in a file called
+.Pa tags .
+.El
+.
+.Pp
+Files whose names are
+.Pa Makefile
+or end in
+.Pa .mk
+are assumed to be
+.Xr make 1
+files.
+Files whose names end in
+.Pa .[1-9]
+are assumed to be
+.Xr mdoc 7
+files.
+.
+.Sh FILES
+.Bl -tag -width Ds
+.It Pa tags
+default output tags file
+.El
+.
+.Sh SEE ALSO
+.Xr ctags 1 ,
+.Xr ex 1 ,
+.Xr vi 1