diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-11-10 11:14:58 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-11-10 11:14:58 +0000 |
| commit | b18146b4c26bba1cc3de0cfa3bf77b3c6be37721 (patch) | |
| tree | 651c2d6f70054429a326b20fe28ed4419bb93c9a /lib/libc | |
| parent | 85fafcf803d71ba3face6d22f4eb5709adfa0bb9 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/btowc.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/locale/btowc.3 b/lib/libc/locale/btowc.3 index ce63f65fa250..85ee7515f948 100644 --- a/lib/libc/locale/btowc.3 +++ b/lib/libc/locale/btowc.3 @@ -60,7 +60,9 @@ or not able to be represented as a single byte in the initial shift state, returns .Dv WEOF . .Sh SEE ALSO -.Xr multibyte 3 +.Xr mbrtowc 3 , +.Xr multibyte 3 , +.Xr wcrtomb 3 .Sh STANDARDS The .Fn btowc |
