Module Name:    src
Committed By:   uwe
Date:           Sun Jul 26 23:18:06 UTC 2020

Modified Files:
        src/external/bsd/byacc/bin: yacc.1

Log Message:
Fix markup errors.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/external/bsd/byacc/bin/yacc.1:1.8
--- src/external/bsd/byacc/bin/yacc.1:1.7	Tue Jul 24 05:40:15 2018
+++ src/external/bsd/byacc/bin/yacc.1	Sun Jul 26 23:18:06 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: yacc.1,v 1.7 2018/07/24 05:40:15 wiz Exp $
+.\"	$NetBSD: yacc.1,v 1.8 2020/07/26 23:18:06 uwe 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.7 2018/07/24 05:40:15 wiz Exp $
+.\"	$NetBSD: yacc.1,v 1.8 2020/07/26 23:18:06 uwe Exp $
 .\"
 .Dd October 5, 2014
 .Dt YACC 1
@@ -424,7 +424,7 @@ in this array.
 .El
 .Sh PORTABILITY
 According to Robert Corbett:
-.Bd -offset indent
+.Bd -filled -offset indent
 Berkeley Yacc is an LALR(1) parser generator.
 Berkeley Yacc has been made as compatible as possible with AT\*[Am]T Yacc.
 Berkeley Yacc can accept any input specification that conforms to the
@@ -475,7 +475,7 @@ delete that directive.
 .Pp
 .Xr bison 1
 no equivalent for some of
-.Nm 's
+.Nm Ns 's
 command-line options, relying on directives embedded in the grammar file.
 .Pp
 .Xr bison 1
@@ -522,7 +522,6 @@ but
 for destructors.
 .Nm
 matches this behavior.
-.El
 .Sh ENVIRONMENT
 The following environment variable is referenced by
 .Nm :

Reply via email to