summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object/File.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-20 21:52:38 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-20 21:52:38 -0800
commit3b3e387b6bca35a00a86ad41e39874eeadcb78b9 (patch)
tree4bcf411ad194268b919a40a559ac39fa98bed9c3 /perl/Wallet/Object/File.pm
parent78d83f1d2757fbbc36bbb1e5463cb7c263053a22 (diff)
Update documentation for support for storing nul data
Update the wallet client, wallet-backend, and Wallet::Object::File documentation for the support for storing data containing nul characters using the new stdin support in remctld. Add this to NEWS.
Diffstat (limited to 'perl/Wallet/Object/File.pm')
-rw-r--r--perl/Wallet/Object/File.pm11
1 files changed, 5 insertions, 6 deletions
diff --git a/perl/Wallet/Object/File.pm b/perl/Wallet/Object/File.pm
index 69262f6..c655b44 100644
--- a/perl/Wallet/Object/File.pm
+++ b/perl/Wallet/Object/File.pm
@@ -221,12 +221,11 @@ dashes replaced by C<%> and the hex code of the character.
=head1 LIMITATIONS
-The wallet implementation itself can handle arbitrary file object names
-and arbitrary content. However, due to limitations in the B<remctld>
-server usually used to run B<wallet-backend>, file object names and
-contents containing nul characters (ASCII 0) may not be permitted. The
-file system used for storing file objects may impose a length limitation
-on the file object name.
+The wallet implementation itself can handle arbitrary file object names.
+However, due to limitations in the B<remctld> server usually used to run
+B<wallet-backend>, file object names containing nul characters (ASCII 0)
+may not be permitted. The file system used for storing file objects may
+impose a length limitation on the file object name.
=head1 SEE ALSO