Update Question 12.12:

- Mark up Sun with &sun;
- Add <replaceable> elements
- Add non-breakable spaces for better rendering

Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-06-21 08:15:49 +00:00
parent 94c7b1d2ac
commit 48cefc1de6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32364

View file

@ -7542,14 +7542,14 @@ Key F15 A A Menu Workplace Nop</programlisting>
<qandaentry>
<question id="nfs-sun">
<para>Why can I not NFS-mount from a Sun box?</para>
<para>Why can I not NFS-mount from a &sun; box?</para>
</question>
<answer>
<para>&sun; workstations running &sunos; 4.X only accept mount
<para>&sun; workstations running &sunos;&nbsp;4.<replaceable>X</replaceable> only accept mount
requests from a privileged port; try</para>
<screen>&prompt.root; <userinput>mount -o -P sunbox:/blah /mnt</userinput></screen>
<screen>&prompt.root; <userinput>mount -o -P <replaceable>sunbox:/blah</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
</answer>
</qandaentry>