svn commit: r338559 - head/share/man/man8

Warner Losh imp at FreeBSD.org
Mon Sep 10 15:16:34 UTC 2018


Author: imp
Date: Mon Sep 10 15:16:33 2018
New Revision: 338559
URL: https://svnweb.freebsd.org/changeset/base/338559

Log:
  Correct directions for building pxeboot. One needs to cd to src/stand,
  not src/stand/i386 as the directions say.
  
  PR: 231284
  Approved by: re@ (gjb)

Modified:
  head/share/man/man8/diskless.8

Modified: head/share/man/man8/diskless.8
==============================================================================
--- head/share/man/man8/diskless.8	Mon Sep 10 14:50:34 2018	(r338558)
+++ head/share/man/man8/diskless.8	Mon Sep 10 15:16:33 2018	(r338559)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 6, 2018
+.Dd September 10, 2018
 .Dt DISKLESS 8
 .Os
 .Sh NAME
@@ -124,7 +124,7 @@ the
 .Nm
 machine, which may not be what you want to have happen.
 .Bd -literal -offset indent
-cd /usr/src/stand/i386
+cd /usr/src/stand
 make clean; make; make install
 cp /boot/pxeboot /tftpdir/
 .Ed


More information about the svn-src-all mailing list