file: table is full is an error message, mark it as such.

Also add some id= tags so I can link to the appropriate sections.
This commit is contained in:
Michael Lucas 2002-01-23 11:59:32 +00:00
parent 2df4688403
commit 496155b89f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11845

View file

@ -1054,10 +1054,10 @@ kern.maxfiles: 2088 -> 5000</screen>
<indexterm><primary>Tuning kernel limits</primary></indexterm>
<sect2>
<sect2 id="file-process-limits">
<title>File/Process Limits</title>
<sect3>
<sect3 id="kern-maxfiles">
<title><varname>kern.maxfiles</varname></title>
<indexterm>
@ -1068,7 +1068,7 @@ kern.maxfiles: 2088 -> 5000</screen>
lowered based upon your system requirements. This variable
indicates the maximum number of file descriptors on your
system. When the file descriptor table is full,
<literal>file: table is full</literal> will show up repeatedly
<errorname>file: table is full</errorname> will show up repeatedly
in the system message buffer, which can be viewed with the
<command>dmesg</command> command.</para>