diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 02:46:08 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 02:46:08 +0000 |
commit | 8d4a6c162f2b2173f52fad5daa1d56c67dd51d2c (patch) | |
tree | e6d8b8f2d0a7422271cdf375bc429d54502e48cf /share/man | |
parent | 9097ff4255cb9330255b28830481aba4f0f3f366 (diff) |
Don't pass too many arguments to .Nd without quoting.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sis.4 | 4 | ||||
-rw-r--r-- | share/man/man4/uvisor.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4 index 90ded42c28f..a88956703b0 100644 --- a/share/man/man4/sis.4 +++ b/share/man/man4/sis.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sis.4,v 1.10 2000/10/18 02:38:23 aaron Exp $ +.\" $OpenBSD: sis.4,v 1.11 2000/10/18 02:46:07 aaron Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -37,7 +37,7 @@ .Os .Sh NAME .Nm sis -.Nd SiS 900, SiS 7016, and NS DP83815 Fast Ethernet driver +.Nd "SiS 900, SiS 7016, and NS DP83815 Fast Ethernet driver" .Sh SYNOPSIS .Cd "sis* at pci? dev ? function ?" .Sh DESCRIPTION diff --git a/share/man/man4/uvisor.4 b/share/man/man4/uvisor.4 index 0b72ba958b1..d20bd40429a 100644 --- a/share/man/man4/uvisor.4 +++ b/share/man/man4/uvisor.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvisor.4,v 1.1 2000/10/13 18:28:01 aaron Exp $ +.\" $OpenBSD: uvisor.4,v 1.2 2000/10/18 02:46:07 aaron Exp $ .\" $NetBSD: uvisor.4,v 1.2 2000/03/31 13:08:01 hubertf Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm uvisor -.Nd USB support for the Handspring Visor, a Palmpilot compatible PDA +.Nd USB support for the Handspring Visor .Sh SYNOPSIS .Cd "uvisor* at uhub?" .Cd "ucom* at uvisor?" |