Author: kevlo Date: Tue Mar 17 05:33:05 2020 New Revision: 359030 URL: https://svnweb.freebsd.org/changeset/base/359030
Log: Convert to the standard section 4 SYNOPSIS layout. Modified: head/share/man/man4/tun.4 Modified: head/share/man/man4/tun.4 ============================================================================== --- head/share/man/man4/tun.4 Tue Mar 17 03:32:13 2020 (r359029) +++ head/share/man/man4/tun.4 Tue Mar 17 05:33:05 2020 (r359030) @@ -2,14 +2,26 @@ .\" $FreeBSD$ .\" Based on PR#2411 .\" -.Dd April 29, 2019 +.Dd March 17, 2020 .Dt TUN 4 .Os .Sh NAME .Nm tun .Nd tunnel software network interface .Sh SYNOPSIS -.Cd device tuntap +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent +.Cd "device tuntap" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following lines in +.Xr loader.conf 5 : +.Bd -literal -offset indent +if_tuntap_load="YES" +.Ed .Sh DESCRIPTION The .Nm _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"