Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/03/1999 19:02:29
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Jul  4 02:02:29 UTC 1999

Modified Files:
	basesrc/lib/libc/net: getaddrinfo.c

Log Message:
capitalize the first word of most error strings except those words that are
argument names to the function. e.g, if `const char *servname' is an argument
name, keep using "servname invalid [...]" instead of "Servname invalid [...]"


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/net/getaddrinfo.c

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