Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Fix typos, sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/651a02797e4d
branches:  trunk
changeset: 338171:651a02797e4d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 13 09:15:21 2015 +0000

description:
Fix typos, sort SEE ALSO.

diffstat:

 share/man/man4/drvctl.4 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 1fd91c5e5653 -r 651a02797e4d share/man/man4/drvctl.4
--- a/share/man/man4/drvctl.4   Wed May 13 09:04:38 2015 +0000
+++ b/share/man/man4/drvctl.4   Wed May 13 09:15:21 2015 +0000
@@ -1,4 +1,4 @@
-.\"        $NetBSD: drvctl.4,v 1.1 2015/05/13 07:28:49 mlelstv Exp $
+.\"        $NetBSD: drvctl.4,v 1.2 2015/05/13 09:15:21 wiz Exp $
 .\"
 .\" Copyright (c) 2015 Michael van Elst
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 The
 .Nm
 driver allows to control some
-.Xr autoconfig 9
+.Xr autoconf 9
 operations from userland through the
 .Pa /dev/drvctl
 device and the
@@ -124,7 +124,7 @@
 The property list includes all arguments like the driver name,
 the result is again a property list.
 Currently the only supported command is "get-properties",
-the property list is contructed like:
+the property list is constructed like:
 .Bd -literal -offset indent
 const char *device = "sd0";
 const char *command = "get-properties";
@@ -182,7 +182,7 @@
 All names used in the ioctl arguments are zero-terminated strings.
 A driver name is the name of a driver instance with the appended
 unit number like
-.Dv sd0, atabus3, ...
+.Dv sd0 , atabus3 , ...
 .Sh FILES
 .Bl -tag
 .It Pa /dev/drvctl
@@ -191,10 +191,10 @@
 .El
 .Sh SEE ALSO
 .Xr ioctl 2 ,
+.Xr prop_send_ioctl 3 ,
 .Xr proplib 3 ,
-.Xr prop_send_ioctl 3 ,
+.Xr devpubd 8 ,
 .Xr drvctl 8 ,
-.Xr devpubd 8 ,
 .Xr autoconf 9
 .Sh HISTORY
 The



Home | Main Index | Thread Index | Old Index