From ef435746d04845753477af8b7d920d66e9dce54f Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 9 Feb 2015 09:37:54 -0500 Subject: [PATCH] doc: fix the salvageserver log file name Fix capitialization of the salvageserver log file name. Change-Id: If08dd191e35e7fb15db533a623b832154a6f9f17 Reviewed-on: http://gerrit.openafs.org/11728 Tested-by: BuildBot Reviewed-by: Chas Williams <3chas3@gmail.com> Reviewed-by: Stephan Wiesand Reviewed-by: Benjamin Kaduk --- doc/man-pages/pod8/salvageserver.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man-pages/pod8/salvageserver.pod b/doc/man-pages/pod8/salvageserver.pod index bd8e00aa5..6d2e4249e 100644 --- a/doc/man-pages/pod8/salvageserver.pod +++ b/doc/man-pages/pod8/salvageserver.pod @@ -140,7 +140,7 @@ the volume's actual site. This flag should be considered deprecated. Its primary purpose was to disable forking and parallelization of the Salvager so that log messages were not -interleaved. Due to the manner in which F is +interleaved. Due to the manner in which F is written, log messages from subprocesses are never interleaved; the entire log for a volume group salvage is appended to the master log as one atomic transaction. @@ -152,7 +152,7 @@ damaged volumes. =item B<-inodes> -Records in the F file a list of all AFS inodes +Records in the F file a list of all AFS inodes that the Salvageserver modified. =item B<-force> @@ -171,7 +171,7 @@ needed. =item B<-rootinodes> -Records in the F file a list of all AFS inodes +Records in the F file a list of all AFS inodes owned by the local superuser C. =item B<-salvagedirs> @@ -231,7 +231,7 @@ salvaged. =item B<-showlog> Displays on the standard output stream all log data that is being written -to the F file. +to the F file. =item B<-showsuid> @@ -240,7 +240,7 @@ setgid mode bit set. =item B<-showmounts> -Records in the F file all mount points found in +Records in the F file all mount points found in each volume. The Salvageserver does not repair corruption in the volumes, if any exists. @@ -254,14 +254,14 @@ one of the following three values: =item ignore Leaves the orphaned objects on the disk, but prints a message to the -F file reporting how many orphans were found and +F file reporting how many orphans were found and the approximate number of kilobytes they are consuming. This is the default if the B<-orphans> argument is omitted. =item remove Removes the orphaned objects, and prints a message to the -F file reporting how many orphans were removed +F file reporting how many orphans were removed and the approximate number of kilobytes they were consuming. =item attach -- 2.39.5