IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2008, 6:27:39 PM (18 years ago)
Author:
jhoblitt
Message:

doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-xattr

    r17845 r17847  
    33# Copyright (C) 2008  Joshua Hoblitt
    44#
    5 # $Id: neb-xattr,v 1.8 2008-05-29 03:59:30 jhoblitt Exp $
     5# $Id: neb-xattr,v 1.9 2008-05-29 04:27:39 jhoblitt Exp $
    66
    77use strict;
     
    8484=head1 DESCRIPTION
    8585
    86 This program creates an empty file with the Nebulous key of C<<key>>.  At some
    87 point in the future it will be able to adjust the timestamp of storage
    88 instances assosiated with a Nebulous key similar to C<xattr(1)>.
     86This program is used to create/update/list or remove xattrs on Nebulous storage objects.
    8987
    9088=head1 OPTIONS
     
    9896Optional if the appropriate environment variable is set.
    9997
    100 =item * --volume <volume name>
     98=item * --delete
    10199
    102 Symbolic name of the volume to create the first instance on.
     100Delete all named xattrs.
     101
     102Optional.
     103
     104=item * --write
     105
     106Store the value of all xattr name:value pairs.
    103107
    104108Optional.
     
    154158=head1 SEE ALSO
    155159
    156 L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df>
     160L<Nebulous::Client>
    157161
    158162=cut
Note: See TracChangeset for help on using the changeset viewer.