]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Link dafssync-debug(8) to fssync-debug(8)
authorRuss Allbery <rra@stanford.edu>
Wed, 22 Sep 2010 23:34:42 +0000 (16:34 -0700)
committerRuss Allbery <rra@stanford.edu>
Fri, 24 Sep 2010 23:59:41 +0000 (16:59 -0700)
The two commands are documented identically for right now, so just link
the dafssync-debug man page to the fssync-debug man page.  Remove the
incorrect statement in the man page that fssync-debug only works with
demand-attach.

FIXES 128166

Change-Id: I812641ad7a345c7f5412c3c97ed1ba393e981639
Reviewed-on: http://gerrit.openafs.org/2836
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 68d074d8aa98e76fb85289c69300d17695b98d0b)
Reviewed-on: http://gerrit.openafs.org/2847
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
doc/man-pages/Makefile.in
doc/man-pages/pod8/fssync-debug.pod

index 4715204a9aba1feb3a82b55b1bf334d853a17a8b..1eed6a1fa2d88e731f5ebe463d55dc885494b4a7 100644 (file)
@@ -27,6 +27,8 @@ dest:
            test -h $(DEST)/man/man1/$$M.krb.1 \
                || ln -s $$M.1 $(DEST)/man/man1/$$M.krb.1 ; \
        done
+       test -h $(DEST)/man/man8/dafssync-debug.8 \
+           || ln -s fssync-debug.8 $(DEST)/man/man8/dafssync-debug.8
        set -e; if [ -n "@ENABLE_FUSE_CLIENT@" ] ; then \
            test -h $(DEST)/man/man8/afsd.fuse.8 \
                || ln -s afsd.8 $(DEST)/man/man8/afsd.fuse.8; \
@@ -43,6 +45,8 @@ install: $(MAN1) $(MAN8)
            test -h $(DESTDIR)$(mandir)/man1/$$M.krb.1 \
                || ln -s $$M.1 $(DESTDIR)$(mandir)/man1/$$M.krb.1 ; \
        done
+       test -h $(DESTDIR)/$(mandir)/man8/dafssync-debug.8 \
+           || ln -s fssync-debug.8 $(DESTDIR)/$(mandir)/man8/dafssync-debug.8
        set -e; if [ -n "@ENABLE_FUSE_CLIENT@" ] ; then \
            test -h $(DESTDIR)$(mandir)/man8/afsd.fuse.8 \
                || ln -s afsd.8 $(DESTDIR)$(mandir)/man8/afsd.fuse.8; \
index dcc1c8c6086aa987136bfe657149afbec85e25ba..9cd5a5c88a2dad76e3f816646f89b4143dbdeff8 100644 (file)
@@ -1,20 +1,19 @@
 =head1 NAME
 
-fssync-debug - Introduction to the fssync-debug command suite
+fssync-debug, dafssync-debug - Introduction to the fssync-debug command suite
 
 =head1 DESCRIPTION
 
-B<fssync-debug> command suite allows low-level inspection and
-control of the file server volume packages.
+The B<fssync-debug> command suite allows low-level inspection and control
+of the file server volume packages.  The B<dafssync-debug> command suite
+is identical to B<fssync-debug>, but is built with demand-attach support.
 
-This command suite is only supported on the demand-attach file server.
-It operates at an extremely low-level and hence requires detailed
-knowledge of the OpenAFS architecture and code.
-
-An understanding of the OpenAFS volume finite-state machine is
-required before the state of a volume should be manipulated.
-Indiscriminate use of B<fssync-debug> in control mode can lead to
-extremely bad things occurring. Use with care.
+This command suite operates at an extremely low-level and hence requires
+detailed knowledge of the OpenAFS architecture and code.  An understanding
+of the OpenAFS volume finite-state machine is required before the state of
+a volume should be manipulated.  Indiscriminate use of B<fssync-debug> or
+B<dafssync-debug> in control mode can lead to extremely bad things
+occurring. Use with care.
 
 =head1 OPTIONS