summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-07-07 18:55:23 +0000
committerbmah <bmah@FreeBSD.org>2001-07-07 18:55:23 +0000
commit3f215375a01b2e96415cc28492ca5495e6ed6714 (patch)
tree3b1dacc197155f52662f07b8dc4c7f317af8d815
parenteef64272414b079b9d81d336f743738a89336856 (diff)
downloadFreeBSD-src-3f215375a01b2e96415cc28492ca5495e6ed6714.zip
FreeBSD-src-3f215375a01b2e96415cc28492ca5495e6ed6714.tar.gz
Markup fix: Change sysctl variables marked as <literal></literal>
to consistently use <varname></varname>. No content changes.
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml6
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml6
2 files changed, 6 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index a42b10a..f68e4d9 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -385,7 +385,7 @@
<para>ICMP <literal>UNREACH_FILTER_PROHIB</literal> messages can
now RST TCP connections in the <literal>SYN_SENT</literal> state
if the correct sequence numbers are sent back, as controlled by the
- <literal>net.inet.tcp.icmp_may_rst</literal>
+ <varname>net.inet.tcp.icmp_may_rst</varname>
sysctl.</para>
<para>TCP has received some bug fixes for its delayed ACK
@@ -421,13 +421,13 @@
should reduce the buffer usage on large systems handling many
connections.</para>
- <para>A new sysctl <literal>net.inet.ip.check_interface</literal>,
+ <para>A new sysctl <varname>net.inet.ip.check_interface</varname>,
which is on by default, causes IP to verify that an incoming
packet arrives on an interface that has an address matching the
packet's destination address. &merged;</para>
<para>A new sysctl
- <literal>net.link.ether.inet.log_arp_wrong_iface</literal> has
+ <varname>net.link.ether.inet.log_arp_wrong_iface</varname> has
been added to control the suppression of logging when ARP replies
arrive on the wrong interface. &merged;</para>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index a42b10a..f68e4d9 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -385,7 +385,7 @@
<para>ICMP <literal>UNREACH_FILTER_PROHIB</literal> messages can
now RST TCP connections in the <literal>SYN_SENT</literal> state
if the correct sequence numbers are sent back, as controlled by the
- <literal>net.inet.tcp.icmp_may_rst</literal>
+ <varname>net.inet.tcp.icmp_may_rst</varname>
sysctl.</para>
<para>TCP has received some bug fixes for its delayed ACK
@@ -421,13 +421,13 @@
should reduce the buffer usage on large systems handling many
connections.</para>
- <para>A new sysctl <literal>net.inet.ip.check_interface</literal>,
+ <para>A new sysctl <varname>net.inet.ip.check_interface</varname>,
which is on by default, causes IP to verify that an incoming
packet arrives on an interface that has an address matching the
packet's destination address. &merged;</para>
<para>A new sysctl
- <literal>net.link.ether.inet.log_arp_wrong_iface</literal> has
+ <varname>net.link.ether.inet.log_arp_wrong_iface</varname> has
been added to control the suppression of logging when ARP replies
arrive on the wrong interface. &merged;</para>
OpenPOWER on IntegriCloud