Module Name: src
Committed By: wiz
Date: Tue Jul 24 05:40:15 UTC 2018
Modified Files:
src/external/bsd/byacc/bin: yacc.1
Log Message:
Fix applyo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/external/bsd/byacc/bin/yacc.1:1.7
--- src/external/bsd/byacc/bin/yacc.1:1.6 Mon Jun 6 08:22:52 2016
+++ src/external/bsd/byacc/bin/yacc.1 Tue Jul 24 05:40:15 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: yacc.1,v 1.6 2016/06/06 08:22:52 wiz Exp $
+.\" $NetBSD: yacc.1,v 1.7 2018/07/24 05:40:15 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)yacc.1 5.7 (Berkeley) 7/30/91
.\" from: Id: yacc.1,v 1.24 2014/10/06 00:03:48 tom Exp
-.\" $NetBSD: yacc.1,v 1.6 2016/06/06 08:22:52 wiz Exp $
+.\" $NetBSD: yacc.1,v 1.7 2018/07/24 05:40:15 wiz Exp $
.\"
.Dd October 5, 2014
.Dt YACC 1
@@ -507,7 +507,7 @@ to
.Fn yyparse ,
.Fn yyerror
and (if configured for back-tracking)
-+to the destructor declared using
+to the destructor declared using
.Dq %destructor .
.Pp
.Xr bison 1