diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/mbrune.3 | 11 | ||||
-rw-r--r-- | lib/libc/locale/rune.3 | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3 index 8dbd846..41ab63c 100644 --- a/lib/libc/locale/mbrune.3 +++ b/lib/libc/locale/mbrune.3 @@ -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 , diff --git a/lib/libc/locale/rune.3 b/lib/libc/locale/rune.3 index debb26e..5673036 100644 --- a/lib/libc/locale/rune.3 +++ b/lib/libc/locale/rune.3 @@ -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 |