diff options
author | tjr <tjr@FreeBSD.org> | 2002-09-19 12:50:28 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-09-19 12:50:28 +0000 |
commit | a7450cd28a6c40436b33b9e2d50e79e86248466b (patch) | |
tree | 6718a52633a6aaa02eb8129c4686ebbbc379916e /lib/libc/stdio/printf.3 | |
parent | 1564160a1a36ac25621d820696fea9a4d347e8d5 (diff) | |
download | FreeBSD-src-a7450cd28a6c40436b33b9e2d50e79e86248466b.zip FreeBSD-src-a7450cd28a6c40436b33b9e2d50e79e86248466b.tar.gz |
Implement the %ls and %lc conversions for printing wide character strings
and wide characters. These were already documented in the manual page,
with an entry mentioning that they were not implemented yet. The XSI
%S and %C synoyms have not been added.
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 7fde56a..8a29269 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -844,14 +844,6 @@ and .Cm A conversion specifiers have not yet been implemented. The -.Cm l -(ell) modifier for the -.Cm c -and -.Cm s -conversion specifiers, for wide characters and strings, have not yet -been implemented. -The .Cm L modifier for floating point formats simply round the .Vt "long double" |