diff options
| author | hubertf <hubertf@NetBSD.org> | 2000-03-31 13:08:01 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2000-03-31 13:08:01 +0000 |
| commit | ca4c16d9362dde487c4eaeafb07098b455fdfa69 (patch) | |
| tree | 2cf31441cad657e53860239b2f2ee5d168e1d75c | |
| parent | 657c5b41301d6600cdde0f290acdb3aa46c27471 (diff) | |
Note that the Handspring Visor is a Palmpilot compatible PDA.
| -rw-r--r-- | share/man/man4/uvisor.4 | 6 | ||||
| -rw-r--r-- | sys/dev/usb/uvisor.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/uvisor.4 b/share/man/man4/uvisor.4 index 014cd3c2d26..048a687065a 100644 --- a/share/man/man4/uvisor.4 +++ b/share/man/man4/uvisor.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: uvisor.4,v 1.1 2000/03/30 16:57:47 augustss Exp $ +.\" $NetBSD: uvisor.4,v 1.2 2000/03/31 13:08:01 hubertf Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -39,14 +39,14 @@ .Os .Sh NAME .Nm uvisor -.Nd USB support for the Handspring Visor +.Nd USB support for the Handspring Visor, a Palmpilot compatible PDA .Sh SYNOPSIS .Cd "uvisor* at uhub?" .Cd "ucom* at uvisor?" .Sh DESCRIPTION The .Nm -driver provides support for the Handspring Visor. +driver provides support for the Handspring Visor, a Palmpilot compatible PDA. .Pp The device is accessed through the .Xr ucom 4 diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index cca948c3ce5..996b0fa4502 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvisor.c,v 1.1 2000/03/30 16:56:19 augustss Exp $ */ +/* $NetBSD: uvisor.c,v 1.2 2000/03/31 13:08:02 hubertf Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ /* - * Handspring Visor driver + * Handspring Visor (Palmpilot compatible PDA) driver */ #include <sys/param.h> |
