diff options
author | June McEnroe <june@causal.agency> | 2019-02-18 17:07:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-18 17:07:53 -0500 |
commit | 48014f1c32317a838a9724e6ee1354236ff6ead2 (patch) | |
tree | 614e4f65b41fa2535a975f06ca6f59c2bd7438e5 /bin/man1 | |
parent | Add Tag class to hi (diff) | |
download | src-48014f1c32317a838a9724e6ee1354236ff6ead2.tar.gz src-48014f1c32317a838a9724e6ee1354236ff6ead2.zip |
Remove hi line numbering
Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>.
Diffstat (limited to '')
-rw-r--r-- | bin/man1/hi.1 | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index ee3a55a8..0d82ca75 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -1,4 +1,4 @@ -.Dd February 17, 2019 +.Dd February 18, 2019 .Dt HI 1 .Os . @@ -8,10 +8,9 @@ . .Sh SYNOPSIS .Nm -.Op Fl n .Op Fl f Ar format .Op Fl l Ar lang -.Op Fl m Ar name +.Op Fl n Ar name .Op Fl o Ar opts .Op Ar file .Nm @@ -34,11 +33,9 @@ Compile all regular expressions and exit. Set the output format. .It Fl l Ar lang Set the input language. -.It Fl m Ar name +.It Fl n Ar name Override the name used to infer the input language. -.It Fl n -Output line numbers. .It Fl o Ar opts Set output format options. .Ar opts @@ -74,12 +71,9 @@ classes. The options are as follows: .Bl -tag -width "title=..." .It Cm anchor -With -.Fl n , -output line numbers -as un-selectable anchor links. -Incompatible with -.Cm inline . +Output tags +(type and function definitions) +as anchor links. . .It Cm css Ns = Ns Ar url With |