Source-Changes-D archive

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

Re: CVS commit: src/share/man/man4




Module Name:    src
Committed By:   wiz
Date:           Sat Jul 25 21:16:35 UTC 2009

Modified Files:
        src/share/man/man4: gpio.4

Log Message:
Reword for better HTML output.

we should fix our tools, instead.

To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/gpio.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/gpio.4
diff -u src/share/man/man4/gpio.4:1.9 src/share/man/man4/gpio.4:1.10
--- src/share/man/man4/gpio.4:1.9       Sat Jul 25 16:20:11 2009
+++ src/share/man/man4/gpio.4   Sat Jul 25 21:16:35 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.9 2009/07/25 16:20:11 mbalmer Exp $
+.\" $NetBSD: gpio.4,v 1.10 2009/07/25 21:16:35 wiz Exp $
.\"        $OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange%openbsd.org@localhost>
@@ -51,12 +51,12 @@
.Xr ioctl 2
calls on these devices.
.Pp
-The layout of the GPIO device is defined at a securelevel < 1, i.e. typically
-during system boot, and cannot be changed later.
+The layout of the GPIO device is defined at a securelevel less than
+1, i.e. typically during system boot, and cannot be changed later.
GPIO pins can be configured and given a symbolic name and device drivers
that use GPIO pins can be attached to the
.Nm
-device at a securelevel < 1.
+device at a securelevel less than 1.
All other pins will not be accessible once the runlevel has been raised.
.Sh IOCTL INTERFACE
The following structures and constants are defined in the




Home | Main Index | Thread Index | Old Index