summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-13 10:47:17 +0000
committertjr <tjr@FreeBSD.org>2002-08-13 10:47:17 +0000
commitf37d7a73549bb2d56c15c33831ffed8bae621cea (patch)
treef589093b014cd42a1926a1c9d81af86cecaa3812 /lib/libc/stdio
parent088460429a355d729101729f71fe08a18a6ca4d9 (diff)
downloadFreeBSD-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')
-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 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.
OpenPOWER on IntegriCloud