This commit was generated by cvs2svn to compensate for changes in r98567,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
David E. O'Brien 2002-06-21 15:56:16 +00:00
commit 7c7af54f15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98568
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rcorder.8,v 1.2 2000/07/05 15:45:30 msaitoh Exp $
.\" $NetBSD: rcorder.8,v 1.3 2000/07/17 14:16:22 mrg Exp $
.\"
.\" Copyright (c) 1998
.\" Perry E. Metzger. All rights reserved.
@ -81,7 +81,7 @@ separated by whitespace. Multiple
.Dq BEFORE
and
.Dq KEYWORD
lines may appear, but all such lines must appear in a sequence without
lines may appear, but all such lines must appear in a sequence without
any intervening lines, as once a line that does not follow the format
is reached, parsing stops.
.Pp

View File

@ -1,4 +1,4 @@
/* $NetBSD: rcorder.c,v 1.6 2000/07/19 09:58:03 enami Exp $ */
/* $NetBSD: rcorder.c,v 1.7 2000/08/04 07:33:55 enami Exp $ */
/*
* Copyright (c) 1998, 1999 Matthew R. Green
@ -480,7 +480,9 @@ crunch_file(filename)
}
if (!S_ISREG(st.st_mode)) {
#if 0
warnx("%s is not a file", filename);
#endif
fclose(fp);
return;
}