diff options
author | tjr <tjr@FreeBSD.org> | 2002-08-13 10:47:17 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-08-13 10:47:17 +0000 |
commit | f37d7a73549bb2d56c15c33831ffed8bae621cea (patch) | |
tree | f589093b014cd42a1926a1c9d81af86cecaa3812 /lib/libc/stdio/ungetwc.3 | |
parent | 088460429a355d729101729f71fe08a18a6ca4d9 (diff) | |
download | FreeBSD-src-f37d7a73549bb2d56c15c33831ffed8bae621cea.zip FreeBSD-src-f37d7a73549bb2d56c15c33831ffed8bae621cea.tar.gz |
FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of
St C99 in Standards section.
Diffstat (limited to 'lib/libc/stdio/ungetwc.3')
-rw-r--r-- | lib/libc/stdio/ungetwc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3 index 8a4098d..6ab1104 100644 --- a/lib/libc/stdio/ungetwc.3 +++ b/lib/libc/stdio/ungetwc.3 @@ -47,8 +47,8 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]stdio.h\*[Gt] -.Fd #include \*[Lt]wchar.h\*[Gt] +.In stdio.h +.In wchar.h .Ft wint_t .Fn ungetwc "wint_t wc" "FILE *stream" .Sh DESCRIPTION @@ -95,6 +95,6 @@ the operation will fail and the stream will remain unchanged. The .Fn ungetwc function conforms to -.St -isoC99 . +.St -isoC-99 . .Sh BUGS The current implementation uses a fixed sized ungetwc-buffer. |