diff options
author | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2022-11-11 16:48:11 +0200 |
---|---|---|
committer | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2022-11-11 16:53:41 +0200 |
commit | 282af86e83807772f042b115af24ffe2e0575b9e (patch) | |
tree | acd9c92c33d8a3cccba5e73dbd1d48e6b849057f | |
parent | cc439b239ae27ae84fbcf50fbd82ec591c147c94 (diff) | |
download | meli-282af86e83807772f042b115af24ffe2e0575b9e.zip |
docs: fix NAME sections manual pages for correct whatis(1) parsing
Reference used was WHATIS PARSING section in lexgrog(1).
This change enables the manual page to be returned with a whatis(1)
query:
$ whatis meli
meli (1) - terminal e-mail client
-rw-r--r-- | docs/meli-themes.5 | 6 | ||||
-rw-r--r-- | docs/meli.1 | 6 | ||||
-rw-r--r-- | docs/meli.7 | 4 | ||||
-rw-r--r-- | docs/meli.conf.5 | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/docs/meli-themes.5 b/docs/meli-themes.5 index c46b1e12..c6bfdcac 100644 --- a/docs/meli-themes.5 +++ b/docs/meli-themes.5 @@ -17,14 +17,14 @@ .\" You should have received a copy of the GNU General Public License .\" along with meli. If not, see <http://www.gnu.org/licenses/>. .\" -.Dd January 23, 2020 +.Dd November 11, 2022 .Dt MELI-THEMES 5 .Os .Sh NAME .Nm meli-themes .Nd themes for the -.Nm meli -mail client +.Xr meli 1 +terminal e-mail client .Sh SYNOPSIS .Nm meli comes with two themes, diff --git a/docs/meli.1 b/docs/meli.1 index a9aa893e..97e5298c 100644 --- a/docs/meli.1 +++ b/docs/meli.1 @@ -40,12 +40,14 @@ .Ed .sp .. -.Dd July 29, 2019 +.Dd November 11, 2022 .Dt MELI 1 .Os .Sh NAME .Nm meli -.Nd Meli Mail User Agent. meli is the Greek word for honey +.Nd terminal e-mail client +.Em μέλι +is the Greek word for honey .Sh SYNOPSIS .Nm .Op Fl -help | h diff --git a/docs/meli.7 b/docs/meli.7 index 0567926e..c54a98ff 100644 --- a/docs/meli.7 +++ b/docs/meli.7 @@ -44,12 +44,12 @@ .Cm \\$* .Ed .. -.Dd September 4, 2022 +.Dd November 11, 2022 .Dt MELI 7 .Os .Sh NAME .Nm meli -.Nd Tutorial for the Meli Mail User Agent +.Nd Tutorial for the meli terminal e-mail client .Sh SYNOPSIS .Nm .Op ... diff --git a/docs/meli.conf.5 b/docs/meli.conf.5 index 4e45c94c..c75d9100 100644 --- a/docs/meli.conf.5 +++ b/docs/meli.conf.5 @@ -17,12 +17,14 @@ .\" You should have received a copy of the GNU General Public License .\" along with meli. If not, see <http://www.gnu.org/licenses/>. .\" -.Dd September 16, 2019 +.Dd November 11, 2022 .Dt MELI.CONF 5 .Os .Sh NAME .Nm meli.conf -.Nd configuration file for the Meli Mail User Agent +.Nd configuration file for the +.Xr meli 1 +terminal e-mail client .Sh SYNOPSIS .Pa $XDG_CONFIG_HOME/meli/config.toml .Sh DESCRIPTION |