From 641973124a511e3292fec79b6d4fc407520aafa0 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sat, 22 Mar 1997 23:59:56 +0000 Subject: [PATCH] Fix the location of the files in the FILES section. Closes PR# 3063. Submitted by: Kent Vander Velden --- contrib/bison/bison.1 | 4 ++-- 1 file 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