1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Clarify that the "yields only last 2 digits of year in some locales" warning

does not apply to BSD.

Submitted by:	ache
This commit is contained in:
David E. O'Brien 2000-04-18 20:01:07 +00:00
parent 19b6ac092e
commit a6f1a0f45e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59376

View File

@ -1802,7 +1802,7 @@ check_format_info (info, params)
if (index (fci->flag_chars, '2') != 0)
warning ("`%%%c' yields only last 2 digits of year", format_char);
else if (index (fci->flag_chars, '3') != 0)
warning ("`%%%c' yields only last 2 digits of year in some locales",
warning ("`%%%c' yields only last 2 digits of year in some locales on non-BSD systems",
format_char);
if (precise && index (fci->flag_chars, 'p') == 0)
warning ("precision used with `%c' format", format_char);