Module Name:    src
Committed By:   gutteridge
Date:           Sun Jul  7 21:24:20 UTC 2019

Modified Files:
        src/share/man/man9: cnmagic.9

Log Message:
cnmagic.9: add xref to ddb(4), and minor grammatical fixes


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/cnmagic.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/cnmagic.9
diff -u src/share/man/man9/cnmagic.9:1.15 src/share/man/man9/cnmagic.9:1.16
--- src/share/man/man9/cnmagic.9:1.15	Mon Jul  3 21:28:48 2017
+++ src/share/man/man9/cnmagic.9	Sun Jul  7 21:24:20 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: cnmagic.9,v 1.15 2017/07/03 21:28:48 wiz Exp $
+.\" $NetBSD: cnmagic.9,v 1.16 2019/07/07 21:24:20 gutteridge Exp $
 .\"
 .\" Copyright (c) 2000 Eduardo Horvath
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" --(license Id: LICENSE.proto,v 1.1 2000/06/13 21:40:26 cgd Exp )--
 .\"
-.Dd June 8, 2010
+.Dd July 7, 2019
 .Dt CNMAGIC 9
 .Os
 .Sh NAME
@@ -73,7 +73,7 @@ A different
 .Va cnm_state_t
 should be used for each separate input stream.
 Multiple devices that share the same input stream, such as USB
-keyboards can share the same
+keyboards, can share the same
 .Va cnm_state_t .
 Once a
 .Va cnm_state_t
@@ -145,7 +145,7 @@ points to is no longer needed.
 .Fn cn_set_magic
 encodes a
 .Li nul
-terminated string arbitrary string into values that can be used by
+terminated arbitrary string into values that can be used by
 the state machine and installs it as the global magic sequence.
 The escape sequence is character value
 .Li 0x27
@@ -180,6 +180,7 @@ Returns
 on success or a non-zero error value.
 .El
 .Sh SEE ALSO
+.Xr ddb 4 ,
 .Xr sysctl 8 ,
 .Xr cons 9
 .Sh HISTORY

Reply via email to