Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isapnp Use complete sentences in the generated comme...
details: https://anonhg.NetBSD.org/src/rev/1190c0a8c610
branches: trunk
changeset: 471653:1190c0a8c610
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Apr 06 23:03:44 1999 +0000
description:
Use complete sentences in the generated comments.
diffstat:
sys/dev/isapnp/devlist2h.awk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r bc583f809172 -r 1190c0a8c610 sys/dev/isapnp/devlist2h.awk
--- a/sys/dev/isapnp/devlist2h.awk Tue Apr 06 23:02:31 1999 +0000
+++ b/sys/dev/isapnp/devlist2h.awk Tue Apr 06 23:03:44 1999 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/awk -f
-# $NetBSD: devlist2h.awk,v 1.3 1999/03/22 09:38:57 mycroft Exp $
+# $NetBSD: devlist2h.awk,v 1.4 1999/04/06 23:03:44 augustss Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -119,7 +119,7 @@
printf("/*\t\$NetBSD\$\t*/\n\n") > cfile
printf("/*\n") > cfile
- printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
+ printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> cfile
printf(" *\n") > cfile
printf(" * generated from:\n") > cfile
@@ -128,7 +128,7 @@
printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
printf("/*\n") > hfile
- printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
+ printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> hfile
printf(" *\n") > hfile
printf(" * generated from:\n") > hfile
Home |
Main Index |
Thread Index |
Old Index