diff options
author | 2004-03-21 21:44:58 +0000 | |
---|---|---|
committer | 2004-03-21 21:44:58 +0000 | |
commit | 8fa48e5a5b11e8bcfc73d0cc88672c7056148143 (patch) | |
tree | 8e3950c8da775544c42db1fcf3271e45380fbc96 | |
parent | Enter pxeboot on amd64. Initially intended to support network installs (diff) | |
download | wireguard-openbsd-8fa48e5a5b11e8bcfc73d0cc88672c7056148143.tar.xz wireguard-openbsd-8fa48e5a5b11e8bcfc73d0cc88672c7056148143.zip |
Grammar fix from jmc@
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/pxeboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/pxeboot.8 b/sys/arch/amd64/stand/pxeboot/pxeboot.8 index 68999b67498..5fe4eac85bf 100644 --- a/sys/arch/amd64/stand/pxeboot/pxeboot.8 +++ b/sys/arch/amd64/stand/pxeboot/pxeboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pxeboot.8,v 1.1 2004/03/21 21:37:41 tom Exp $ +.\" $OpenBSD: pxeboot.8,v 1.2 2004/03/21 21:44:58 tom Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -143,7 +143,7 @@ This means that the DHCP option cannot, therefore, be used to distinguish between i386 and amd64 systems. .Pp Instead, the client machine identifier (UUID) or -hardware ethernet address (MAC) should be used. +hardware Ethernet address (MAC) should be used. See .Xr dhcpd 8 and |