aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-22 23:59:56 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-22 23:59:56 +0000
commit641973124a511e3292fec79b6d4fc407520aafa0 (patch)
treeda2802248bfefa8a8bf754ed9c9d9c3133a7c5ad
parent88cf6634a5669d5b2e8bc9570fdf37f37dc3c090 (diff)
downloadsrc-641973124a511e3292fec79b6d4fc407520aafa0.tar.gz
src-641973124a511e3292fec79b6d4fc407520aafa0.zip
Fix the location of the files in the FILES section.
Closes PR# 3063. Submitted by: Kent Vander Velden <graphix@iastate.edu>
Notes
Notes: svn path=/head/; revision=24127
-rw-r--r--contrib/bison/bison.14
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bison/bison.1 b/contrib/bison/bison.1
index 0cd949ee422e..6c031ce35c6a 100644
--- a/contrib/bison/bison.1
+++ b/contrib/bison/bison.1
@@ -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