IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24924


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

doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pod

    r24281 r24924  
    3535    my $mounts = $neb->mounts();
    3636    my $mode = $neb->chmod( $key, $mode );
     37    my $dead = $neb->prune( $key );
    3738
    3839=head1 DESCRIPTION
     
    393394
    394395=item * stat($key)
     396
     397View the properties of a storage object.
     398
     399=over 4
     400
     401=item * key
     402
     403The storage object key (name).
     404
     405=back
     406
     407Returns an arrayref of scalars.
     408
     409=item * prune($key)
    395410
    396411View the properties of a storage object.
Note: See TracChangeset for help on using the changeset viewer.