IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24926


Ignore:
Timestamp:
Jul 24, 2009, 4:12:14 PM (17 years ago)
Author:
jhoblitt
Message:

doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pod

    r24643 r24926  
    2929    Nebulous::Server->stat_object( $key );
    3030    Nebulous::Server->mounts();
    31     Nebulous::Server->chmod_object( $key, $mode) ;
     31    Nebulous::Server->chmod_object( $key, $mode);
     32    Nebulous::Server->prune_object( $key );
    3233
    3334=head1 DESCRIPTION
     
    212213exception on failure.
    213214
     215=item * prune_object( $key );
     216
     217Removes all of the inaccessible instances from an object.
     218
     219Accepts 1 mandatory parameter.  Returns the number of inaccessible instances actually pruned from the object.
     220
    214221=back
    215222
Note: See TracChangeset for help on using the changeset viewer.