=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/fileio.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- src/usr.bin/mg/fileio.c 2006/11/19 16:51:19 1.79 +++ src/usr.bin/mg/fileio.c 2006/12/24 01:20:53 1.80 @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.79 2006/11/19 16:51:19 deraadt Exp $ */ +/* $OpenBSD: fileio.c,v 1.80 2006/12/24 01:20:53 kjell Exp $ */ /* This file is in the public domain. */ @@ -139,6 +139,7 @@ * in the supplied buffer. Stop on end of file or end of * line. When FIOEOF is returned, there is a valid line * of data without the normally implied \n. + * If the line length exceeds nbuf, FIOLONG is returned. */ int ffgetline(char *buf, int nbuf, int *nbytes)