preceeding->preceding, from Igor Sobrado PR misc/19814
This commit is contained in:
parent
0ac531f887
commit
29c2683224
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: varargs.3,v 1.3 2002/02/06 19:29:06 wiz Exp $
|
.\" $NetBSD: varargs.3,v 1.4 2003/03/31 18:56:13 perry Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1990, 1991, 1993
|
.\" Copyright (c) 1990, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -100,7 +100,7 @@ and must be called first.
|
||||||
It is possible for
|
It is possible for
|
||||||
.Fa va_alist
|
.Fa va_alist
|
||||||
to be the only parameter to a function, resulting in it being possible
|
to be the only parameter to a function, resulting in it being possible
|
||||||
for a function to have no fixed arguments preceeding the variable
|
for a function to have no fixed arguments preceding the variable
|
||||||
argument list.
|
argument list.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
|
Loading…
Reference in New Issue