]> git.ipfire.org Git - thirdparty/kmod.git/commit
man: stop removing DISTCONFDIR lines
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 8 Jul 2024 13:43:14 +0000 (14:43 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 9 Jul 2024 05:18:21 +0000 (00:18 -0500)
commit52a9d424649cab905fbddd6013eca5fe9c89b40f
treef25adec9ef70534519cf731ecf2017762d8f91f5
parent6f80a0874bdbcee17c26750ae92a5bae52f0ae45
man: stop removing DISTCONFDIR lines

Presently when DISTCONFDIR is identical to /lib we remove the whole
line, since the man pages already have an /lib instance.

At the same time, there are in-text DISTCONFDIR entries, and removing
the whole line outright breaks the documentation.

Drop the removal line - worst case scenario we get a duplicate entry in
the synopsis.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/Makefile.am