FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of

St C99 in Standards section.
This commit is contained in:
Tim J. Robbins 2002-08-13 10:47:17 +00:00
parent d6fe88e475
commit 46624699bd
4 changed files with 12 additions and 12 deletions

View File

@ -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 .

View File

@ -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 .

View File

@ -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 .

View File

@ -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.