summaryrefslogtreecommitdiff
path: root/man/2/bloomfilter
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-02-19 09:49:46 +0000
committerCharles.Forsyth <devnull@localhost>2009-02-19 09:49:46 +0000
commit6049116fb66c9cd530ff90350fc92c0a80119ec9 (patch)
tree31a55554146871bd5eef1c29cbd962e24c40f2a7 /man/2/bloomfilter
parent12ac827e529ef6383a8bf5d1b171f5009b669a43 (diff)
20090219-0949
Diffstat (limited to 'man/2/bloomfilter')
-rw-r--r--man/2/bloomfilter2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/2/bloomfilter b/man/2/bloomfilter
index fe6046dd..8049fd63 100644
--- a/man/2/bloomfilter
+++ b/man/2/bloomfilter
@@ -81,7 +81,7 @@ the probability of a false positive would be
approximately 0.0063.
.EX
if(filter(array of byte s, 7, 6).X(A&~B, f).eq(None))
- sys->print("'%s' might be a member of f\\n", s);
+ sys->print("'%s' might be a member of f\en", s);
.EE
.SH SOURCE
.B /appl/lib/bloomfilter.b