summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/putc.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
commit5c564bae0a7655b1a517f322ad410a743e98e8d2 (patch)
tree6086e75984c3472fb331e2598243ce260e65581f /lib/libc/stdio/putc.3
parent1fae73b137bfc5a237d7258e3c667ba87a36b7ff (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/putc.3')
-rw-r--r--lib/libc/stdio/putc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index 31bc57fd080d..8018fd483cdc 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -90,7 +90,7 @@ The
.Fn putw
function
writes the specified
-.Em int
+.Vt int
to the named output
.Fa stream .
.Sh RETURN VALUES
@@ -131,7 +131,7 @@ function appeared in
.At v6 .
.Sh BUGS
The size and byte order of an
-.Em int
+.Vt int
varies from one machine to another, and
.Fn putw
is not recommended for portable applications.