Re-word warning about the rune interface, taking care to use the word

"obsolete" instead of "deprecated".
This commit is contained in:
tjr 2004-08-21 08:00:31 +00:00
parent 0950eb6cba
commit 4fe778a081
2 changed files with 10 additions and 12 deletions

View File

@ -58,17 +58,16 @@
The
.Bx 4.4
.Dq rune
functions have been deprecated in favour of the
.Tn ISO
C99 extended multibyte and wide character facilities
and should not be used in new applications.
functions are obsolete and may not be supported in future releases.
.Ef
Consider working with wide characters instead, and using
Applications should use the
.Tn ISO
C99
.Xr wcschr 3 ,
.Xr wcsrchr 3 ,
and
.Xr wcsstr 3
instead of these functions.
functions instead.
.Pp
These routines provide the corresponding functionality of
.Fn strchr ,

View File

@ -73,12 +73,11 @@
The
.Bx 4.4
.Dq rune
functions have been deprecated in favour of the
.Tn ISO
C99 extended multibyte and wide character facilities
and should not be used in new applications.
functions are obsolete and may not be supported in future releases.
.Ef
Consider using
Applications should use the
.Tn ISO
C99
.Xr setlocale 3 ,
.Xr mbrtowc 3 ,
.Xr wcrtomb 3 ,
@ -86,7 +85,7 @@ Consider using
.Xr ungetwc 3 ,
and
.Xr fputwc 3
instead.
functions instead.
.Pp
The
.Fn setrunelocale