man5-editing-pass-20051213
[openafs.git] / doc / man-pages / pod5 / salvage.lock.pod
index 83e88f7..f8d4268 100644 (file)
@@ -4,18 +4,17 @@ salvage.lock - Prevents multiple simultaneous salvage operations on a partition
 
 =head1 DESCRIPTION
 
-The salvage.lock file guarantees that only one Salvager
-(B<salvager> process) runs at a time on a file server machine (the
-single process can fork multiple subprocesses to salvage multiple partitions
-in parallel). As the Salvager initializes, it creates the empty
-(zero-length) file in the B</usr/afs/local> directory and invokes the
-B<flock> system call on it. It removes the file when it
-completes the salvage operation. Because the Salvager must lock the
-file to run, only one Salvager can run at a time.
+The F<salvage.lock> file guarantees that only one Salvager (B<salvager>
+process) runs at a time on a file server machine (the single process can
+fork multiple subprocesses to salvage multiple partitions in parallel). As
+the Salvager initializes, it creates the empty (zero-length) file in the
+F</usr/afs/local> directory and invokes the B<flock> system call on it. It
+removes the file when it completes the salvage operation. Because the
+Salvager must lock the file to run, only one Salvager can run at a time.
 
 =head1 SEE ALSO
 
-L<salvager(1)>
+L<salvager(8)>
 
 =head1 COPYRIGHT