Module Name:    src
Committed By:   martin
Date:           Mon Dec  9 12:48:22 UTC 2019

Modified Files:
        src/usr.bin/menuc/testm [netbsd-9]: main.c menus.mc

Log Message:
Pull up following revision(s) (requested by uwe in ticket #520):

        usr.bin/menuc/testm/main.c: revision 1.8
        usr.bin/menuc/testm/menus.mc: revision 1.13

Fix typo in ad clause.  Ok perry@.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.6.1 src/usr.bin/menuc/testm/main.c
cvs rdiff -u -r1.12 -r1.12.2.1 src/usr.bin/menuc/testm/menus.mc

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

Modified files:

Index: src/usr.bin/menuc/testm/main.c
diff -u src/usr.bin/menuc/testm/main.c:1.7 src/usr.bin/menuc/testm/main.c:1.7.6.1
--- src/usr.bin/menuc/testm/main.c:1.7	Tue Jan 23 22:12:52 2018
+++ src/usr.bin/menuc/testm/main.c	Mon Dec  9 12:48:22 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.7 2018/01/23 22:12:52 sevan Exp $	*/
+/*	$NetBSD: main.c,v 1.7.6.1 2019/12/09 12:48:22 martin Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -16,7 +16,7 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *      This product includes software develooped for the NetBSD Project by
+ *      This product includes software developed for the NetBSD Project by
  *      Piermont Information Systems Inc.
  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior

Index: src/usr.bin/menuc/testm/menus.mc
diff -u src/usr.bin/menuc/testm/menus.mc:1.12 src/usr.bin/menuc/testm/menus.mc:1.12.2.1
--- src/usr.bin/menuc/testm/menus.mc:1.12	Mon Feb 25 20:47:37 2019
+++ src/usr.bin/menuc/testm/menus.mc	Mon Dec  9 12:48:22 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: menus.mc,v 1.12 2019/02/25 20:47:37 martin Exp $	*/
+/*	$NetBSD: menus.mc,v 1.12.2.1 2019/12/09 12:48:22 martin Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -16,7 +16,7 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *      This product includes software develooped for the NetBSD Project by
+ *      This product includes software developed for the NetBSD Project by
  *      Piermont Information Systems Inc.
  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior

Reply via email to