diff options
author | tjr <tjr@FreeBSD.org> | 2002-08-13 10:50:22 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-08-13 10:50:22 +0000 |
commit | 5c84d680a15465c4110d6f79948f162e0a39c597 (patch) | |
tree | cc1c291f76444d2bafedd408512225477b90a1c9 /lib/libc | |
parent | f37d7a73549bb2d56c15c33831ffed8bae621cea (diff) | |
download | FreeBSD-src-5c84d680a15465c4110d6f79948f162e0a39c597.zip FreeBSD-src-5c84d680a15465c4110d6f79948f162e0a39c597.tar.gz |
Remove the Bugs section, which is not relevant to FreeBSD: there is no
one-character ungetwc(3) buffer limit.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/ungetwc.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3 index 6ab1104..5dbcf14 100644 --- a/lib/libc/stdio/ungetwc.3 +++ b/lib/libc/stdio/ungetwc.3 @@ -96,5 +96,3 @@ The .Fn ungetwc function conforms to .St -isoC-99 . -.Sh BUGS -The current implementation uses a fixed sized ungetwc-buffer. |