From f7f366d0ee20c58f97b771b96217875e0ec59bee Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 22 Sep 2010 16:34:42 -0700 Subject: [PATCH] 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 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 68d074d8aa98e76fb85289c69300d17695b98d0b) Reviewed-on: http://gerrit.openafs.org/2847 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- doc/man-pages/Makefile.in | 4 ++++ doc/man-pages/pod8/fssync-debug.pod | 21 ++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/doc/man-pages/Makefile.in b/doc/man-pages/Makefile.in index 4715204a9a..1eed6a1fa2 100644 --- a/doc/man-pages/Makefile.in +++ b/doc/man-pages/Makefile.in @@ -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; \ diff --git a/doc/man-pages/pod8/fssync-debug.pod b/doc/man-pages/pod8/fssync-debug.pod index dcc1c8c608..9cd5a5c88a 100644 --- a/doc/man-pages/pod8/fssync-debug.pod +++ b/doc/man-pages/pod8/fssync-debug.pod @@ -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 command suite allows low-level inspection and -control of the file server volume packages. +The B command suite allows low-level inspection and control +of the file server volume packages. The B command suite +is identical to B, 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 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 or +B in control mode can lead to extremely bad things +occurring. Use with care. =head1 OPTIONS