Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/21/1996 06:10:02
lukem
Wed Nov 20 22:01:52 PST 1996
Update of /cvsroot/src/usr.bin/finger
In directory netbsd1:/home/lukem/foo/finger

Modified Files:
	extern.h finger.1 finger.c finger.h lprint.c net.c sprint.c 
	util.c 
Log Message:
- add -h (show hostnames in short listing instead of office info), and
  -o (the reverse of this, also the default)
- use vis(3) in vputc() instead of handcrufted function (from OpenBSD).
- move gecos expansion into expandusername() (a la sendmail's buildfname).
  A generic version of this last bit in libutil would be useful...
- cleanup the code, fix prototypes, etc.


lukem
Wed Nov 20 22:03:26 PST 1996
Update of /cvsroot/doc
In directory netbsd1:/home/lukem/foo/doc

Modified Files:
	CHANGES 
Log Message:
finger(1) -h/-o flags and general cleanup