From 546d7b7b78b61935341e8d0e4039503b12da73de Mon Sep 17 00:00:00 2001 From: charnier Date: Mon, 18 Aug 1997 07:27:59 +0000 Subject: Use err(3) insteadof local redefinition. Sync usage string with man page. --- usr.bin/tset/set.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/tset/set.c') diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index e55ebbd..68fa7a2 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include -- cgit v1.1