summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2003-07-28 21:06:38 +0000
committersimon <simon@FreeBSD.org>2003-07-28 21:06:38 +0000
commit084778ce382c151826faede5570413f5498f7982 (patch)
tree4fa8fe1d1a296f0dd62e2f2fb7b901211b645dec
parentd2f7ae9f881883fc0f9ff813f74be2d2c6570086 (diff)
downloadFreeBSD-src-084778ce382c151826faede5570413f5498f7982.zip
FreeBSD-src-084778ce382c151826faede5570413f5498f7982.tar.gz
Move the rescue manpage, documenting the new rescue utilities in
/rescue, from section 7 to section 8. The old rescue.7 file has been simply subjected to "cvs rm", as there is no history to preserve. Update the release documentation accordingly. Requested by: njl, ru Most text by: Tim Kientzle <kientzle@acm.org> Reviewed by: ru, doc@ Approved by: ceri (mentor)
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml2
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml2
-rw-r--r--share/man/man7/Makefile2
-rw-r--r--share/man/man8/Makefile1
-rw-r--r--share/man/man8/rescue.8 (renamed from share/man/man7/rescue.7)2
5 files changed, 5 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 8b6d34e..d603ba4 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -328,7 +328,7 @@
&man.sysinstall.8;, but it <filename>/rescue</filename> includes
more functionality and is updated by as part of
buildworld/installworld operations. More details can be found in
- &man.rescue.7;.
+ &man.rescue.8;.
</para>
</sect2>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 8b6d34e..d603ba4 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -328,7 +328,7 @@
&man.sysinstall.8;, but it <filename>/rescue</filename> includes
more functionality and is updated by as part of
buildworld/installworld operations. More details can be found in
- &man.rescue.7;.
+ &man.rescue.8;.
</para>
</sect2>
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index c4d3c7e..8ccb163 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -4,7 +4,7 @@
#MISSING: eqnchar.7 ms.7 term.7
MAN= ascii.7 build.7 clocks.7 development.7 environ.7 firewall.7 \
ffs.7 hier.7 hostname.7 intro.7 maclabel.7 mailaddr.7 \
- operator.7 ports.7 release.7 rescue.7 sdoc.7 security.7 sprog.7 \
+ operator.7 ports.7 release.7 sdoc.7 security.7 sprog.7 \
stdint.7 tuning.7
MLINKS= intro.7 miscellaneous.7
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 1a25e73..2185d2d 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -10,6 +10,7 @@ MAN= MAKEDEV.8 \
rc.8 \
rc.sendmail.8 \
rc.subr.8 \
+ rescue.8 \
sticky.8 \
yp.8
diff --git a/share/man/man7/rescue.7 b/share/man/man8/rescue.8
index c130d06..878e92f 100644
--- a/share/man/man7/rescue.7
+++ b/share/man/man8/rescue.8
@@ -27,7 +27,7 @@
.\"
.Dd July 23, 2003
.Os
-.Dt RESCUE 7
+.Dt RESCUE 8
.Sh NAME
.Nm rescue
.Nd rescue utilities in
OpenPOWER on IntegriCloud