doc: vos manpage fixes
[openafs.git] / doc / man-pages / pod1 / vos_convertROtoRW.pod
index b7f422e..4e7d61c 100644 (file)
@@ -11,7 +11,17 @@ B<vos convertROtoRW> S<<< [B<-server>] <I<machine name>> >>>
    S<<< [B<-partition>] <I<partition name>> >>>
    S<<< [B<-id>] <I<volume name or ID>> >>> [B<-force>]
    S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-   [B<-verbose>] [B<-encrypt>] [B<-help>]
+   [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+   S<<< [B<-config> <I<config directory>>] >>>
+   [B<-help>]
+
+B<vos con> S<<< [B<-s>] <I<machine name>> >>>
+   S<<< [B<-p>] <I<partition name>> >>>
+   S<<< [B<-i>] <I<volume name or ID>> >>> [B<-f>]
+   S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>]
+   [B<-v>] [B<-e>] [B<-nor>]
+   S<<< [B<-co> <I<config directory>>] >>>
+   [B<-h>]
 
 =for html
 </div>
@@ -25,10 +35,6 @@ failed server, or accidental deletion.
 
 =head1 CAUTIONS
 
-This command can only be used with namei AFS file servers.  If used on an
-inode AFS file server (normally found only on Solaris or AIX systems), it
-will fail with an error.
-
 The command name is case-sensitive.  It must be issued with the capital "RO"
 and "RW".
 
@@ -87,7 +93,15 @@ appear.
 =item B<-encrypt>
 
 Encrypts the command so that the operation's results are not transmitted
-across the network in clear text.
+across the network in clear text. This option is available in OpenAFS
+versions 1.4.11 or later and 1.5.60 or later.
+
+=item B<-noresolve>
+
+Shows all servers as IP addresses instead of the DNS name. This is very
+useful when the server address is registered as 127.0.0.1 or when dealing
+with multi-homed servers. This option is available in OpenAFS
+versions 1.4.8 or later and 1.5.35 or later.
 
 =item B<-help>
 
@@ -106,7 +120,7 @@ partition vicepb on server1 to a read-write volume:
 =head1 PRIVILEGE REQUIRED
 
 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
-machines specified with the B<-toserver> and B<-fromserver> arguments and
+machine specified with the B<-server> argument and
 on each database server machine.  If the B<-localauth> flag is included,
 the issuer must instead be logged on to a server machine as the local
 superuser C<root>.
@@ -119,5 +133,6 @@ L<vos(1)>
 
 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
 
-This documentation is covered by the IBM Public License Version 1.0. This
-man page was written by Jason Edgecombe for OpenAFS.
+This documentation is covered by the BSD License as written in the
+doc/LICENSE file. This man page was written by Jason Edgecombe for
+OpenAFS.