freebsd-nq/usr.bin/ar
Mike Pritchard 298e71bb78 Change ar's internal error routine to call err() instead of errx()
so that when ar has a problem (like trying to update a read-only
archive), you get a message like:

ar: xyzzy.a: Permission denined

instead of:

ar: xyzzy.a

Which doesn't really give the user any indication that the operation
really did fail.

This closes PR# 170.
1996-01-22 15:33:20 +00:00
..
append.c
ar.1
ar.1aout
ar.5
ar.c
archive.c
archive.h
contents.c
delete.c
extern.h
extract.c
Makefile
misc.c
move.c
pathnames.h
print.c
replace.c