Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 Escape empty rcs id so it doesn't get expande...



details:   https://anonhg.NetBSD.org/src/rev/d77daea115ff
branches:  trunk
changeset: 525835:d77daea115ff
user:      dillo <dillo%NetBSD.org@localhost>
date:      Thu Apr 18 13:33:01 2002 +0000

description:
Escape empty rcs id so it doesn't get expanded in the awk script.

diffstat:

 share/man/man8/MAKEDEV2manpage.awk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5454a474cf63 -r d77daea115ff share/man/man8/MAKEDEV2manpage.awk
--- a/share/man/man8/MAKEDEV2manpage.awk        Thu Apr 18 13:29:53 2002 +0000
+++ b/share/man/man8/MAKEDEV2manpage.awk        Thu Apr 18 13:33:01 2002 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: MAKEDEV2manpage.awk,v 1.1 2002/04/17 23:42:27 dillo Exp $
+#       $NetBSD: MAKEDEV2manpage.awk,v 1.2 2002/04/18 13:33:01 dillo Exp $
 #
 # Copyright (c) 2002
 #      Dieter Baron <dillo%netbsd.org@localhost>.  All rights reserved.
@@ -180,6 +180,6 @@
 #      # date
 #}
 /\$NetBSD/ {
-       sub(/\$NetBSD.*\$/, "$NetBSD: MAKEDEV2manpage.awk,v 1.1 2002/04/17 23:42:27 dillo Exp $");
+       sub(/\$NetBSD.*\$/, "$""NetBSD$");
 }
 { print }



Home | Main Index | Thread Index | Old Index