From c5f3a2c1a50c90fdc824a2ffbfd28c377cb7d4c2 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sat, 18 Nov 2006 08:07:43 +0000 Subject: [PATCH] - Use a standard section 4 SYNOPSIS - Xref uark(4) MFC after: 3 days --- share/man/man4/ucom.4 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4 index e51cc4c5b21..5b73826ef96 100644 --- a/share/man/man4/ucom.4 +++ b/share/man/man4/ucom.4 @@ -36,14 +36,26 @@ .\" .\" $FreeBSD$ .\" -.Dd November 25, 1999 +.Dd November 18, 2006 .Dt UCOM 4 .Os .Sh NAME .Nm ucom .Nd USB tty support .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device ucom" +.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 +ucom_load="YES" +.Ed .Sh DESCRIPTION The .Nm @@ -69,6 +81,7 @@ multiple external ports. .El .Sh SEE ALSO .Xr tty 4 , +.Xr uark 4 , .Xr uftdi 4 , .Xr umct 4 , .Xr umodem 4 ,