IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13051


Ignore:
Timestamp:
Apr 26, 2007, 2:22:00 PM (19 years ago)
Author:
jhoblitt
Message:

doc update

File:
1 edited

Legend:

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

    r13050 r13051  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: neb-ls,v 1.2 2007-04-27 00:17:40 jhoblitt Exp $
     5# $Id: neb-ls,v 1.3 2007-04-27 00:22:00 jhoblitt Exp $
    66
    77use strict;
     
    5252=head1 NAME
    5353
    54 neb-ls - create an empty file
     54neb-ls - list Nebulous keys
    5555
    5656=head1 SYNOPSIS
    5757
    58     neb-ls [--server <URL>] <key>
     58    neb-ls [--server <URL>] <pattern>
    5959
    6060=head1 DESCRIPTION
    6161
    62 This program creates an empty file with the Nebulous key of C<<key>>.  At some point in the future it almost be used to adjust the timestamp of storage instances assosiated with a Nebulous key similar to C<touch(1)>.
     62This program list Nebulous keys matched by C<<pattern>>.  Call it with no
     63arguments is equivalanet to searching with the pattern C<.*>.  Where
     64C<<pattern>> is a POSIX 1003.2 compatable regular repression.
    6365
    6466=head1 OPTIONS
     
    122124=head1 SEE ALSO
    123125
    124 L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df>
     126L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df>,
     127L<neb-touch>, C<regex(7)>
    125128
    126129=cut
Note: See TracChangeset for help on using the changeset viewer.