summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2000-11-20 10:15:38 +0000
committerben <ben@FreeBSD.org>2000-11-20 10:15:38 +0000
commit310d1292beb0595a580be9567908efd4fff625e3 (patch)
treed4b731e156990fa13a36a8bb04c1124c50182ee9
parent690af6322b2c14135726572427bcdd71f252073d (diff)
downloadFreeBSD-src-310d1292beb0595a580be9567908efd4fff625e3.zip
FreeBSD-src-310d1292beb0595a580be9567908efd4fff625e3.tar.gz
Fix typo; s/demon/daemon/
PR: 22955, 22956 Submitted by: Jimmy Olgeni <olgeni@uli.it>
-rw-r--r--share/man/man4/ip.42
-rw-r--r--share/man/man4/ip6.42
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index 491da48..eeda4ce 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -237,7 +237,7 @@ setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, sizeof(loop));
.Pp
This option
improves performance for applications that may have no more than one
-instance on a single host (such as a router demon), by eliminating
+instance on a single host (such as a router daemon), by eliminating
the overhead of receiving their own transmissions. It should generally not
be used by applications for which there may be more than one instance on a
single host (such as a conferencing program) or for which the sender does
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index 237ef13..db5b360 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -178,7 +178,7 @@ setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, &loop, sizeof(loop));
.Pp
This option
improves performance for applications that may have no more than one
-instance on a single host (such as a router demon), by eliminating
+instance on a single host (such as a router daemon), by eliminating
the overhead of receiving their own transmissions.
It should generally not be used by applications for which there
may be more than one instance on a single host (such as a conferencing
OpenPOWER on IntegriCloud