From 38a641bd6b41fe37a8be1614578efa9cb8b6da53 Mon Sep 17 00:00:00 2001 From: Jason Edgecombe Date: Sun, 26 Jul 2009 21:26:59 -0400 Subject: [PATCH] Future-proof the wording of the auditlog options in the man pages It was suggested that the auditlog option should not say there is one record per RPC. In the future, there might be a need for multiple records per RPC. LICENSE BSD Reviewed-on: http://gerrit.openafs.org/229 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- doc/man-pages/pod8/bosserver.pod | 2 +- doc/man-pages/pod8/buserver.pod | 2 +- doc/man-pages/pod8/fileserver.pod | 2 +- doc/man-pages/pod8/kaserver.pod | 2 +- doc/man-pages/pod8/ptserver.pod | 2 +- doc/man-pages/pod8/vlserver.pod | 2 +- doc/man-pages/pod8/volserver.pod | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man-pages/pod8/bosserver.pod b/doc/man-pages/pod8/bosserver.pod index 6b68cf8b8..f97398f23 100644 --- a/doc/man-pages/pod8/bosserver.pod +++ b/doc/man-pages/pod8/bosserver.pod @@ -96,7 +96,7 @@ listed in the F file). =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. diff --git a/doc/man-pages/pod8/buserver.pod b/doc/man-pages/pod8/buserver.pod index 838c6195f..622bfee02 100644 --- a/doc/man-pages/pod8/buserver.pod +++ b/doc/man-pages/pod8/buserver.pod @@ -63,7 +63,7 @@ the default is the F directory. =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. diff --git a/doc/man-pages/pod8/fileserver.pod b/doc/man-pages/pod8/fileserver.pod index 1e76e05e0..7b2625cd4 100644 --- a/doc/man-pages/pod8/fileserver.pod +++ b/doc/man-pages/pod8/fileserver.pod @@ -257,7 +257,7 @@ length. =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. diff --git a/doc/man-pages/pod8/kaserver.pod b/doc/man-pages/pod8/kaserver.pod index cc7248132..aa825278a 100644 --- a/doc/man-pages/pod8/kaserver.pod +++ b/doc/man-pages/pod8/kaserver.pod @@ -95,7 +95,7 @@ is probably inappropriate. =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. diff --git a/doc/man-pages/pod8/ptserver.pod b/doc/man-pages/pod8/ptserver.pod index 3eac52388..e02465117 100644 --- a/doc/man-pages/pod8/ptserver.pod +++ b/doc/man-pages/pod8/ptserver.pod @@ -154,7 +154,7 @@ with the string "ptserver". =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. diff --git a/doc/man-pages/pod8/vlserver.pod b/doc/man-pages/pod8/vlserver.pod index ce5ac760b..cb892afbe 100644 --- a/doc/man-pages/pod8/vlserver.pod +++ b/doc/man-pages/pod8/vlserver.pod @@ -108,7 +108,7 @@ with this option. =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. diff --git a/doc/man-pages/pod8/volserver.pod b/doc/man-pages/pod8/volserver.pod index 7773f3726..535fa3246 100644 --- a/doc/man-pages/pod8/volserver.pod +++ b/doc/man-pages/pod8/volserver.pod @@ -70,7 +70,7 @@ integer between C<4> and C<16>. The default is C<9>. =item B<-auditlog> > Turns on audit logging, and sets the path for the audit log. The audit -log shows one entry per RPC call. Each entry records the name of the RPC +log records information about RPC calls, including the name of the RPC call, the host that submitted the call, the authenticated entity (user) that issued the call, the parameters for the call, and if the call succeeded or failed. -- 2.39.5