summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/putc.3
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:30:26 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:30:26 +0000
commit56efb7874536df9516efc1b361f89bd7c6ae87ee (patch)
tree343b9a8fce5816c9a3d7c7161079c3882ec756b9 /lib/libc/stdio/putc.3
parent03ed4d1150e07efa307ccba0948c2a9ba9452e27 (diff)
- typos, punctuation, spacing, macro, layout, etc. fixes
- avoid first person ok jmc
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 e4c879b17bb..0d1102c1322 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: putc.3,v 1.7 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: putc.3,v 1.8 2005/07/26 03:30:25 jaredy Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -119,6 +119,6 @@ function appeared in
.Sh BUGS
Since the size and byte order of an
.Li int
-varies from one machine to another,
+may vary from one machine to another,
.Fn putw
is not recommended for portable applications.