summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2018-02-06 07:47:22 +0000
committerdelphij <delphij@FreeBSD.org>2018-02-06 07:47:22 +0000
commit2d2f45b04c5995edbbc9c01db53a7d8c2e2cfec4 (patch)
treea9f52ab7dee1db048bd6f3c34f9ee959d27aa394
parent2bb841a515ba98762fb9fb88c97956319e5809a1 (diff)
downloadFreeBSD-src-2d2f45b04c5995edbbc9c01db53a7d8c2e2cfec4.zip
FreeBSD-src-2d2f45b04c5995edbbc9c01db53a7d8c2e2cfec4.tar.gz
MFC r328273 (kevlo): Document how to load nmdm(4) from a kernel module.
-rw-r--r--share/man/man4/nmdm.414
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man4/nmdm.4 b/share/man/man4/nmdm.4
index 7dccb00..e06d32c 100644
--- a/share/man/man4/nmdm.4
+++ b/share/man/man4/nmdm.4
@@ -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
OpenPOWER on IntegriCloud