diff options
author | 2008-04-23 18:50:24 +0000 | |
---|---|---|
committer | 2008-04-23 18:50:24 +0000 | |
commit | 2973ed969df9f3c0cb9e9117841cb7fc9f44ece4 (patch) | |
tree | 02456ea7176d37c7565e468158ba9b9aa4c24374 /share/man | |
parent | support netmos 6 port version; avf@eldamar.org.uk (diff) | |
download | wireguard-openbsd-2973ed969df9f3c0cb9e9117841cb7fc9f44ece4.tar.xz wireguard-openbsd-2973ed969df9f3c0cb9e9117841cb7fc9f44ece4.zip |
document sysmerge(8);
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/release.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index aa50d4d2c65..face3d1bc2b 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.53 2008/04/08 14:59:07 jmc Exp $ +.\" $OpenBSD: release.8,v 1.54 2008/04/23 18:50:24 jmc Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: April 8 2008 $ +.Dd $Mdocdate: April 23 2008 $ .Dt RELEASE 8 .Os .Sh NAME @@ -212,8 +212,9 @@ Update .Pa /etc , .Pa /var , and -.Pa /dev/MAKEDEV -by hand. +.Pa /dev/MAKEDEV , +either by hand or using +.Xr sysmerge 8 . .Pp At this point your system is up-to-date and running the code that you are going to make into a release. @@ -370,7 +371,8 @@ That's all there is to it. .Xr cvs 1 , .Xr pkg_add 1 , .Xr ports 7 , -.Xr sudo 8 +.Xr sudo 8 , +.Xr sysmerge 8 .Sh HISTORY This document first appeared in .Ox 2.8 . |