Mark up sysctl variables in <varname>.

This commit is contained in:
Dima Dorfman 2001-08-14 06:48:46 +00:00
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

View file

@ -17,7 +17,7 @@
<corpauthor>The FreeBSD Documentation Project</corpauthor> <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> <copyright>
<year>1995</year> <year>1995</year>
@ -4270,7 +4270,7 @@ Timecounter "i8254" frequency 1193182 Hz
Timecounter "TSC" frequency 595573479 Hz</screen> Timecounter "TSC" frequency 595573479 Hz</screen>
<para>You can confirm this by checking the <para>You can confirm this by checking the
<literal>kern.timecounter.hardware</literal> <varname>kern.timecounter.hardware</varname>
&man.sysctl.3;.</para> &man.sysctl.3;.</para>
<screen>&prompt.root; <userinput>sysctl kern.timecounter.hardware</userinput> <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 <para>In this example, the <literal>i8254</literal> clock is also
available, and can be selected by writing its name to the 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> &man.sysctl.3;.</para>
<screen>&prompt.root; <userinput>sysctl -w kern.timecounter.hardware=i8254</userinput> <screen>&prompt.root; <userinput>sysctl -w kern.timecounter.hardware=i8254</userinput>
@ -6890,7 +6890,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
<step> <step>
<para>Finally, add the line <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 <filename>/etc/sysctl.conf</filename> so that it is reset
at system boot time.</para> at system boot time.</para>
</step> </step>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <chapter id="users">
@ -782,7 +782,7 @@ passwd: done</screen>
<para>This is the maximum number of processes a user may be <para>This is the maximum number of processes a user may be
running. This includes foreground and background processes running. This includes foreground and background processes
alike. For obvious reasons, this may not be larger than the 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 <command>sysctl</command>. Also note that setting this
too small may hinder a too small may hinder a
user's productivity: it is often useful to be logged in 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 open. In FreeBSD, files are also used to represent sockets and
IPC channels; thus, be careful not to set this too low. The IPC channels; thus, be careful not to set this too low. The
system-wide limit for this is defined by 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> </listitem>
</varlistentry> </varlistentry>