svn commit: r328921 - stable/10/share/man/man4

Xin LI delphij at FreeBSD.org
Tue Feb 6 07:50:31 UTC 2018


Author: delphij
Date: Tue Feb  6 07:50:30 2018
New Revision: 328921
URL: https://svnweb.freebsd.org/changeset/base/328921

Log:
  MFC r328273 (kevlo): Document how to load nmdm(4) from a kernel module.

Modified:
  stable/10/share/man/man4/nmdm.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/nmdm.4
==============================================================================
--- stable/10/share/man/man4/nmdm.4	Tue Feb  6 07:47:22 2018	(r328920)
+++ stable/10/share/man/man4/nmdm.4	Tue Feb  6 07:50:30 2018	(r328921)
@@ -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


More information about the svn-src-stable-10 mailing list