preceeding->preceding, from Igor Sobrado PR misc/19814

This commit is contained in:
perry 2003-03-31 18:56:13 +00:00
parent 0ac531f887
commit 29c2683224
1 changed files with 2 additions and 2 deletions

View File

@ -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
.\" The Regents of the University of California. All rights reserved.
@ -100,7 +100,7 @@ and must be called first.
It is possible for
.Fa va_alist
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.
.Pp
The