diff options
author | 2016-03-10 09:04:11 +0000 | |
---|---|---|
committer | 2016-03-10 09:04:11 +0000 | |
commit | d23805ed9c26b739f2a27e1db8e71fc96bc7568b (patch) | |
tree | ed59f321feb851f205b5b4d6e04a9a4881bafcd8 | |
parent | un-vax; (diff) | |
download | wireguard-openbsd-d23805ed9c26b739f2a27e1db8e71fc96bc7568b.tar.xz wireguard-openbsd-d23805ed9c26b739f2a27e1db8e71fc96bc7568b.zip |
un-vax;
-rw-r--r-- | share/man/man8/boot_config.8 | 7 | ||||
-rw-r--r-- | share/man/man8/diskless.8 | 12 |
2 files changed, 9 insertions, 10 deletions
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8 index 58a07d57000..5ed079de8c6 100644 --- a/share/man/man8/boot_config.8 +++ b/share/man/man8/boot_config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_config.8,v 1.29 2015/01/25 15:15:14 naddy Exp $ +.\" $OpenBSD: boot_config.8,v 1.30 2016/03/10 09:04:11 jmc Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 25 2015 $ +.Dd $Mdocdate: March 10 2016 $ .Dt BOOT_CONFIG 8 .Os .Sh NAME @@ -65,8 +65,7 @@ Changes made can be saved for the next reboot, by using .It Ic add Ar dev Add a device through copying another. .It Ic base Cm 8 | 10 | 16 -Change the base of numbers displayed and entered, -e.g. I/O addresses in a VAXen are octal. +Change the base of numbers displayed and entered. .It Ic change Ar devno | dev Modify one or more devices. .It Ic disable Ar devno | dev diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 213bb68824d..b8d03f9566d 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.65 2015/07/27 17:28:39 sobrado Exp $ +.\" $OpenBSD: diskless.8,v 1.66 2016/03/10 09:04:11 jmc Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 27 2015 $ +.Dd $Mdocdate: March 10 2016 $ .Dt DISKLESS 8 .Os .Sh NAME @@ -173,7 +173,7 @@ Assign an IP address for myclient in .Ed .It If booting an alpha, amd64, hppa, hppa64, i386, sgi, -sparc, sparc64, or vax client, +sparc, or sparc64 client, ensure that .Xr tftpd 8 is configured to run in the directory @@ -257,7 +257,7 @@ boot program is installed in the directory .Pa /usr/mdec/rbootd . .Pp Architectures using MOP -(older Alpha and Vax) +(older Alpha) should follow the instructions in .Xr mopd 8 for setting up a TFTP boot. @@ -368,7 +368,7 @@ For all clients: and .Xr rpc.bootparamd 8 . .Pp -For alpha, amd64, hppa, hppa64, i386, sgi, sparc, sparc64, and vax clients: +For alpha, amd64, hppa, hppa64, i386, sgi, sparc, and sparc64 clients: .Xr tftpd 8 .Pp For HP 300 and older HPPA clients: @@ -377,7 +377,7 @@ For HP 300 and older HPPA clients: For newer alpha, amd64, hppa, hppa64, i386, and sgi clients: .Xr dhcpd 8 .Pp -For older alpha and vax clients: +For older alpha clients: .Xr mopd 8 .It Net boot the client. |