On Thu, 15 Sep 2016, Ed Maste wrote:
Log:
login: clean up errx strings
errx() prefixes the error string with argv[0] so including "login: "
in the string is redundant. Also remove a superfluous newline.
The strings still have plenty of dirt:
Modified: head/usr.bin/login/login_audit.c
===
Author: emaste
Date: Thu Sep 15 01:55:18 2016
New Revision: 305821
URL: https://svnweb.freebsd.org/changeset/base/305821
Log:
login: clean up errx strings
errx() prefixes the error string with argv[0] so including "login: "
in the string is redundant. Also remove a superfluous newline.