Fix the location of the files in the FILES section.

Closes PR# 3063.

Submitted by:	Kent Vander Velden <graphix@iastate.edu>
This commit is contained in:
Mike Pritchard 1997-03-22 23:59:56 +00:00
parent 88cf6634a5
commit 641973124a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24127

View File

@ -325,9 +325,9 @@ The long-named options can be introduced with `+' as well as `\-\-',
for compatibility with previous releases. Eventually support for `+'
will be removed, because it is incompatible with the POSIX.2 standard.
.SH FILES
/usr/local/lib/bison.simple simple parser
/usr/share/misc/bison.simple simple parser
.br
/usr/local/lib/bison.hairy complicated parser
/usr/share/misc/bison.hairy complicated parser
.SH SEE ALSO
.IR yacc (1)
.br