Document how to load nmdm(4) from a kernel module.
Submitted by: kevlo MFC after: 2 weeks
This commit is contained in:
parent
bc3d87fd59
commit
593ff55396
@ -21,14 +21,26 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 27, 2005
|
||||
.Dd January 23, 2018
|
||||
.Dt NMDM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm nmdm
|
||||
.Nd nullmodem terminal driver
|
||||
.Sh SYNOPSIS
|
||||
To compile this driver into the kernel,
|
||||
place the following line in your
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "device nmdm"
|
||||
.Ed
|
||||
.Pp
|
||||
Alternatively, to load the driver as a
|
||||
module at boot time, place the following line in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
nmdm_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user