From 73ab4b2b33fcedb399bc0f71013d43f511a3777f Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Tue, 13 Aug 2002 10:50:22 +0000 Subject: [PATCH] Remove the Bugs section, which is not relevant to FreeBSD: there is no one-character ungetwc(3) buffer limit. --- lib/libc/stdio/ungetwc.3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3 index 6ab11049c5ef..5dbcf142b73e 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.