diff options
Diffstat (limited to 'share/man/man3/stdarg.3')
-rw-r--r-- | share/man/man3/stdarg.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index ef441133283..368d8a6bbec 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdarg.3,v 1.15 2007/05/31 19:19:48 jmc Exp $ +.\" $OpenBSD: stdarg.3,v 1.16 2011/04/01 19:13:58 jmc Exp $ .\" $NetBSD: stdarg.3,v 1.15 2002/08/18 08:57:07 yamt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 1 2011 $ .Dt STDARG 3 .Os .Sh NAME @@ -149,7 +149,8 @@ is promoted to .Pp The same rules apply to unsigned versions of the above types, as well as their bit-type equivalents (e.g.\& -.Dv int8_t and +.Dv int8_t +and .Dv int16_t ) . .Pp The first use of the |