From 9a27a6487bc6c3c93275f9a7bf2440d20688d842 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 May 2018 14:33:54 +0100 Subject: [PATCH] man: the nitsi.settings and nitsi.recipe pages should be category 5 This is the correct category for file formats and is referenced like this in nitsi.1 already. Signed-off-by: Michael Tremer --- Makefile.am | 6 +++--- man/nitsi.recipe.xml | 2 +- man/nitsi.settings.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6344216..66c4110 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,8 @@ man: $(MANPAGES) $(MANPAGES_HTML) if ENABLE_MANPAGES MANPAGES = \ man/nitsi.1 \ - man/nitsi.settings.1 \ - man/nitsi.recipe.1 + man/nitsi.settings.5 \ + man/nitsi.recipe.5 MANPAGES_XML = $(patsubst %.1,%.xml,$(patsubst %.5,%.xml,$(MANPAGES))) MANPAGES_HTML = $(patsubst %.xml,%.html,$(MANPAGES_XML)) @@ -107,4 +107,4 @@ SED_PROCESS = \ < $< > $@ nitsi: nitsi.in Makefile - $(SED_PROCESS) \ No newline at end of file + $(SED_PROCESS) diff --git a/man/nitsi.recipe.xml b/man/nitsi.recipe.xml index 91925d4..330f33d 100644 --- a/man/nitsi.recipe.xml +++ b/man/nitsi.recipe.xml @@ -19,7 +19,7 @@ nitsi.recipe - 1 + 5 diff --git a/man/nitsi.settings.xml b/man/nitsi.settings.xml index 680a5c0..8323044 100644 --- a/man/nitsi.settings.xml +++ b/man/nitsi.settings.xml @@ -19,7 +19,7 @@ nitsi.settings - 1 + 5 -- 2.39.2