diff options
-rw-r--r-- | lib/libc/stdio/fwide.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/getwc.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/putwc.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/ungetwc.3 | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/stdio/fwide.3 b/lib/libc/stdio/fwide.3 index 7629852..983e9b7 100644 --- a/lib/libc/stdio/fwide.3 +++ b/lib/libc/stdio/fwide.3 @@ -36,8 +36,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 int .Fn fwide "FILE *stream" "int mode" .Sh DESCRIPTION @@ -92,4 +92,4 @@ The .Fn fwide function conforms to -.St -isoC99 . +.St -isoC-99 . diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index b585bac..574365e 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -49,8 +49,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 fgetwc "FILE *stream" .Ft wint_t @@ -114,4 +114,4 @@ and .Fn getwchar functions conform to -.St -isoC99 . +.St -isoC-99 . diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3 index 0043399..a87e361 100644 --- a/lib/libc/stdio/putwc.3 +++ b/lib/libc/stdio/putwc.3 @@ -49,8 +49,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 fputwc "wchar_t wc" "FILE *stream" .Ft wint_t @@ -102,4 +102,4 @@ The functions and .Fn putwchar , conform to -.St -isoC99 . +.St -isoC-99 . 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. |