Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Generate grammatically correct sentences.



details:   https://anonhg.NetBSD.org/src/rev/caa178a43e87
branches:  trunk
changeset: 471518:caa178a43e87
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Apr 03 18:59:51 1999 +0000

description:
Generate grammatically correct sentences.

diffstat:

 sys/dev/usb/devlist2h.awk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 53cce3d8f5dd -r caa178a43e87 sys/dev/usb/devlist2h.awk
--- a/sys/dev/usb/devlist2h.awk Sat Apr 03 18:58:52 1999 +0000
+++ b/sys/dev/usb/devlist2h.awk Sat Apr 03 18:59:51 1999 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.4 1999/01/07 22:18:23 augustss Exp $
+#      $NetBSD: devlist2h.awk,v 1.5 1999/04/03 18:59:51 augustss Exp $
 #
 # Copyright (c) 1995, 1996 Christopher G. Demetriou
 # All rights reserved.
@@ -45,7 +45,7 @@
        else
                printf("/* ??? */\n\n") > dfile
        printf("/*\n") > dfile
-       printf(" * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.\n") \
+       printf(" * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.\n") \
            > dfile
        printf(" *\n") > dfile
        printf(" * generated from:\n") > dfile



Home | Main Index | Thread Index | Old Index