Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 04/10/2003 00:36:29
Module Name:	src
Committed By:	kleink
Date:		Wed Apr  9 21:36:29 UTC 2003

Modified Files:
	src/lib/libc/gen: __errlist14.c errlist.c
	src/lib/libc/nls: C.msg
	src/lib/libc/sys: intro.2
	src/sys/sys: errno.h

Log Message:
Change the strerror() string for ERANGE consistently to "Result too
large or too small" and reword its intro(2) description to reflect
the present use for non-numerical out-of-range errors; resolves
Andrew Brown's PR standards/21004, the discussion of which was
dramatically sped up by repeated whipping from Perry Metzger. :-)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/gen/__errlist14.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/gen/errlist.c
cvs rdiff -r1.8 -r1.9 src/lib/libc/nls/C.msg
cvs rdiff -r1.31 -r1.32 src/lib/libc/sys/intro.2
cvs rdiff -r1.29 -r1.30 src/sys/sys/errno.h

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