From f78f007dc593ec6948bf904d7903223bd6046081 Mon Sep 17 00:00:00 2001 From: Jason Edgecombe Date: Thu, 29 Nov 2007 03:54:44 +0000 Subject: [PATCH] man-page-fs-rxstatpeer-20071128 New man page for fs rxstatpeer. --- doc/man-pages/README | 1 - doc/man-pages/pod1/fs_rxstatpeer.pod | 67 ++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 doc/man-pages/pod1/fs_rxstatpeer.pod diff --git a/doc/man-pages/README b/doc/man-pages/README index e2cc192c4..967bc8dd8 100644 --- a/doc/man-pages/README +++ b/doc/man-pages/README @@ -202,7 +202,6 @@ Known Problems * The following installed commands have no man pages: copyauth - fs rxstatpeer fs rxstatproc fs setcbaddr restorevol diff --git a/doc/man-pages/pod1/fs_rxstatpeer.pod b/doc/man-pages/pod1/fs_rxstatpeer.pod new file mode 100644 index 000000000..f7bd5bef1 --- /dev/null +++ b/doc/man-pages/pod1/fs_rxstatpeer.pod @@ -0,0 +1,67 @@ +=head1 NAME + +fs_rxstatpeer - Enables Rx packet logging in the OpenAFS kernel module + +=head1 SYNOPSIS + +=for html +
+ +B [B<-clear>] [B<-disable>] [B<-enable>] [B<-help>] + +=for html +
+ +=head1 DESCRIPTION + +B manipulates some of the Rx protocol counters in the +OpenAFS kernel interface. + +=head1 OPTIONS + +=over 4 + +=item B<-clear> + +Clear the Rx stats for peers in the kernel module. + +=item B<-disable> + +Disable logging of Rx stats for peers in the kernel module. + +=item B<-enable> + +Enable logging of Rx stats for peers in the kernel module. + +=item B<-help> + +Prints the online help for this command. All other valid options are +ignored. + +=back + +=head1 OUTPUT + +This command produces no output other than error messages. + +=head1 EXAMPLES + +Enable Rx Stats for peers: + + % fs rxstatpeer -enable + +=head1 PRIVILEGE REQUIRED + +The issuer must be logged in as the local superuser root. + +=head1 SEE ALSO + +L, +L + +=head1 COPYRIGHT + +Copyright 2007 Jason Edgecombe + +This documentation is covered by the IBM Public License Version 1.0. This +man page was written by Jason Edgecombe for OpenAFS. -- 2.39.5