Recovered from cvs revision 2007-09-07 03:08:00

This commit is contained in:
2007-09-07 23:14:00 +00:00
parent 495d085cba
commit f212242f01
43 changed files with 836 additions and 92 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: doc.awk,v 1.3 2007/04/30 08:32:40 bacon Exp $
* $Id: doc.awk,v 1.4 2007/09/06 09:05:32 bacon Exp $
*
* {License}
*/
@ -56,7 +56,7 @@ BEGIN {
empty_line_count = 0;
para_started = 0;
#output=ARGV[0];
#output=ARGV[1];
#gsub (/\.man/, ".html", output);
#print "OUTPUT TO: " output;

View File

@ -1,11 +1,11 @@
/*
* $Id: lic.awk,v 1.3 2007/04/30 08:32:40 bacon Exp $
* $Id: lic.awk,v 1.4 2007/09/06 09:05:32 bacon Exp $
*
* {License}
*/
NR == 1 {
new_file = ARGV[0];
new_file = ARGV[1];
printf "" > new_file; /* clear the file */
}