Convert to the standard section 4 SYNOPSIS layout.

This commit is contained in:
Kevin Lo
2020-03-17 05:33:05 +00:00
parent 5d1899eedb
commit 61e4c924a0
+14 -2
View File
@@ -2,14 +2,26 @@
.\" $FreeBSD$ .\" $FreeBSD$
.\" Based on PR#2411 .\" Based on PR#2411
.\" .\"
.Dd April 29, 2019 .Dd March 17, 2020
.Dt TUN 4 .Dt TUN 4
.Os .Os
.Sh NAME .Sh NAME
.Nm tun .Nm tun
.Nd tunnel software network interface .Nd tunnel software network interface
.Sh SYNOPSIS .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 .Sh DESCRIPTION
The The
.Nm .Nm