Module Name:    src
Committed By:   mbalmer
Date:           Sat Nov 19 17:30:09 UTC 2011

Modified Files:
        src/etc: gpio.conf

Log Message:
Better wording.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/gpio.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/gpio.conf
diff -u src/etc/gpio.conf:1.1 src/etc/gpio.conf:1.2
--- src/etc/gpio.conf:1.1	Sat Jul 25 16:20:10 2009
+++ src/etc/gpio.conf	Sat Nov 19 17:30:09 2011
@@ -1,11 +1,11 @@
-# $NetBSD: gpio.conf,v 1.1 2009/07/25 16:20:10 mbalmer Exp $
+# $NetBSD: gpio.conf,v 1.2 2011/11/19 17:30:09 mbalmer Exp $
 #
 # GPIO device and pin configuration
-# The syntax is exactly like the gpioctl(8) command, but without the
-# gpioctl word.
+# The syntax of this file is like the command line arguments to the gpioctl(8)
+# command.
 #
-# E.g. define pin 6 of /dev/gpio0 as output and name it error_led:
-# /dev/gpio0 6 set out error_led
+# E.g. to define pin 6 of /dev/gpio0 as output and name it error_led, write
+# gpio0 6 set out error_led
 
 # Empty lines and lines starting with # are ignored.
 

Reply via email to