diff options
Diffstat (limited to 'lib/libc/stdio/putc.3')
| -rw-r--r-- | lib/libc/stdio/putc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index f3bfcd52f6a..212930121ec 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: putc.3,v 1.7 2002/02/07 07:00:26 ross Exp $ +.\" $NetBSD: putc.3,v 1.8 2002/10/01 17:24:06 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -77,7 +77,8 @@ to the output stream pointed to by .Fn putc acts essentially identically to .Fn fputc , -but is a macro that expands in-line. It may evaluate +but is a macro that expands in-line. +It may evaluate .Fa stream more than once, so arguments given to .Fn putc |
