Subject: Re: usr.bin/finger/lprint.c patch
To: Ben Jackson <bj@lv426.cc.purdue.edu>
From: Chris G. Demetriou <cgd@nobozo.CS.Berkeley.EDU>
List: netbsd-bugs
Date: 12/03/1993 03:14:01
> There was a newline before the contents of the `.project' file was printed
> out, giving output like:
>
> Project:
> this is my project...
>
> instead of:
>
> Project: this is my project.
this is because .project files are no longer limited to 1 line long.
possibly the correct thing to do would be to have show_text
print the text on the line with the header, if the text was short
enough.
since there's no defined format for finger information,
it doesn't really make a difference.
cgd
------------------------------------------------------------------------------