1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Description: fix some errors in manpage.
- Changed doc path from /usr/doc to /usr/share/doc.
- Fixed spelling errors.
- Removed invalid lines.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2020-05-24
@@ -1,10 +1,5 @@
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
-...\"
-...\" transcript compatibility for postscript use.
-...\"
-...\" synopsis: .P! <file.ps>
-...\"
.de P!
\\&.
.fl \" force out current output buffer
@@ -83,7 +78,7 @@ btyacc-specific extensions are explained
.PP
\fINote:\fP The parser skeleton supplied by
btyacc's upstream author only compiles as C++. Use the skeleton
-\fB/usr/doc/btyacc/examples/btyacc-c.ske\fP to
+\fB/usr/share/doc/btyacc/examples/btyacc-c.ske\fP to
generate a parser that compiles both as C and C++.
(Unfortunately, this alternative skeleton does not currently
check malloc() return values.)
@@ -434,22 +429,21 @@ the initial backtracking changes. Vadim
<vadik@siber.com> further improved the
code.
.PP
-This documenation was written by Richard Atterer
+This documentation was written by Richard Atterer
<atterer@debian.org> for the Debian
GNU/Linux distribution, but is donated to the public domain and
may thus be used freely for any purpose.
.SH "Files"
.PP
.IP "" 10
-\fB/usr/doc/btyacc/examples/btyaccpa.ske\fP
+\fB/usr/share/doc/btyacc/examples/btyaccpa.ske\fP
.IP "" 10
-\fB/usr/doc/btyacc/examples/btyacc-c.ske\fP
+\fB/usr/share/doc/btyacc/examples/btyacc-c.ske\fP
.IP "" 10
-\fB/usr/doc/btyacc/README\fP
+\fB/usr/share/doc/btyacc/README\fP
.SH "See also"
.PP
\fBbison\fP\fB(1)\fP (or `info bison'),
\fBbyacc\fP\fB(1)\fP,
\fByacc\fP\fB(1)\fP,
\fBantlr\fP\fB(1)\fP
-...\" created by instant / docbook-to-man, Mon 13 May 2002, 13:36
|