summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/rpc/PSD.doc/rpc.prog.ms2
-rw-r--r--sbin/slattach/slattach.c2
-rw-r--r--sys/netinet/igmp.c4
-rw-r--r--sys/netinet/ip_input.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/rpc/PSD.doc/rpc.prog.ms b/lib/libc/rpc/PSD.doc/rpc.prog.ms
index f6d2f12..c21d6fc 100644
--- a/lib/libc/rpc/PSD.doc/rpc.prog.ms
+++ b/lib/libc/rpc/PSD.doc/rpc.prog.ms
@@ -532,7 +532,7 @@ _
100002&RUSERSPROG&remote users
100003&NFSPROG&nfs
100004&YPPROG&Yellow Pages
-100005&MOUNTPROG&mount demon
+100005&MOUNTPROG&mount daemon
100006&DBXPROG&remote dbx
100007&YPBINDPROG&yp binder
100008&WALLPROG&shutdown msg
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 96a962f..3ed4b2e 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -91,7 +91,7 @@ int redial_on_startup = 0; /* iff non-zero execute redial_cmd on startup */
speed_t speed = DEFAULT_BAUD; /* baud rate of tty */
int slflags = 0; /* compression flags */
int unit = -1; /* slip device unit number */
-int foreground = 0; /* act as demon if zero, else don't fork. */
+int foreground = 0; /* act as daemon if zero, else don't fork. */
int keepal = 0; /* keepalive timeout */
int outfill = 0; /* outfill timeout */
int sl_unit = -1; /* unit number */
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index 9be72a5..12a1552 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -310,7 +310,7 @@ igmp_input(m, off)
* KLUDGE: if the IP source address of the report has an
* unspecified (i.e., zero) subnet number, as is allowed for
* a booting host, replace it with the correct subnet number
- * so that a process-level multicast routing demon can
+ * so that a process-level multicast routing daemon can
* determine which subnet it arrived from. This is necessary
* to compensate for the lack of any way for a process to
* determine the arrival interface of an incoming packet.
@@ -473,7 +473,7 @@ igmp_sendpkt(inm, type, addr)
imo.imo_multicast_vif = -1;
/*
* Request loopback of the report if we are acting as a multicast
- * router, so that the process-level routing demon can hear it.
+ * router, so that the process-level routing daemon can hear it.
*/
imo.imo_multicast_loop = (ip_mrouter != NULL);
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 79d5123..b7a882f 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -599,7 +599,7 @@ pass:
}
/*
- * The process-level routing demon needs to receive
+ * The process-level routing daemon needs to receive
* all multicast IGMP packets, whether or not this
* host belongs to their destination groups.
*/
OpenPOWER on IntegriCloud