diff options
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 2 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 2 | ||||
| -rw-r--r-- | share/man/man7/Makefile | 2 | ||||
| -rw-r--r-- | share/man/man8/Makefile | 1 | ||||
| -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 8b6d34e1984f..d603ba44128b 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 8b6d34e1984f..d603ba44128b 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 c4d3c7ea8990..8ccb163e4eb5 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 1a25e739f6a8..2185d2d3cd3d 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 c130d065cf2b..878e92f3cc91 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 |
