From 8a3fe03cb5670cb7fd55d418841099c8499827a4 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 12 Jan 2021 17:06:23 -0500 Subject: Add htagml example --- bin/man1/htagml.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/man1/htagml.1 b/bin/man1/htagml.1 index 96379416..70619647 100644 --- a/bin/man1/htagml.1 +++ b/bin/man1/htagml.1 @@ -34,7 +34,7 @@ to read them from a file called .It Fl p Wrap the output in a .Sy pre -tag. +element. .El . .Sh FILES @@ -43,5 +43,10 @@ tag. default input tags file .El . +.Sh EXAMPLES +.Bd -literal -offset indent +ctags htagml.c && htagml htagml.c +.Ed +. .Sh SEE ALSO .Xr ctags 1 -- cgit 1.4.1 ion> dontfiles
summary refs log tree commit diff
path: root/bin/man1/brot.1 (unfollow)
Commit message (Expand)Author
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe