aboutsummaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-09-10 15:16:33 +0000
committerWarner Losh <imp@FreeBSD.org>2018-09-10 15:16:33 +0000
commit6715cec08fbd7632d47179b6cc2add4fb8f067d9 (patch)
treed5541d5c575b353b7ba8cb48b516ba256f19678b /share/man/man8
parente45068e3c90b43d2d4692b509c4ee2383c3d8e51 (diff)
downloadsrc-6715cec08fbd7632d47179b6cc2add4fb8f067d9.tar.gz
src-6715cec08fbd7632d47179b6cc2add4fb8f067d9.zip
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)
Notes
Notes: svn path=/head/; revision=338559
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/diskless.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index 5046e4cf44c4..100649fedc26 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -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