Module Name: src
Committed By: pgoyette
Date: Fri Jun 30 05:22:14 UTC 2017
Modified Files:
src/share/man/man9: wsbell.9
Log Message:
Minor wording improvement, and use an apostrophe for possession.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/wsbell.9
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/man9/wsbell.9
diff -u src/share/man/man9/wsbell.9:1.1 src/share/man/man9/wsbell.9:1.2
--- src/share/man/man9/wsbell.9:1.1 Tue Jun 13 06:27:10 2017
+++ src/share/man/man9/wsbell.9 Fri Jun 30 05:22:14 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsbell.9,v 1.1 2017/06/13 06:27:10 nat Exp $
+.\" $NetBSD: wsbell.9,v 1.2 2017/06/30 05:22:14 pgoyette Exp $
.\"
.\" Copyright (c) 2017 Nathanial Sloss <[email protected]>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 13, 2017
+.Dd June 30, 2017
.Dt WSBELL 9
.Os
.Sh NAME
@@ -41,7 +41,7 @@ The
.Nm
module is a component of the
.Xr wscons 9
-framework to provide keyboard-independent bell support.
+framework, providing keyboard-independent bell support.
All of the support is provided by the
.Xr wsbell 4
device driver, which must be a child of the hardware device driver.
@@ -80,7 +80,7 @@ To attach the
.Xr wsbell 4
device, the speaker driver must allocate and populate a
.Fa wsbelldev_attach_args
-structure with a pointer to the parents device structure as an access cookie
+structure with a pointer to the parent's device structure as an access cookie
and call
.Fn config_found
to perform the attach (see