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
|
||||
<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>
|
||||
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.
|
||||
|
@ -1703,7 +1703,7 @@ disk fd1 at fdc0 drive 1
|
|||
Sun workstations running SunOS 4.X only accept mount requests
|
||||
from a priviledged port; try
|
||||
<verb>
|
||||
mount -o -P linuxbox:/blah /mnt
|
||||
mount -o -P sunbox:/blah /mnt
|
||||
</verb>
|
||||
|
||||
<sect1>
|
||||
|
|
Loading…
Reference in a new issue