diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-03 18:57:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-03 18:57:41 +0000 |
commit | b5bbf8376973140119b6cf476858dd67225447d8 (patch) | |
tree | 5bf8075b44c45509bb23e46ad406401691e335e9 /share/man/man4 | |
parent | c6fd4b53eb683bad26282e9a0adb3fcdd6e7eea5 (diff) |
these files all had >9 arguments to .Nd, causing the name description to be
truncated. i wrapped them in double quotes to preserve the line.
grep inspired by an -mdoc lesson from millert@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/uvscom.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/uvscom.4 b/share/man/man4/uvscom.4 index 39a0c63772b..d8ad1b8e59b 100644 --- a/share/man/man4/uvscom.4 +++ b/share/man/man4/uvscom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvscom.4,v 1.1 2002/11/30 19:10:42 nate Exp $ +.\" $OpenBSD: uvscom.4,v 1.2 2003/05/03 18:57:40 jmc Exp $ .\" $NetBSD: uvscom.4,v 1.1 2002/03/19 15:17:49 augustss Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm uvscom -.Nd USB support for SUNTAC Slipper U VS-10U serial adapters driver +.Nd "USB support for SUNTAC Slipper U VS-10U serial adapters driver" .Sh SYNOPSIS .Cd "uvscom* at uhub?" .Cd "ucom* at uvscom?" |