From: Alexander Barton Date: Sun, 29 Mar 2009 22:25:05 +0000 (+0200) Subject: Spell "PIN" as "pin" :-) X-Git-Url: https://arthur.barton.de/gitweb/?p=ppin.git;a=commitdiff_plain;h=4e475389b1a00a44e0195e5a8e10332895e0dbff Spell "PIN" as "pin" :-) --- diff --git a/ppin.c b/ppin.c index 9fc504d..6444981 100644 --- a/ppin.c +++ b/ppin.c @@ -1,15 +1,15 @@ /* - * Parallel Port PIN driver for Linux 2.6: ppin + * Parallel Port Pin driver for Linux 2.6: ppin * * This kernel module will register the /dev/ppin (10, 151) - * device which controls up to eight PINs through the first + * device which controls up to eight pins through the first * parallel port. * - * Controlling the PINs is as easy as 'echo Num State >/dev/ppin', + * Controlling the pins is as easy as 'echo Num State >/dev/ppin', * where Num is 0 to 7 and State is one of 'on', 'off'. - * For example: "echo 3 on >/dev/ppin" switches the 3rd PIN on. + * For example: "echo 3 on >/dev/ppin" switches the 3rd pin on. * - * You can read the status of the PINs with 'cat /dev/ppin'. + * You can read the status of the pins with 'cat /dev/ppin'. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -19,7 +19,7 @@ * Authors: Alexander Barton, (for Linux 2.6, 2009) * * This work is heavily(!) based on the "devled" driver written by - * Konstantinos Natsakis, for Linux 2.2/2.4. + * Konstantinos Natsakis, (for Linux 2.2/2.4). */ #include