diff options
author | charnier <charnier@FreeBSD.org> | 2002-10-16 15:46:43 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-10-16 15:46:43 +0000 |
commit | bdf2708e48ed9054c86e35f6f5afc7a368d47405 (patch) | |
tree | 150932366da59014e689b691db10da81245c4896 /usr.bin/yacc | |
parent | 00200a73ce61312fb429c1a652ce3762dfb3f512 (diff) | |
download | FreeBSD-src-bdf2708e48ed9054c86e35f6f5afc7a368d47405.zip FreeBSD-src-bdf2708e48ed9054c86e35f6f5afc7a368d47405.tar.gz |
Add section number to .Xr directive.
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r-- | usr.bin/yacc/yyfix.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1 index 4925b87..0ceb691 100644 --- a/usr.bin/yacc/yyfix.1 +++ b/usr.bin/yacc/yyfix.1 @@ -50,9 +50,9 @@ to extract tables from the generated file .Pa y.tab.c . As the names of the tables generated by the current version of -.Xr yacc +.Xr yacc 1 are different from those of historical versions of -.Xr yacc , +.Xr yacc 1 , the shell script .Nm is provided to simplify the transition. @@ -68,7 +68,7 @@ Otherwise, attempts to determine if the .Pa y.tab.c file is from an old or new -.Xr yacc , +.Xr yacc 1 , and extracts the appropriate tables. .Pp The tables @@ -83,7 +83,7 @@ and .Dq yydef are extracted from historical versions of -.Xr yacc . +.Xr yacc 1 . .Pp The tables .Dq yylhs , @@ -99,11 +99,11 @@ The tables and .Dq yycheck , are extracted from the current version of -.Xr yacc . +.Xr yacc 1 . .Sh FILES .Bl -tag -width y.tab.c .It Pa y.tab.c -File from which tables are extracted. +file from which tables are extracted .El .Sh SEE ALSO .Xr yacc 1 |