From: Andrew Deason Date: Sun, 30 Jun 2013 22:59:02 +0000 (-0400) Subject: doc: restorevol manpage fixes X-Git-Tag: openafs-stable-1_8_0pre1~932 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=202c1018b1b8646083368d55ed0dae64229b6a8b doc: restorevol manpage fixes - Remove nonexistent -verbose option from synopsis - Add missing options -umask and -help Change-Id: Iedddf78c074ead9ab3454bf151adb90138a562b6 Reviewed-on: http://gerrit.openafs.org/10402 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/doc/man-pages/pod1/restorevol.pod b/doc/man-pages/pod1/restorevol.pod index 3ff15f7..de74755 100644 --- a/doc/man-pages/pod1/restorevol.pod +++ b/doc/man-pages/pod1/restorevol.pod @@ -10,7 +10,7 @@ restorevol - Restore a volume from vos dump to the local file system B S<<< [B<-file> >] >>> S<<< [B<-dir> > ] >>> S<<< [B<-extension> >] >>> S<<< [B<-mountpoint> >] >>> - S<<< [B<-umask> >] >>> [B<-verbose>] [B<-help>] + S<<< [B<-umask> >] >>> [B<-help>] =for html @@ -118,6 +118,19 @@ restored volume would be resolved via AFS. The I must exist, and the process running the command have read access to that directory, or the command will fail. +=item B<-umask> > + +Sets the umask while creating files. If not specified, the current process +umask is used. All directories are created with mode C<0777> (ANDed with the +umask), and files are created with the owner, group, and user mode bits set to +the owner mode bits of the relevant AFS file (ANDed with the umask). + +=item B<-help> + +Prints the online help for this command. All other valid options are +ignored. + + =back =head1 EXAMPLES