diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-10 04:12:40 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-10 04:12:40 +0000 |
commit | 867a23440c5702d8986f4f7a6245b50511974ccb (patch) | |
tree | dae17d61547932f6f7582099d2d9fc075e97ef3c /lib/libc/stdio/putwc.3 | |
parent | db6fbae4bfa720af7b36c27ac35a3a56e6c6c187 (diff) | |
download | FreeBSD-src-867a23440c5702d8986f4f7a6245b50511974ccb.zip FreeBSD-src-867a23440c5702d8986f4f7a6245b50511974ccb.tar.gz |
Cross-reference between byte and wide-character stdio functions. Remove
references to fputwc() and fgetwc() being macros while I'm at it.
Diffstat (limited to 'lib/libc/stdio/putwc.3')
-rw-r--r-- | lib/libc/stdio/putwc.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3 index a87e361..a431773 100644 --- a/lib/libc/stdio/putwc.3 +++ b/lib/libc/stdio/putwc.3 @@ -38,7 +38,7 @@ .\" @(#)putc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd October 20, 2001 +.Dd October 10, 2002 .Dt PUTWC 3 .Os .Sh NAME @@ -68,12 +68,7 @@ to the output stream pointed to by .Pp .Fn putwc acts essentially identically to -.Fn fputwc , -but is a macro that expands in-line. It may evaluate -.Fa stream -more than once, so arguments given to -.Fn putwc -should not be expressions with potential side effects. +.Fn fputwc . .Pp .Fn putwchar is identical to @@ -100,6 +95,6 @@ The functions .Fn fputwc , .Fn putwc , and -.Fn putwchar , +.Fn putwchar conform to .St -isoC-99 . |