Change the machine name for the mount example for sunos to sunbox instead
of linuxbox to not confuse people.
This commit is contained in:
parent
b5b97359c6
commit
257645027f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=89
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||||
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
||||||
<date> $Id: freebsd-faq.sgml,v 1.16 1995-09-19 14:23:38 jfieber Exp $
|
<date> $Id: freebsd-faq.sgml,v 1.17 1995-09-21 09:29:06 ats Exp $
|
||||||
<abstract>
|
<abstract>
|
||||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||||
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
||||||
|
@ -1703,7 +1703,7 @@ disk fd1 at fdc0 drive 1
|
||||||
Sun workstations running SunOS 4.X only accept mount requests
|
Sun workstations running SunOS 4.X only accept mount requests
|
||||||
from a priviledged port; try
|
from a priviledged port; try
|
||||||
<verb>
|
<verb>
|
||||||
mount -o -P linuxbox:/blah /mnt
|
mount -o -P sunbox:/blah /mnt
|
||||||
</verb>
|
</verb>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
|
|
Loading…
Reference in a new issue