summaryrefslogtreecommitdiff
path: root/share/man/man8/intro.8
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man8/intro.8')
-rw-r--r--share/man/man8/intro.814
1 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man8/intro.8 b/share/man/man8/intro.8
index 1258487a70d..4d4033a21fc 100644
--- a/share/man/man8/intro.8
+++ b/share/man/man8/intro.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.8,v 1.26 2015/09/21 09:23:35 jmc Exp $
+.\" $OpenBSD: intro.8,v 1.27 2015/11/04 12:03:54 jmc Exp $
.\" $NetBSD: intro.8,v 1.3 1994/11/30 19:36:24 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.8 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: September 21 2015 $
+.Dd $Mdocdate: November 4 2015 $
.Dt INTRO 8
.Os
.Sh NAME
@@ -93,7 +93,7 @@ So to enable
the following line might be added to
.Pa /etc/rc.conf.local :
.Bd -literal -offset indent
-httpd_flags=""
+httpd_flags="-v"
.Ed
.Pp
As can be seen above,
@@ -106,7 +106,7 @@ and the individual pages for the utilities.
.Ss Automounter daemon (amd)
If using the
.Xr amd 8
-package,
+daemon,
go into the
.Pa /etc/amd
directory and set it up by
@@ -123,7 +123,7 @@ variables:
.Va amd_flags
and
.Va amd_master .
-.Ss Domain Name Server (DNS)
+.Ss DNS server
If you are using a name server, check the
.Pa /etc/resolv.conf
file.
@@ -141,7 +141,7 @@ If using a caching name server, add the line "nameserver 127.0.0.1" first.
Relevant
.Xr rc.conf 8
variables:
-.Va named_flags
+.Va nsd_flags
and
.Va unbound_flags .
.Ss Clock synchronisation
@@ -224,6 +224,7 @@ variables:
.Ss Routing Daemons
Various daemons for managing routing tables are available:
.Xr bgpd 8 ,
+.Xr eigrpd 8 ,
.Xr ospfd 8 ,
and
.Xr ripd 8 .
@@ -232,6 +233,7 @@ Relevant
.Xr rc.conf 8
variables:
.Va bgpd_flags ,
+.Va eigrpd_flags ,
.Va ospfd_flags ,
and
.Va ripd_flags .