Module Name: src
Committed By: mbalmer
Date: Sat Aug 1 13:14:40 UTC 2009
Modified Files:
src/share/man/man5: gpio.conf.5
Log Message:
Simplify example.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man5/gpio.conf.5
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/man5/gpio.conf.5
diff -u src/share/man/man5/gpio.conf.5:1.1 src/share/man/man5/gpio.conf.5:1.2
--- src/share/man/man5/gpio.conf.5:1.1 Sat Jul 25 16:20:11 2009
+++ src/share/man/man5/gpio.conf.5 Sat Aug 1 13:14:40 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.conf.5,v 1.1 2009/07/25 16:20:11 mbalmer Exp $
+.\" $NetBSD: gpio.conf.5,v 1.2 2009/08/01 13:14:40 mbalmer Exp $
.\"
.\" Copyright (c) 2009 Marc Balmer <[email protected]>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 16, 2009
+.Dd August 1, 2009
.Dt GPIO.CONF 5
.Os
.Sh NAME
@@ -62,7 +62,7 @@
is set as output and named "error_led".
.Bd -literal -offset indent
# Program pin 1 of /dev/gpio0 as output and name it "error_led"
-/dev/gpio0 1 set out error_led
+gpio0 1 set out error_led
.Ed
.Sh SEE ALSO
.Xr gpioctl 8 ,