diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/bison/patches/patch-doc_bison_help | |
parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/patches/patch-doc_bison_help')
-rw-r--r-- | package/bison/patches/patch-doc_bison_help | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bison/patches/patch-doc_bison_help b/package/bison/patches/patch-doc_bison_help new file mode 100644 index 000000000..c2b452fdf --- /dev/null +++ b/package/bison/patches/patch-doc_bison_help @@ -0,0 +1,11 @@ +--- bison-3.0.1.orig/doc/bison.help 2013-11-12 14:57:56.000000000 +0100 ++++ bison-3.0.1/doc/bison.help 2013-11-27 18:41:48.000000000 +0100 +@@ -4,7 +4,7 @@ Written by Robert Corbett and Richard St + Copyright (C) 2013 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +-Usage: src/bison [OPTION]... FILE ++Usage: bison [OPTION]... FILE + Generate a deterministic LR or generalized LR (GLR) parser employing + LALR(1), IELR(1), or canonical LR(1) parser tables. IELR(1) and + canonical LR(1) support is experimental. |