Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/PLAYSTATION/PlayStation/



details:   https://anonhg.NetBSD.org/src/rev/0fb5b26cc9c8
branches:  trunk
changeset: 746754:0fb5b26cc9c8
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Aug 19 13:38:26 2009 +0000

description:
s/PLAYSTATION/PlayStation/

diffstat:

 share/man/man4/pseye.4 |  8 ++++----
 sys/dev/usb/pseye.c    |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r 1fb38bced576 -r 0fb5b26cc9c8 share/man/man4/pseye.4
--- a/share/man/man4/pseye.4    Wed Aug 19 13:07:59 2009 +0000
+++ b/share/man/man4/pseye.4    Wed Aug 19 13:38:26 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pseye.4,v 1.4 2008/09/06 20:12:04 wiz Exp $
+.\"    $NetBSD: pseye.4,v 1.5 2009/08/19 13:38:26 jmcneill Exp $
 .\"
 .\" Copyright (c) 2008 Jared D. McNeill <jmcneill%invisible.ca@localhost>
 .\" All rights reserved.
@@ -29,14 +29,14 @@
 .Os
 .Sh NAME
 .Nm pseye
-.Nd Sony PLAYSTATION(R) Eye webcam device driver
+.Nd Sony PlayStation Eye webcam device driver
 .Sh SYNOPSIS
 .Cd "pseye* at uhub?"
 .Cd "video* at videobus?"
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for the Sony PLAYSTATION(R) Eye
+driver provides support for the Sony PlayStation Eye
 .Tn USB
 webcam (model SLEH-00201).
 .Pp
@@ -45,7 +45,7 @@
 .Xr ehci 4 )
 to function properly.
 .Pp
-The Sony PLAYSTATION(R) Eye device also has a separate audio interface,
+The Sony PlayStation Eye device also has a separate audio interface,
 which is supported by the
 .Xr uaudio 4
 device driver.
diff -r 1fb38bced576 -r 0fb5b26cc9c8 sys/dev/usb/pseye.c
--- a/sys/dev/usb/pseye.c       Wed Aug 19 13:07:59 2009 +0000
+++ b/sys/dev/usb/pseye.c       Wed Aug 19 13:38:26 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pseye.c,v 1.11 2009/02/03 13:31:24 jmcneill Exp $ */
+/* $NetBSD: pseye.c,v 1.12 2009/08/19 13:38:51 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2008 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 /*
- * Sony PLAYSTATION(R) Eye Driver
+ * Sony PlayStation Eye Driver
  *
  * The only documentation we have for this part is based on a series
  * of forum postings by Jim Paris on ps2dev.org. Many thanks for
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.11 2009/02/03 13:31:24 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.12 2009/08/19 13:38:51 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -707,7 +707,7 @@
 static const char *
 pseye_get_devname(void *opaque)
 {
-       return "PLAYSTATION(R) Eye";
+       return "PlayStation Eye";
 }
 
 static int



Home | Main Index | Thread Index | Old Index