Module Name: src
Committed By: christos
Date: Fri Dec 24 23:28:14 UTC 2010
Modified Files:
src/external/bsd/byacc/bin: yacc.1
Log Message:
remove typo.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/byacc/bin/yacc.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/byacc/bin/yacc.1
diff -u src/external/bsd/byacc/bin/yacc.1:1.2 src/external/bsd/byacc/bin/yacc.1:1.3
--- src/external/bsd/byacc/bin/yacc.1:1.2 Fri Dec 24 18:27:14 2010
+++ src/external/bsd/byacc/bin/yacc.1 Fri Dec 24 18:28:14 2010
@@ -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 @@
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.