summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2008-05-07 12:05:36 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2008-05-07 12:05:36 +0000
commitdfe7d872ef69ff072b7d02749d27d195f9d0629c (patch)
tree94c5fc7a3797450716fe48d38db0113c33ab9342
parentdbd44f73bcdc0e2f780df401f11270cf177510bb (diff)
routed is no more so use dhcpd in these examples instead. OK norby@
-rw-r--r--lib/libc/gen/syslog.36
-rw-r--r--share/man/man8/rc.conf.814
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index 3ae99f48f85..5604519341a 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslog.3,v 1.27 2007/05/31 19:19:29 jmc Exp $
+.\" $OpenBSD: syslog.3,v 1.28 2008/05/07 12:05:35 claudio Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: May 7 2008 $
.Dt SYSLOG 3
.Os
.Sh NAME
@@ -250,7 +250,7 @@ The cron daemon,
.Xr cron 8 .
.It Dv LOG_DAEMON
System daemons, such as
-.Xr routed 8 ,
+.Xr dhcpd 8 ,
that are not provided for explicitly by other facilities.
.It Dv LOG_FTP
The file transfer protocol daemon,
diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8
index 9a08b51bf61..25c88374a4b 100644
--- a/share/man/man8/rc.conf.8
+++ b/share/man/man8/rc.conf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.conf.8,v 1.15 2007/05/31 19:19:59 jmc Exp $
+.\" $OpenBSD: rc.conf.8,v 1.16 2008/05/07 12:05:35 claudio Exp $
.\"
.\" Copyright (c) 1997 Ian F. Darwin
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: May 7 2008 $
.Dt RC.CONF 8
.Os
.Sh NAME
@@ -54,19 +54,19 @@ Variables set in this file will override variables previously set in
There are three sections in this file.
The first is used to turn features on or off.
For example, whether the system runs the
-.Nm routed
+.Nm dhcpd
daemon is determined by the line in this section
.Bd -literal -offset indent
-routed_flags=NO # for normal use: "-q"
+dhcpd_flags=NO # for normal use: ""
.Ed
.Pp
-If this line is edited to contain some valid routed daemon command-line
+If this line is edited to contain some valid dhcpd daemon command-line
flags, such as
.Bd -literal -offset indent
-routed_flags="-q" # for normal use: "-q"
+dhcpd_flags="-A abandoned" # for normal use: ""
.Ed
.Pp
-then the routed daemon will be started with those options.
+then the dhcpd daemon will be started with those options.
.Pp
The second section contains some other programs that can either be run or not,
but that don't need options.