Fix applyo.

This commit is contained in:
wiz 2018-07-24 05:40:15 +00:00
parent 62965ccdb9
commit e9f8a46eb1

View File

@ -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