Subject: CVS commit: src/usr.bin/tip
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 04/02/2006 06:11:45
Module Name:	src
Committed By:	tls
Date:		Sun Apr  2 06:11:45 UTC 2006

Modified Files:
	src/usr.bin/tip: cmds.c cu.c hunt.c log.c remote.c tip.c uucplock.c

Log Message:
If we might have two links, we'd better print our program name when we
emit an error -- and it would be nice if it were the *right* program name.
Since it's convenient, change most perror calls to warn, and a lot of
fprintf ...  exit to errx.  Fix at least one fprintf that could run off
the end of its arguments (%s but no argument, how did we never catch this?).


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/usr.bin/tip/cmds.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/tip/cu.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/tip/hunt.c src/usr.bin/tip/log.c
cvs rdiff -r1.12 -r1.13 src/usr.bin/tip/remote.c src/usr.bin/tip/uucplock.c
cvs rdiff -r1.31 -r1.32 src/usr.bin/tip/tip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.