Use complete sentences in the generated comments.

This commit is contained in:
augustss 1999-04-06 23:03:44 +00:00
parent 17c3351354
commit cadb84965d
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ NR == 1 {
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 @@ NR == 1 {
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