Reorder SYSV* options to match GENERIC in 5.X.
Submitted by: Joel Dahl <joel@automatvapen.se>
This commit is contained in:
parent
60d6273bb9
commit
f6326324bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23552
1 changed files with 5 additions and 5 deletions
|
@ -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 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 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 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 V facilities.</para>
|
||||
|
|
Loading…
Reference in a new issue