Mark up sysctl variables in <varname>.
This commit is contained in:
parent
eda6e9701d
commit
193ea39de1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10346
2 changed files with 7 additions and 7 deletions
en_US.ISO8859-1/books
|
@ -17,7 +17,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.253 2001/08/09 07:32:12 dd Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.254 2001/08/10 22:06:47 brian Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -4270,7 +4270,7 @@ Timecounter "i8254" frequency 1193182 Hz
|
|||
Timecounter "TSC" frequency 595573479 Hz</screen>
|
||||
|
||||
<para>You can confirm this by checking the
|
||||
<literal>kern.timecounter.hardware</literal>
|
||||
<varname>kern.timecounter.hardware</varname>
|
||||
&man.sysctl.3;.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sysctl kern.timecounter.hardware</userinput>
|
||||
|
@ -4283,7 +4283,7 @@ kern.timecounter.hardware: TSC</screen>
|
|||
|
||||
<para>In this example, the <literal>i8254</literal> clock is also
|
||||
available, and can be selected by writing its name to the
|
||||
<literal>kern.timecounter.hardware</literal>
|
||||
<varname>kern.timecounter.hardware</varname>
|
||||
&man.sysctl.3;.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sysctl -w kern.timecounter.hardware=i8254</userinput>
|
||||
|
@ -6890,7 +6890,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
|
||||
<step>
|
||||
<para>Finally, add the line
|
||||
<literal>vfs.usermount=1</literal> to the file
|
||||
<literal><varname>vfs.usermount</varname>=1</literal> to the file
|
||||
<filename>/etc/sysctl.conf</filename> so that it is reset
|
||||
at system boot time.</para>
|
||||
</step>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.24 2001/08/09 23:42:35 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.25 2001/08/10 22:58:17 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="users">
|
||||
|
@ -782,7 +782,7 @@ passwd: done</screen>
|
|||
<para>This is the maximum number of processes a user may be
|
||||
running. This includes foreground and background processes
|
||||
alike. For obvious reasons, this may not be larger than the
|
||||
system limit specified by the <literal>kern.maxproc</literal>
|
||||
system limit specified by the <varname>kern.maxproc</varname>
|
||||
<command>sysctl</command>. Also note that setting this
|
||||
too small may hinder a
|
||||
user's productivity: it is often useful to be logged in
|
||||
|
@ -839,7 +839,7 @@ passwd: done</screen>
|
|||
open. In FreeBSD, files are also used to represent sockets and
|
||||
IPC channels; thus, be careful not to set this too low. The
|
||||
system-wide limit for this is defined by the
|
||||
<literal>kern.maxfiles</literal> <command>sysctl</command>.</para>
|
||||
<varname>kern.maxfiles</varname> <command>sysctl</command>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue