remove typo.

This commit is contained in:
christos 2010-12-24 23:28:14 +00:00
parent cf91bdd313
commit 60b2c79645

View File

@ -1,4 +1,4 @@
.\" $NetBSD: yacc.1,v 1.2 2010/12/24 23:27:14 christos Exp $
.\" $NetBSD: yacc.1,v 1.3 2010/12/24 23:28:14 christos Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)yacc.1 5.7 (Berkeley) 7/30/91
.\" $NetBSD: yacc.1,v 1.2 2010/12/24 23:27:14 christos Exp $
.\" $NetBSD: yacc.1,v 1.3 2010/12/24 23:28:14 christos Exp $
.\"
.Dd December 23, 2010
.Dt YACC 1
@ -178,7 +178,7 @@ parsers.
By default, the lexer accepts no parameters, e.g.,
.Fn yylex .
Use this directive to add parameter declarations for your customized lexer.
.It Dv %parse-param Ar { Ar Iargument-declaration Ar }
.It Dv %parse-param Ar { Ar argument-declaration Ar }
By default, the parser accepts no parameters, e.g.,
.Fn yyparse .
Use this directive to add parameter declarations for your customized parser.