From 6d6b7ac8c1c538250fe032f89386f82e75bad1a2 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Fri, 10 May 2024 19:32:36 +0100 Subject: [PATCH] Request change man/nwipe.1 to man/nwipe.8 Manpage is named nwipe.1 which would be correct but manpage contains section 8 which forms a mismatch(warning) in Debian. # Man sections 1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within program libraries) 4 Special files (usually found in /dev) 5 File formats and conventions, e.g. /etc/passwd 6 Games 7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7), man-pages(7) 8 System administration commands (usually only for root) 9 Kernel routines [Non standard] (requested by MvB) --- man/Makefile.am | 2 +- man/{nwipe.1 => nwipe.8} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename man/{nwipe.1 => nwipe.8} (100%) diff --git a/man/Makefile.am b/man/Makefile.am index 74200bc..99a6ba0 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1 +1 @@ -dist_man_MANS = nwipe.1 +dist_man_MANS = nwipe.8 diff --git a/man/nwipe.1 b/man/nwipe.8 similarity index 100% rename from man/nwipe.1 rename to man/nwipe.8