summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-08-13 10:47:17 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-08-13 10:47:17 +0000
commit46624699bd9486548307f128eb9447e691c08b75 (patch)
treef589093b014cd42a1926a1c9d81af86cecaa3812
parentd6fe88e4757d4cf7c9997b2f73c80e2469430e7c (diff)
Notes
-rw-r--r--lib/libc/stdio/fwide.36
-rw-r--r--lib/libc/stdio/getwc.36
-rw-r--r--lib/libc/stdio/putwc.36
-rw-r--r--lib/libc/stdio/ungetwc.36
4 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/stdio/fwide.3 b/lib/libc/stdio/fwide.3
index 7629852e4728..983e9b72038f 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 b585bac16f08..574365e2bb38 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 0043399b6eac..a87e3619d2f9 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 8a4098d09a71..6ab11049c5ef 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.