Changeset 24926
- Timestamp:
- Jul 24, 2009, 4:12:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod
r24643 r24926 29 29 Nebulous::Server->stat_object( $key ); 30 30 Nebulous::Server->mounts(); 31 Nebulous::Server->chmod_object( $key, $mode) ; 31 Nebulous::Server->chmod_object( $key, $mode); 32 Nebulous::Server->prune_object( $key ); 32 33 33 34 =head1 DESCRIPTION … … 212 213 exception on failure. 213 214 215 =item * prune_object( $key ); 216 217 Removes all of the inaccessible instances from an object. 218 219 Accepts 1 mandatory parameter. Returns the number of inaccessible instances actually pruned from the object. 220 214 221 =back 215 222
Note:
See TracChangeset
for help on using the changeset viewer.
