Reorder SYSV* options to match GENERIC in 5.X.

Submitted by:	Joel Dahl <joel@automatvapen.se>
This commit is contained in:
Martin Heinen 2005-01-14 17:04:36 +00:00
parent 60d6273bb9
commit f6326324bb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23552

View file

@ -858,16 +858,16 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
extra speed. If you use X, you will definitely want to include
this.</para>
<programlisting>options SYSVMSG # SYSV-style message queues</programlisting>
<para>Support for System&nbsp;V messages. This option only adds
a few hundred bytes to the kernel.</para>
<programlisting>options SYSVSEM # SYSV-style semaphores</programlisting>
<para>Support for System&nbsp;V semaphores. Less commonly used but only
adds a few hundred bytes to the kernel.</para>
<programlisting>options SYSVMSG # SYSV-style message queues</programlisting>
<para>Support for System&nbsp;V messages. Again, this option only adds
a few hundred bytes to the kernel.</para>
<note>
<para>The <option>-p</option> option of the &man.ipcs.1; command will
list any processes using each of these System&nbsp;V facilities.</para>