diff options
-rw-r--r-- | usr.bin/yacc/yacc.1 | 20 |
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 |