summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 00:25:08 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 00:25:08 -0500
commit7e6bc92bf2c5740d9dbb559023266897b44acaa9 (patch)
treea53cf86e9c0125f7b94b27441d7976ff7d2c6232 /bin/man1
parentStyle causal.agency like bin HTML (diff)
downloadsrc-7e6bc92bf2c5740d9dbb559023266897b44acaa9.tar.gz
src-7e6bc92bf2c5740d9dbb559023266897b44acaa9.zip
Add hilex example to htagml manual
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/htagml.14
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/man1/htagml.1 b/bin/man1/htagml.1
index 18996092..7a5f572f 100644
--- a/bin/man1/htagml.1
+++ b/bin/man1/htagml.1
@@ -61,7 +61,9 @@ default input tags file
 .Sh EXAMPLES
 .Bd -literal -offset indent
 ctags htagml.c && htagml htagml.c
+hilex -f html htagml.c | htagml -i htagml.c
 .Ed
 .
 .Sh SEE ALSO
-.Xr ctags 1
+.Xr ctags 1 ,
+.Xr hilex 1