diff options
author | June McEnroe <june@causal.agency> | 2021-10-01 23:07:29 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-01 23:07:57 +0000 |
commit | efebf0f62a815210f249de5f05bc4dd3120bf430 (patch) | |
tree | da364c1289abea0a0d22a5a48cdc374e462485b4 /bin/man1 | |
parent | Remove igp (diff) | |
download | src-efebf0f62a815210f249de5f05bc4dd3120bf430.tar.gz src-efebf0f62a815210f249de5f05bc4dd3120bf430.zip |
Add htagml -m to rename main tag
Diffstat (limited to '')
-rw-r--r-- | bin/man1/htagml.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/man1/htagml.1 b/bin/man1/htagml.1 index 97e8f3f2..d8cf6441 100644 --- a/bin/man1/htagml.1 +++ b/bin/man1/htagml.1 @@ -1,4 +1,4 @@ -.Dd January 12, 2021 +.Dd October 1, 2021 .Dt HTAGML 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl ip | x +.Op Fl imp | x .Op Fl f Ar tagsfile .Ar file . @@ -38,6 +38,12 @@ has been pre-formatted on standard input, such as by a syntax highlighter. Only tag hyperlinks are added. +.It Fl m +Rename the +.Xr ctags 1 +.Sq M +tag to +.Sy main . .It Fl p Wrap the output in a .Sy pre |