[Midnightbsd-cvs] src [11819] trunk/share/examples/ppi: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jul 12 19:56:13 EDT 2018


Revision: 11819
          http://svnweb.midnightbsd.org/src/?rev=11819
Author:   laffer1
Date:     2018-07-12 19:56:12 -0400 (Thu, 12 Jul 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/share/examples/ppi/Makefile
    trunk/share/examples/ppi/ppilcd.c

Modified: trunk/share/examples/ppi/Makefile
===================================================================
--- trunk/share/examples/ppi/Makefile	2018-07-12 23:55:57 UTC (rev 11818)
+++ trunk/share/examples/ppi/Makefile	2018-07-12 23:56:12 UTC (rev 11819)
@@ -1,8 +1,9 @@
+# $MidnightBSD$
 # Makefile to build LCD control software for ppi(4) interface.
 #
-# $FreeBSD: src/share/examples/ppi/Makefile,v 1.6 2004/12/21 08:47:11 ru Exp $
+# $FreeBSD: stable/10/share/examples/ppi/Makefile 276486 2014-12-31 23:25:37Z ngie $
 
 PROG=	ppilcd
-NO_MAN=
+MAN=
 
 .include <bsd.prog.mk>

Modified: trunk/share/examples/ppi/ppilcd.c
===================================================================
--- trunk/share/examples/ppi/ppilcd.c	2018-07-12 23:55:57 UTC (rev 11818)
+++ trunk/share/examples/ppi/ppilcd.c	2018-07-12 23:56:12 UTC (rev 11819)
@@ -1,8 +1,9 @@
+/* $MidnightBSD$ */
 /*
  * Control LCD module hung off parallel port using the
  * ppi 'geek port' interface.
  *
- * $FreeBSD: src/share/examples/ppi/ppilcd.c,v 1.6 2005/04/17 21:55:00 iedowse Exp $
+ * $FreeBSD: stable/10/share/examples/ppi/ppilcd.c 250460 2013-05-10 16:41:26Z eadler $
  */
 
 #include <stdio.h>
@@ -269,7 +270,7 @@
  * one of the ground pins (eg. pin 25).
  *
  * Note that the pinning on some LCD modules has the odd and even pins
- * arranged as though reversed; check carefully before conecting a module
+ * arranged as though reversed; check carefully before connecting a module
  * as it is possible to toast the HD44780 if the power is reversed.
  */
 



More information about the Midnightbsd-cvs mailing list