Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/byacc/bin remove typo.



details:   https://anonhg.NetBSD.org/src/rev/a25aedbf4bfe
branches:  trunk
changeset: 760040:a25aedbf4bfe
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 24 23:28:14 2010 +0000

description:
remove typo.

diffstat:

 external/bsd/byacc/bin/yacc.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 799fe564f610 -r a25aedbf4bfe external/bsd/byacc/bin/yacc.1
--- a/external/bsd/byacc/bin/yacc.1     Fri Dec 24 23:27:14 2010 +0000
+++ b/external/bsd/byacc/bin/yacc.1     Fri Dec 24 23:28:14 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index