public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/7] man: the nitsi.settings and nitsi.recipe pages should be category 5
Date: Fri, 18 May 2018 14:33:54 +0100	[thread overview]
Message-ID: <20180518133359.2481778-2-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20180518133359.2481778-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

This is the correct category for file formats and is referenced
like this in nitsi.1 already.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 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 6344216c4b88..66c41103bb49 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 91925d40fcd5..330f33d60b92 100644
--- a/man/nitsi.recipe.xml
+++ b/man/nitsi.recipe.xml
@@ -19,7 +19,7 @@
 
 	<refmeta>
 		<refentrytitle>nitsi.recipe</refentrytitle>
-		<manvolnum>1</manvolnum>
+		<manvolnum>5</manvolnum>
 	</refmeta>
 
 	<refnamediv>
diff --git a/man/nitsi.settings.xml b/man/nitsi.settings.xml
index 680a5c0a5d9c..8323044d2bee 100644
--- a/man/nitsi.settings.xml
+++ b/man/nitsi.settings.xml
@@ -19,7 +19,7 @@
 
 	<refmeta>
 		<refentrytitle>nitsi.settings</refentrytitle>
-		<manvolnum>1</manvolnum>
+		<manvolnum>5</manvolnum>
 	</refmeta>
 
 	<refnamediv>
-- 
2.17.0


  reply	other threads:[~2018-05-18 13:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-18 13:33 [PATCH 1/7] man: Fix spelling issues, wording and wrong page references in nitsi.1 Michael Tremer
2018-05-18 13:33 ` Michael Tremer [this message]
2018-05-18 13:33 ` [PATCH 3/7] man: Fix spelling, wording and formatting of nitsi.settings.5 Michael Tremer
2018-05-18 13:33 ` [PATCH 4/7] man: Improve grammar, spelling and syntax of nitsi.recipe.5 Michael Tremer
2018-05-18 13:33 ` [PATCH 5/7] Refactoring of Disk class Michael Tremer
2018-05-18 13:33 ` [PATCH 6/7] .gitignore: Don't list generated man pages as untracked files Michael Tremer
2018-05-18 13:33 ` [PATCH 7/7] .gitignore: Don't list generated nitsi script as untracked file Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180518133359.2481778-2-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox