summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ip.4
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-05 15:07:37 +0000
committermpp <mpp@FreeBSD.org>1997-02-05 15:07:37 +0000
commitde04e36493f70d2e5a31e0b06849ff6327ba4c61 (patch)
tree4b35a60b3723c041f903d07c6755ea73af357c15 /share/man/man4/ip.4
parentab620d2c10fc9c199d1f807a63f0c693e75a8afc (diff)
downloadFreeBSD-src-de04e36493f70d2e5a31e0b06849ff6327ba4c61.zip
FreeBSD-src-de04e36493f70d2e5a31e0b06849ff6327ba4c61.tar.gz
Fix a bunch of man pages to stop abusing the .Nm macro, along
with some other minor fixes for some problems I noticed while making these changes. Pointed out by: bde
Diffstat (limited to 'share/man/man4/ip.4')
-rw-r--r--share/man/man4/ip.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index 467fcca..0ec2961 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -145,18 +145,18 @@ use the default range of values, normally
through
.Dv IPPORT_RESERVED .
This is adjustable through the sysctl setting:
-.Nm net.inet.ip.portrange.first
+.Sy net.inet.ip.portrange.first
and
-.Nm net.inet.ip.portrange.last .
+.Sy net.inet.ip.portrange.last .
.It Dv IP_PORTRANGE_HIGH
use a high range of values, normally
.Dv IPPORT_HIFIRSTAUTO
and
.Dv IPPORT_HILASTAUTO .
This is adjustable through the sysctl setting:
-.Nm net.inet.ip.portrange.hifirst
+.Sy net.inet.ip.portrange.hifirst
and
-.Nm net.inet.ip.portrange.hilast .
+.Sy net.inet.ip.portrange.hilast .
.It Dv IP_PORTRANGE_LOW
use a low range of ports, which are normally restricted to
privileged processes on
OpenPOWER on IntegriCloud