Add non breaking spaces to "System V".

This commit is contained in:
Martin Heinen 2004-10-03 23:43:44 +00:00
parent 941e4c4594
commit 314523b525
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22551

View file

@ -851,7 +851,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
<programlisting>options SYSVSHM # SYSV-style shared memory</programlisting> <programlisting>options SYSVSHM # SYSV-style shared memory</programlisting>
<para>This option provides for System V shared memory. The most <para>This option provides for System&nbsp;V shared memory. The most
common use of this is the XSHM extension in X, which many common use of this is the XSHM extension in X, which many
graphics-intensive programs will automatically take advantage of for graphics-intensive programs will automatically take advantage of for
extra speed. If you use X, you will definitely want to include extra speed. If you use X, you will definitely want to include
@ -859,17 +859,17 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
<programlisting>options SYSVSEM # SYSV-style semaphores</programlisting> <programlisting>options SYSVSEM # SYSV-style semaphores</programlisting>
<para>Support for System V semaphores. Less commonly used but only <para>Support for System&nbsp;V semaphores. Less commonly used but only
adds a few hundred bytes to the kernel.</para> adds a few hundred bytes to the kernel.</para>
<programlisting>options SYSVMSG # SYSV-style message queues</programlisting> <programlisting>options SYSVMSG # SYSV-style message queues</programlisting>
<para>Support for System V messages. Again, this option only adds <para>Support for System&nbsp;V messages. Again, this option only adds
a few hundred bytes to the kernel.</para> a few hundred bytes to the kernel.</para>
<note> <note>
<para>The <option>-p</option> option of the &man.ipcs.1; command will <para>The <option>-p</option> option of the &man.ipcs.1; command will
list any processes using each of these System V facilities.</para> list any processes using each of these System&nbsp;V facilities.</para>
</note> </note>
<programlisting>options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions</programlisting> <programlisting>options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions</programlisting>