On Wed, Nov 04, 2015 at 10:56:58AM +0000, Raf Czlonka wrote:
>
> I've attached an updated patch, with only the "undisputed" parts :^)
>
> Raf
>
committed, slightly tweaked, with one notable change:
> Index: share/man/man8/intro.8
> ===================================================================
> RCS file: /cvs/src/share/man/man8/intro.8,v
> retrieving revision 1.26
> diff -u -p -r1.26 intro.8
> --- share/man/man8/intro.8 21 Sep 2015 09:23:35 -0000 1.26
> +++ share/man/man8/intro.8 4 Nov 2015 10:55:48 -0000
> @@ -95,6 +95,10 @@ the following line might be added to
> .Bd -literal -offset indent
> httpd_flags=""
> .Ed
> +or
> +.Bd -literal -offset indent -compact
> +httpd_flags="-vv"
> +.Ed
instead of adding a second example, i just altered the first to read
httpd_flags="-v"
jmc
> .Pp
> As can be seen above,
> this method is also used to specify additional options.
> @@ -106,7 +110,7 @@ and the individual pages for the utiliti
> .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 +127,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 +145,7 @@ If using a caching name server, add the
> Relevant
> .Xr rc.conf 8
> variables:
> -.Va named_flags
> +.Va nsd_flags
> and
> .Va unbound_flags .
> .Ss Clock synchronisation
> @@ -224,6 +228,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 +237,7 @@ Relevant
> .Xr rc.conf 8
> variables:
> .Va bgpd_flags ,
> +.Va eigrpd_flags ,
> .Va ospfd_flags ,
> and
> .Va ripd_flags .
>