From cadb84965df1e4fdd2979723fda13cb7089be1a5 Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 6 Apr 1999 23:03:44 +0000 Subject: [PATCH] Use complete sentences in the generated comments. --- sys/dev/isapnp/devlist2h.awk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/isapnp/devlist2h.awk b/sys/dev/isapnp/devlist2h.awk index 5c50b4374644..b8f7869f8c12 100644 --- a/sys/dev/isapnp/devlist2h.awk +++ b/sys/dev/isapnp/devlist2h.awk @@ -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