Link dafssync-debug(8) to fssync-debug(8)

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 68d074d8aa)
Reviewed-on: http://gerrit.openafs.org/2847
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
This commit is contained in:
Russ Allbery 2010-09-22 16:34:42 -07:00
parent ca2a73638f
commit f7f366d0ee
2 changed files with 14 additions and 11 deletions

View 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; \

View 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