diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 20:53:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 20:57:39 -0500 |
commit | 284c1b390e03c108e1de90101ec0884203b2227f (patch) | |
tree | 86b3649e64710522dc5a0ac0316c8262b74a2562 /bin/man1 | |
parent | Prevent matching the same tag twice (diff) | |
download | src-284c1b390e03c108e1de90101ec0884203b2227f.tar.gz src-284c1b390e03c108e1de90101ec0884203b2227f.zip |
Add htagml -x
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/htagml.1 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/bin/man1/htagml.1 b/bin/man1/htagml.1 index 70619647..f313c09d 100644 --- a/bin/man1/htagml.1 +++ b/bin/man1/htagml.1 @@ -8,9 +8,9 @@ . .Sh SYNOPSIS .Nm -.Op Fl p -.Op Fl f Ar tags_file -.Ar name +.Op Fl px +.Op Fl f Ar tagsfile +.Ar file . .Sh DESCRIPTION The @@ -25,9 +25,9 @@ with the class .Pp The arguments are as follows: .Bl -tag -width Ds -.It Fl f Ar tags_file +.It Fl f Ar tagsfile Read the tag descriptions from a file called -.Ar tags_file . +.Ar tagsfile . The default behavior is to read them from a file called .Pa tags . @@ -35,6 +35,14 @@ to read them from a file called Wrap the output in a .Sy pre element. +.It Fl x +Instead produce an index of tags +ordered by their occurrence in +.Ar file . +The index is formatted as a +.Sy ul +element with the class +.Qq index . .El . .Sh FILES |