summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-07-18 22:49:03 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-07-18 23:36:57 +0100
commit63cec7bb02791fff8c3c48d66d9de38d0050f691 (patch)
tree11ca75d40fdb8adac974b91fb5f50ce9c380453c
parentecd6ce233f37bd5e3f2470209a3f20766dbec88c (diff)
docs: Move initramfs-tools man page to section 7
Manual pages that describe a general topic belong in section 7, not 8. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--debian/initramfs-tools-core.manpages2
-rw-r--r--docs/example_hook2
-rw-r--r--docs/example_script2
-rw-r--r--initramfs-tools.7 (renamed from initramfs-tools.8)2
-rw-r--r--initramfs.conf.52
-rw-r--r--lsinitramfs.82
-rw-r--r--mkinitramfs.82
-rw-r--r--unmkinitramfs.82
-rw-r--r--update-initramfs.82
-rw-r--r--update-initramfs.conf.52
10 files changed, 10 insertions, 10 deletions
diff --git a/debian/initramfs-tools-core.manpages b/debian/initramfs-tools-core.manpages
index 431ff99..0f56b02 100644
--- a/debian/initramfs-tools-core.manpages
+++ b/debian/initramfs-tools-core.manpages
@@ -1,5 +1,5 @@
lsinitramfs.8
-mkinitramfs.8
+mkinitramfs.7
unmkinitramfs.8
initramfs.conf.5
initramfs-tools.8
diff --git a/docs/example_hook b/docs/example_hook
index 1f35352..85ff6c6 100644
--- a/docs/example_hook
+++ b/docs/example_hook
@@ -13,7 +13,7 @@
#
# DESTDIR -- The staging directory where we are building the image.
#
-# see initramfs-tools(8)
+# see initramfs-tools(7)
#
# List the soft prerequisites here. This is a space separated list of
diff --git a/docs/example_script b/docs/example_script
index 5e9153b..accab37 100644
--- a/docs/example_script
+++ b/docs/example_script
@@ -6,7 +6,7 @@
# The # package that owns it may opt to install it in an appropriate
# location under "/usr/share/initramfs-tools/scripts/".
#
-# see initramfs-tools(8) for more details.
+# see initramfs-tools(7) for more details.
#
# List the soft prerequisites here. This is a space separated list of
diff --git a/initramfs-tools.8 b/initramfs-tools.7
index 32cce2d..f980f10 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.7
@@ -1,4 +1,4 @@
-.TH INITRAMFS-TOOLS 8 "2010/09/23" "Linux" "mkinitramfs script overview"
+.TH INITRAMFS-TOOLS 7 "2010/09/23" "Linux" "mkinitramfs script overview"
.SH NAME
initramfs-tools \- an introduction to writing scripts for mkinitramfs
diff --git a/initramfs.conf.5 b/initramfs.conf.5
index 2a61796..9c05685 100644
--- a/initramfs.conf.5
+++ b/initramfs.conf.5
@@ -120,6 +120,6 @@ Loosely based on mkinitrd.conf by Herbert Xu.
.SH SEE ALSO
.BR
-.IR initramfs-tools (8),
+.IR initramfs-tools (7),
.IR mkinitramfs (8),
.IR update-initramfs (8).
diff --git a/lsinitramfs.8 b/lsinitramfs.8
index ff1e420..cfa2e9a 100644
--- a/lsinitramfs.8
+++ b/lsinitramfs.8
@@ -48,7 +48,7 @@ and numerous others.
.SH SEE ALSO
.BR
-.IR initramfs-tools (8),
+.IR initramfs-tools (7),
.IR mkinitramfs (8),
.IR unmkinitramfs (8),
.IR update-initramfs (8).
diff --git a/mkinitramfs.8 b/mkinitramfs.8
index 78bfdae..2e583d7 100644
--- a/mkinitramfs.8
+++ b/mkinitramfs.8
@@ -149,7 +149,7 @@ Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
.BR
.IR initramfs.conf (5),
-.IR initramfs-tools (8),
+.IR initramfs-tools (7),
.IR update-initramfs (8),
.IR lsinitramfs (8),
.IR unmkinitramfs (8).
diff --git a/unmkinitramfs.8 b/unmkinitramfs.8
index 1aeb55a..708f9cc 100644
--- a/unmkinitramfs.8
+++ b/unmkinitramfs.8
@@ -48,7 +48,7 @@ and numerous others.
.SH SEE ALSO
.BR
-.IR initramfs-tools (8),
+.IR initramfs-tools (7),
.IR lsinitramfs (8),
.IR mkinitramfs (8),
.IR update-initramfs (8).
diff --git a/update-initramfs.8 b/update-initramfs.8
index 31f225d..38780b8 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -94,6 +94,6 @@ Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
.BR
.IR initramfs.conf (5),
-.IR initramfs-tools (8),
+.IR initramfs-tools (7),
.IR mkinitramfs (8),
.IR lsinitramfs (8).
diff --git a/update-initramfs.conf.5 b/update-initramfs.conf.5
index bd41132..ca5821a 100644
--- a/update-initramfs.conf.5
+++ b/update-initramfs.conf.5
@@ -30,6 +30,6 @@ Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
.BR
.IR initramfs.conf (5),
-.IR initramfs-tools (8),
+.IR initramfs-tools (7),
.IR mkinitramfs (8),
.IR update-initramfs (8).