1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Description: This patch makes multiple improvements to the manpage:
- Add NAME section enabling the man page can be queried by commands
like whatis.
- Remove undefined start and stop macros.
- Typo fix.
Author: Josue Ortega <josue@debian.org>
Last-Update: 2025-01-05
Forwarded: not-needed
--- a/man/pamix.1
+++ b/man/pamix.1
@@ -1,13 +1,13 @@
.\" this is the manpage of the pamix pulseaudio ncurses mixer
.TH pamix 1 "27 Nov 2024" "V" "pamix man page"
-
+.SH NAME
+pamix \- pavucontrol inspired ncurses based pulseaudio mixer
.SH DESCRIPTION
PAmix is a pavucontrol inspired ncurses based pulseaudio mixer
.SH CONFIGURATION
pamix is configured using a file called pamix.conf inside the $XDG_CONFIG_HOME or $HOME/.config, should it not be set.
.br
-.start
.SH COMMANDS
.PP
PAmix conf files support the following commands:
@@ -65,7 +65,7 @@
.PP
these commands will change the device or port of the currently selected entry.
.br
-they dont take any arguments.
+they don't take any arguments.
.SH toggle\-lock
.PP
@@ -79,7 +79,6 @@
.br
and takes no arguments.
-.stop
.SH DEFAULT CONFIGURATION
|