summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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