Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2018 03:36:49 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328273 - head/share/man/man4
Message-ID:  <201801230336.w0N3anOn015435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Tue Jan 23 03:36:49 2018
New Revision: 328273
URL: https://svnweb.freebsd.org/changeset/base/328273

Log:
  Document how to load nmdm(4) from a kernel module.
  
  Submitted by:	kevlo
  MFC after:	2 weeks

Modified:
  head/share/man/man4/nmdm.4

Modified: head/share/man/man4/nmdm.4
==============================================================================
--- head/share/man/man4/nmdm.4	Tue Jan 23 03:15:44 2018	(r328272)
+++ head/share/man/man4/nmdm.4	Tue Jan 23 03:36:49 2018	(r328273)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801230336.w0N3anOn015435>