1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

have sysmerge and sysupgrade Xr each other;

diff originally from peter n. m. hansteen

ok ajacoutot
This commit is contained in:
jmc 2024-09-05 06:39:53 +00:00
parent 6b028660f0
commit 79053326db
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sysmerge.8,v 1.79 2016/09/06 12:32:13 ajacoutot Exp $
.\" $OpenBSD: sysmerge.8,v 1.80 2024/09/05 06:39:53 jmc Exp $
.\"
.\" Copyright (c) 2008 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: September 6 2016 $
.Dd $Mdocdate: September 5 2024 $
.Dt SYSMERGE 8
.Os
.Sh NAME
@ -154,7 +154,8 @@ corresponding to the currently installed release.
.El
.Sh SEE ALSO
.Xr more 1 ,
.Xr sdiff 1
.Xr sdiff 1 ,
.Xr sysupgrade 8
.Pp
.Lk https://www.openbsd.org/faq/current.html
.Lk https://www.openbsd.org/faq/upgradeXX.html

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sysupgrade.8,v 1.13 2022/06/08 09:03:11 mglocker Exp $
.\" $OpenBSD: sysupgrade.8,v 1.14 2024/09/05 06:39:54 jmc Exp $
.\"
.\" Copyright (c) 2019 Florian Obser <florian@openbsd.org>
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: June 8 2022 $
.Dd $Mdocdate: September 5 2024 $
.Dt SYSUPGRADE 8
.Os
.Sh NAME
@ -94,7 +94,8 @@ Directory the upgrade is downloaded to.
.Xr installurl 5 ,
.Xr upgrade.site 5 ,
.Xr autoinstall 8 ,
.Xr release 8
.Xr release 8 ,
.Xr sysmerge 8
.Sh HISTORY
.Nm
first appeared in