Changeset 24924
- Timestamp:
- Jul 24, 2009, 4:11:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pod
r24281 r24924 35 35 my $mounts = $neb->mounts(); 36 36 my $mode = $neb->chmod( $key, $mode ); 37 my $dead = $neb->prune( $key ); 37 38 38 39 =head1 DESCRIPTION … … 393 394 394 395 =item * stat($key) 396 397 View the properties of a storage object. 398 399 =over 4 400 401 =item * key 402 403 The storage object key (name). 404 405 =back 406 407 Returns an arrayref of scalars. 408 409 =item * prune($key) 395 410 396 411 View the properties of a storage object.
Note:
See TracChangeset
for help on using the changeset viewer.
