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:
parent
d6fe88e475
commit
46624699bd
@ -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 .
|
||||
|
@ -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 .
|
||||
|
@ -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 .
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user