Module Name: src
Committed By: wiz
Date: Tue Sep 20 19:31:47 UTC 2011
Modified Files:
src/share/man/man4: uaudio.4 uscanner.4
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/uaudio.4
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/uscanner.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/uaudio.4
diff -u src/share/man/man4/uaudio.4:1.24 src/share/man/man4/uaudio.4:1.25
--- src/share/man/man4/uaudio.4:1.24 Tue Sep 20 18:58:40 2011
+++ src/share/man/man4/uaudio.4 Tue Sep 20 19:31:47 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: uaudio.4,v 1.24 2011/09/20 18:58:40 jym Exp $
+.\" $NetBSD: uaudio.4,v 1.25 2011/09/20 19:31:47 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -55,8 +55,8 @@
interface:
.Bl -tag -width Dv -offset 3n -compact
.It mixer
-A mixer has a number of inputs and one output. Each input has a control
-that determines its volume in the output.
+A mixer has a number of inputs and one output.
+Each input has a control that determines its volume in the output.
The name of the control is
.Ar mixN-S ,
where
Index: src/share/man/man4/uscanner.4
diff -u src/share/man/man4/uscanner.4:1.11 src/share/man/man4/uscanner.4:1.12
--- src/share/man/man4/uscanner.4:1.11 Tue Sep 20 18:58:40 2011
+++ src/share/man/man4/uscanner.4 Tue Sep 20 19:31:47 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: uscanner.4,v 1.11 2011/09/20 18:58:40 jym Exp $
+.\" $NetBSD: uscanner.4,v 1.12 2011/09/20 19:31:47 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -41,8 +41,8 @@
driver provides minimal support for USB scanners.
The driver recognizes a number of USB scanners, but to
actually scan anything there needs to be software that knows
-about the particular scanner. The SANE package provides
-support for some scanners.
+about the particular scanner.
+The SANE package provides support for some scanners.
.Sh HARDWARE
The
.Nm
@@ -87,11 +87,11 @@
appeared in
.Nx 1.6 .
.Sh BUGS
-This driver should not really exist. The scanners it recognizes
-can be accessed through the
+This driver should not really exist.
+The scanners it recognizes can be accessed through the
.Xr ugen 4
-driver instead. A proper scanner driver would provide a uniform
-interface to scanners instead of exposing the innards of the
-scanner.
+driver instead.
+A proper scanner driver would provide a uniform interface to scanners
+instead of exposing the innards of the scanner.
The reason the driver exists is to have something that is compatible
with the Linux driver.