diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-09 07:12:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-09 07:12:26 +0000 |
commit | 37f5922e0f5959725c6127adc2e3e3d73e7e8934 (patch) | |
tree | b6346bb099cba1d25cb37a4512204d7612baaf3c /sys | |
parent | 3c749e7db7d6c77d91a280eb55387bd8ad6eb633 (diff) |
- remove a redundant note about tftpd; ok dlg
- whilst here, normalise Nd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/pxeboot.8 | 17 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/pxeboot.8 | 17 |
2 files changed, 6 insertions, 28 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/pxeboot.8 b/sys/arch/amd64/stand/pxeboot/pxeboot.8 index 64a0c96bced..7580046b6c8 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.10 2009/01/16 00:34:57 form Exp $ +.\" $OpenBSD: pxeboot.8,v 1.11 2012/03/09 07:12:25 jmc Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 16 2009 $ +.Dd $Mdocdate: March 9 2012 $ .Dt PXEBOOT 8 amd64 .Os .Sh NAME .Nm pxeboot -.Nd -amd64-specific second-stage PXE bootstrap +.Nd amd64-specific second-stage PXE bootstrap .Sh DESCRIPTION .Nm is a modified version of the amd64 second-stage bootstrap program, @@ -94,16 +93,6 @@ the and .Xr tftpd 8 services should be enabled and configured. -It may help to use the -.Fl s -option with -.Xr tftpd 8 , -to avoid confusion between files for the server's system -and files for the client system -(note that -.Fl s -is set by default in -.Ox ) . .Xr ftpd 8 or .Xr httpd 8 diff --git a/sys/arch/i386/stand/pxeboot/pxeboot.8 b/sys/arch/i386/stand/pxeboot/pxeboot.8 index 98c972a8bc6..f2b85a02c3b 100644 --- a/sys/arch/i386/stand/pxeboot/pxeboot.8 +++ b/sys/arch/i386/stand/pxeboot/pxeboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pxeboot.8,v 1.9 2009/01/16 00:34:57 form Exp $ +.\" $OpenBSD: pxeboot.8,v 1.10 2012/03/09 07:12:25 jmc Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 16 2009 $ +.Dd $Mdocdate: March 9 2012 $ .Dt PXEBOOT 8 i386 .Os .Sh NAME .Nm pxeboot -.Nd -i386-specific second-stage PXE bootstrap +.Nd i386-specific second-stage PXE bootstrap .Sh DESCRIPTION .Nm is a modified version of the i386 second-stage bootstrap program, @@ -94,16 +93,6 @@ the and .Xr tftpd 8 services should be enabled and configured. -It may help to use the -.Fl s -option with -.Xr tftpd 8 , -to avoid confusion between files for the server's system -and files for the client system -(note that -.Fl s -is set by default in -.Ox ) . .Xr ftpd 8 or .Xr httpd 8 |