summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-30 06:56:43 +0000
committerru <ru@FreeBSD.org>2002-05-30 06:56:43 +0000
commit67d93076d6eb885f73d19f0676224d6b8da33a6b (patch)
tree1208131de567402dfe41aa8599de18735b54b3e3 /usr.bin/yacc
parent642d85cb2e6c6112b78d3e87d46f56d523f10ddf (diff)
downloadFreeBSD-src-67d93076d6eb885f73d19f0676224d6b8da33a6b.zip
FreeBSD-src-67d93076d6eb885f73d19f0676224d6b8da33a6b.tar.gz
mdoc(7) police: tidy up the markup.
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r--usr.bin/yacc/yacc.120
1 files changed, 7 insertions, 13 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index fb9178c..1db0a34 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -119,7 +119,7 @@ be written to the file
.Pa y.output .
.El
.Sh ENVIRONMENT
-.Bl -tag -width TMPDIR
+.Bl -tag -width ".Ev TMPDIR"
.It Ev TMPDIR
Name of directory where temporary files are to be created.
.El
@@ -127,25 +127,19 @@ Name of directory where temporary files are to be created.
The names of the tables generated by this version of
.Nm
are
-.Dq yylhs ,
-.Dq yylen ,
-.Dq yydefred ,
-.Dq yydgoto ,
-.Dq yysindex ,
-.Dq yyrindex ,
-.Dq yygindex ,
-.Dq yytable ,
+.Va yylhs , yylen , yydefred , yydgoto , yysindex ,
+.Va yyrindex , yygindex , yytable ,
and
-.Dq yycheck .
+.Va yycheck .
Two additional tables,
-.Dq yyname
+.Va yyname
and
-.Dq yyrule ,
+.Va yyrule ,
are created if
.Dv YYDEBUG
is defined and non-zero.
.Sh FILES
-.Bl -tag -width /tmp/yacc.aXXXXXXXXXX -compact
+.Bl -tag -width "Pa /tmp/yacc.aXXXXXXXXXX" -compact
.It Pa y.code.c
.It Pa y.tab.c
.It Pa y.tab.h
OpenPOWER on IntegriCloud