diff options
| author | Jan Engelhardt <jengelh@inai.de> | 2023-11-13 10:51:09 +0100 |
|---|---|---|
| committer | Jan Engelhardt <jengelh@inai.de> | 2023-11-13 10:55:40 +0100 |
| commit | efa36c5be30e799c21e60de1c35be0927246aabf (patch) | |
| tree | 8caef4e2879d5988a2374a9420463026433e9898 | |
| parent | 916d4205ccc3f67dd0eef7d5240a7e9f816dbc08 (diff) | |
man: make TH word match Name line
The .TH first argument needs to match all the words preceding
the first dash in the Name section for mandb(8) to recognize
the summary (and for apropos(1) to then show it).
Before:
$ apropos ebtables
ebtables-legacy (8) - (unknown subject)
After:
$ apropos ebtables
ebtables-legacy (8) - Ethernet bridge frame table administration (legacy)
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
| -rw-r--r-- | ebtables-legacy.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebtables-legacy.8.in b/ebtables-legacy.8.in index 3417045..762ff67 100644 --- a/ebtables-legacy.8.in +++ b/ebtables-legacy.8.in @@ -1,4 +1,4 @@ -.TH EBTABLES 8 "@PACKAGE_DATE@" +.TH EBTABLES-LEGACY 8 "@PACKAGE_DATE@" .\" .\" Man page written by Bart De Schuymer <bdschuym@pandora.be> .\" It is based on the iptables man page. @@ -24,7 +24,7 @@ .\" .\" .SH NAME -ebtables-legacy (@PACKAGE_VERSION@) \- Ethernet bridge frame table administration (legacy) +ebtables-legacy \- Ethernet bridge frame table administration (@PACKAGE_VERSION@) .SH SYNOPSIS .BR "ebtables " [ -t " table ] " - [ ACDI "] chain rule specification [match extensions] [watcher extensions] target" .br |
