diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 17:06:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 17:06:23 -0500 |
commit | f86e02005afa4fa7d61ab4019a365d0e7d372d0d (patch) | |
tree | 80f8b9d05fff1d188503d8983d316c592406f843 | |
parent | Use mandoc and htagml for bin html (diff) | |
download | src-f86e02005afa4fa7d61ab4019a365d0e7d372d0d.tar.gz src-f86e02005afa4fa7d61ab4019a365d0e7d372d0d.zip |
Add htagml example
-rw-r--r-- | bin/man1/htagml.1 | 7 |
1 files changed, 6 insertions, 1 deletions
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 |