bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor man page fix for bison-1_29-branch


From: Juan Manuel Guerrero
Subject: Minor man page fix for bison-1_29-branch
Date: Tue, 28 Aug 2001 14:00:28 +0200

The man page of bison states that the parser files
are located in /usr/local/lib but they are installed
into /usr/local/share/bison.
See patch below.

Regards,
Guerrero, Juan Manuel


diff -acprNC5 bison-1_29-branch.orig/doc/bison.1 
bison-1_29-branch.djgpp/doc/bison.1
*** bison-1_29-branch.orig/doc/bison.1  Thu Aug 16 20:29:46 2001
--- bison-1_29-branch.djgpp/doc/bison.1 Tue Aug 28 03:01:16 2001
*************** Thus, the following shell script can sub
*** 328,340 ****
  bison \-y $*
  .ft R
  .sp
  .RE
  .SH FILES
! /usr/local/lib/bison.simple   simple parser
  .br
! /usr/local/lib/bison.hairy    complicated parser
  .SH "ENVIRONMENT VARIABLES"
  .TP
  .SM BISON_SIMPLE
  If this is set, it specifies the location in which the
  .B bison.simple
--- 328,340 ----
  bison \-y $*
  .ft R
  .sp
  .RE
  .SH FILES
! /usr/local/share/bison/bison.simple   simple parser
  .br
! /usr/local/share/bison/bison.hairy    complicated parser
  .SH "ENVIRONMENT VARIABLES"
  .TP
  .SM BISON_SIMPLE
  If this is set, it specifies the location in which the
  .B bison.simple



reply via email to

[Prev in Thread] Current Thread [Next in Thread]