git.annexia.org
/
ocaml-bitstring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a58e6
)
Clarify how to write multiple patterns to a file
author
Richard W.M. Jones
<rich@annexia.org>
Fri, 13 Jun 2008 20:06:00 +0000
(20:06 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Fri, 13 Jun 2008 20:06:00 +0000
(20:06 +0000)
bitmatch_persistent.mli
patch
|
blob
|
history
diff --git
a/bitmatch_persistent.mli
b/bitmatch_persistent.mli
index
13927af
..
f390970
100644
(file)
--- a/
bitmatch_persistent.mli
+++ b/
bitmatch_persistent.mli
@@
-235,6
+235,11
@@
v}
| \{ _ } -> invalid_arg "not a Pascal string"
v}
+ You can write more than one named pattern to the output file, and
+ they will all be loaded at the same time by [open bitmatch ".."]
+ (obviously you should give each pattern a different name). To do
+ this, just call {!named_to_channel} as many times as needed.
+
{2:reference Reference}
{3 Types}