diff --git a/share/man/man3/varargs.3 b/share/man/man3/varargs.3 index b06024da9fc3..c623fd22128e 100644 --- a/share/man/man3/varargs.3 +++ b/share/man/man3/varargs.3 @@ -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