Use bool instead of bool:1 if your compiler doesn't create correct code
[awesomized/libmemcached] / docs / memcat.pod
index c5ef808b17136b0fd128fca8cba05eddfe68889e..12947c671c99765e64f75b0c2141bd91ee0ef6cd 100644 (file)
@@ -9,7 +9,7 @@ memcat - Copy a set of keys to stdout
 =head1 DESCRIPTION
 
 B<memcat> outputs to stdout the value a single or mutiple set of keys
-stored in a memcached(1) server.
+stored in a memcached(1) server. If any key is not found an error is returned.
 
 It is similar to the standard UNIX cat(1) utility.