repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
dist
/
src
/
util
/
dict_test.ref
blob
1cda836004453c3607cd899b2042ed551acf1ed0
1
> del bar
2
bar: deleted
3
> get bar
4
bar: not found
5
> get nonexist
6
nonexist: not found
7
> del nonexist
8
nonexist: not found
9
> get foo
10
foo=fooval
11
> del foo
12
foo: deleted
13
> put baz bazval
14
baz=bazval
15
> get baz
16
baz=bazval
17
> del baz
18
baz: deleted
19
> get baz
20
baz: not found