OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-294-g8c63316

Gerrit Code Review gerrit@openafs.org
Wed, 23 Jun 2010 13:35:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit 8c633162b98f4aebd3449684574f8a35c9e0fa58
Author: Davor Ocelic <docelic@spinlocksolutions.com>
Date:   Sun Jun 20 15:38:14 2010 +0200

    Provide manpage for fssync-debug and most subcmds
    
    This is another patch in the series to provide manpages for
    dafs-related commands.
    
    Most (if not all) documentation is coming from source
    documentation and DAFS articles/presentations.
    
    The primary motivation behind this is to comply with Debian
    guidelines requiring all binaries to have respective manpages.
    
    This patch has been sitting here for months, so it's good time
    to finally submit it.
    
    Note that fssync-debug also supports some vcg* commands, for
    which I was not able to find any documentation I could use.
    So, they are still left to be documented.
    
    Change-Id: I9d067766e2a90b26646edc87f15a4f533c5c8d44
    Reviewed-on: http://gerrit.openafs.org/2220
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: Russ Allbery <rra@stanford.edu>

 doc/man-pages/pod8/fssync-debug.pod          |   92 ++++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_attach.pod   |   82 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_callback.pod |   88 +++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_detach.pod   |   81 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_error.pod    |   83 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_header.pod   |   85 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_leaveoff.pod |   81 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_list.pod     |   86 +++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_mode.pod     |   94 ++++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_move.pod     |   81 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_offline.pod  |   82 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_online.pod   |   82 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_query.pod    |   84 ++++++++++++++++++
 doc/man-pages/pod8/fssync-debug_stats.pod    |  118 ++++++++++++++++++++++++++
 14 files changed, 1219 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository