diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-09-19 06:40:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-09-19 06:40:02 +0000 |
commit | f43390498b2785242615645d7880539e9332ae51 (patch) | |
tree | a8bec534e3759c780636e9b003c36290b4be3540 | |
parent | da92a003290c1fcb1a25a3e5a582799604f20b36 (diff) |
A few 'demon' -> 'daemon'.
ok deraadt@
-rw-r--r-- | share/doc/papers/sysperf/2.t | 6 | ||||
-rw-r--r-- | share/doc/smm/01.setup/6.t | 6 | ||||
-rw-r--r-- | sys/netinet/igmp.c | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/doc/papers/sysperf/2.t b/share/doc/papers/sysperf/2.t index f638519e7a7..2dd667b5d7d 100644 --- a/share/doc/papers/sysperf/2.t +++ b/share/doc/papers/sysperf/2.t @@ -1,4 +1,4 @@ -.\" $OpenBSD: 2.t,v 1.3 2003/06/02 23:30:10 millert Exp $ +.\" $OpenBSD: 2.t,v 1.4 2005/09/19 06:40:01 krw Exp $ .\" .\" Copyright (c) 1985 The Regents of the University of California. .\" All rights reserved. @@ -60,8 +60,8 @@ be high (above 50%). .PP If the system is busy, then the count of active jobs may be large, and several of these jobs may often be blocked (b). If the virtual -memory is active, then the paging demon will be running (sr will -be non-zero). It is healthy for the paging demon to free pages when +memory is active, then the paging daemon will be running (sr will +be non-zero). It is healthy for the paging daemon to free pages when the virtual memory gets active; it is triggered by the amount of free memory dropping below a threshold and increases its pace as free memory goes to zero. diff --git a/share/doc/smm/01.setup/6.t b/share/doc/smm/01.setup/6.t index ba35038b79a..20f564e6a07 100644 --- a/share/doc/smm/01.setup/6.t +++ b/share/doc/smm/01.setup/6.t @@ -1,4 +1,4 @@ -.\" $OpenBSD: 6.t,v 1.3 2003/06/02 23:30:11 millert Exp $ +.\" $OpenBSD: 6.t,v 1.4 2005/09/19 06:40:01 krw Exp $ .\" .\" Copyright (c) 1980, 1986, 1988, 1993 The Regents of the University of California. .\" All rights reserved. @@ -292,8 +292,8 @@ be high (above 50%). .PP If the system is busy, then the count of active jobs may be large, and several of these jobs may often be blocked (b). If the virtual -memory is active, then the paging demon will be running (sr will -be non-zero). It is healthy for the paging demon to free pages when +memory is active, then the paging daemon will be running (sr will +be non-zero). It is healthy for the paging daemon to free pages when the virtual memory gets active; it is triggered by the amount of free memory dropping below a threshold and increases its pace as free memory goes to zero. diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index faf2f282125..a1c44e968fa 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: igmp.c,v 1.21 2004/05/23 01:59:10 deraadt Exp $ */ +/* $OpenBSD: igmp.c,v 1.22 2005/09/19 06:40:01 krw Exp $ */ /* $NetBSD: igmp.c,v 1.15 1996/02/13 23:41:25 christos Exp $ */ /* @@ -546,7 +546,7 @@ igmp_sendpkt(inm, type, addr) #endif /* * 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. */ #ifdef MROUTING imo.imo_multicast_loop = (ip_mrouter != NULL); |