diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-11-20 10:15:38 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-11-20 10:15:38 +0000 |
| commit | aabbf63eefac8ce00abbba746c64f4eec8966ea4 (patch) | |
| tree | fdede96aacb99a5f34d03f40e4f088f2267c6ad6 | |
| parent | 71868b020da60bfaf496076829643f5aaae13ed2 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/ip.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/ip6.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 491da48be881..eeda4ce55e21 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 237ef13a4c58..db5b360ef983 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 |
