From 1d22863c63ee7cf791b11d56384f45bf41b65416 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 6 Feb 2018 07:50:30 +0000 Subject: [PATCH] MFC r328273 (kevlo): Document how to load nmdm(4) from a kernel module. git-svn-id: svn://svn.freebsd.org/base/stable/10@328921 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man4/nmdm.4 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/share/man/man4/nmdm.4 b/share/man/man4/nmdm.4 index 7dccb00bf..e06d32c72 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 -- 2.45.2