+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/fs_getcalleraccess.pod
diff -c /dev/null openafs/doc/man-pages/pod1/fs_getcalleraccess.pod:1.1.4.2
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/fs_getcalleraccess.pod Fri Aug 17 21:58:25 2007
***************
*** 0 ****
--- 1,73 ----
+ =head1 NAME
+
+ fs getcalleraccess - Show the current user's access to a file or directory
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B S<<< [B<-path> >+] >>> [B<-help>]
+
+ B S<<< [B<-p> >] >>> [B<-h>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command displays the access that the current
+ user has to the specified path using the same representation as B.
+
+ =head1 OPTIONS
+
+ =over 4
+
+ =item B<-help>
+
+ Prints the online help for this command. All other valid options are
+ ignored.
+
+ =item B<-path> >+
+
+ The B<-path> option specifies the path on which to operate. B<-path> may
+ be omitted. If this option isn't given, the default is to act on the
+ current directory.
+
+ =back
+
+ =head1 OUTPUT
+
+ For each path, B outputs a line like:
+
+ Callers access to is
+
+ where is the path on which it is operating and is an
+ ACL string in the same format as is returned by B. See
+ L for more information about AFS ACL strings.
+
+ =head1 EXAMPLES
+
+ The following command shows the current user's access to the path
+ F, which is read and lookup access.
+
+ % fs getcalleraccess /afs/openafs.org
+ Callers access to /afs/openafs.org is rl
+ %
+
+ =head1 PRIVILEGE REQUIRED
+
+ No special privileges are required for this command.
+
+ =head1 SEE ALSO
+
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/fs_getcrypt.pod
diff -c /dev/null openafs/doc/man-pages/pod1/fs_getcrypt.pod:1.3.2.5
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/fs_getcrypt.pod Fri Aug 17 21:48:13 2007
***************
*** 0 ****
--- 1,77 ----
+ =head1 NAME
+
+ fs getcrypt - Displays the state of encryption for AFS file transfers
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B [B<-help>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command shows the status of network traffic encryption
+ for file traffic in the AFS client. This encryption applies to file
+ traffic going to and coming from the AFS server for users with valid
+ tokens. The complement of this command is B which sets the
+ status of encryption on the client.
+
+ =head1 CAUTIONS
+
+ AFS uses an encryption scheme called fcrypt, based on but slightly weaker
+ than DES. Because fcrypt and DES are obsolete, the user must decide how
+ much to trust the encryption. Consider using a Virtual Private Network at
+ the IP level if better encryption is needed.
+
+ Encrypting file traffic requires a token. Unauthenticated connections or
+ connections authorized via IP-based ACLs will not be encrypted even when
+ encryption is turned on.
+
+ =head1 OPTIONS
+
+ =over 4
+
+ =item B<-help>
+
+ Prints the online help for this command. All other valid options are
+ ignored.
+
+ =back
+
+ =head1 OUTPUT
+
+ If encryption is enabled, the output is:
+
+ Security level is currently crypt (data security).
+
+ If encryption if disabled, the output is:
+
+ Security level is currently clear.
+
+ =head1 EXAMPLES
+
+ There is only one way to invoke B:
+
+ % fs getcrypt
+
+ =head1 PRIVILEGE REQUIRED
+
+ No special priviledges are required for this command.
+
+ =head1 SEE ALSO
+
+ L
+
+ The description of the fcrypt encryption mechanism at
+ L.
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/fs_listaliases.pod
diff -c /dev/null openafs/doc/man-pages/pod1/fs_listaliases.pod:1.2.2.4
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/fs_listaliases.pod Fri Aug 17 21:48:13 2007
***************
*** 0 ****
--- 1,61 ----
+ =head1 NAME
+
+ fs listaliases - Displays the current list of aliases for AFS cells
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B [B<-help>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command shows the list of cell aliases currently in
+ effect, both from F and created using B. Cell
+ aliases can only be used when the using a Dynamic Root (the B<-dynroot>
+ option to B).
+
+ =head1 OPTIONS
+
+ =over 4
+
+ =item B<-help>
+
+ Prints the online help for this command. All other valid options are
+ ignored.
+
+ =back
+
+ =head1 OUTPUT
+
+ If an alias C exists for the cell C, the output
+ include the following line:
+
+ Alias openafs for cell openafs.org
+
+ =head1 EXAMPLES
+
+ There is only one way to invoke B:
+
+ % fs listaliases
+
+ =head1 PRIVILEGE REQUIRED
+
+ No special priviledges are required for this command.
+
+ =head1 SEE ALSO
+
+ L,
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/fs_newalias.pod
diff -c /dev/null openafs/doc/man-pages/pod1/fs_newalias.pod:1.1.2.2
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/fs_newalias.pod Sun Aug 5 19:37:14 2007
***************
*** 0 ****
--- 1,96 ----
+ =head1 NAME
+
+ fs newalias - Creates a new alias for a cell
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B S<<< [B<-alias>] > >>>
+ S<<< [B<-name>] > >>> [B<-help>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command is used when the AFS Cache Manager is in
+ Dynamic Root (B<-dynroot>) mode. It creates a symbolic link in F
+ from an alias to the full name of the cell. It also creates a symbolic
+ link from the alias prepended with C<.> to the full name of the cell
+ prepended with C<.>, the convention for access to the read/write version
+ of the C volume of that cell.
+
+ This command is used to supplement aliases created via the F
+ configuration file when B starts.
+
+ Traditionally, these aliases would be created by the local AFS
+ administrator by creating symbolic links in the C volume. Such
+ symlinks do not appear when Dynamic Root is enabled because, with Dynamic
+ Root, the Cache Manager does not mount or look at the C
+ volume. This alias capability is a replacement that allows such short
+ names to be created under client control.
+
+ =head1 CAUTIONS
+
+ Aliases created with B are only temporary and will be lost
+ when the AFS Cache Manager is restarted or the client machine is
+ rebooted. In order to make the alias permanent, it must be put into the
+ F file.
+
+ There is no way to remove an alias once created without restarting the
+ AFS Cache Manager.
+
+ =head1 OPTIONS
+
+ =over 4
+
+ =item B<-alias> >
+
+ This is the short name to which the user wants to map the real cell name.
+
+ =item B<-name> >
+
+ This is the real cell name.
+
+ =item B<-help>
+
+ Prints the online help for this command. All other valid options are
+ ignored.
+
+ =back
+
+ =head1 OUTPUT
+
+ This command has no output.
+
+ =head1 EXAMPLES
+
+ There are two ways to call B:
+
+ % fs newalias openafs openafs.org
+ % fs newalias -alias openafs -name openafs.org
+
+ Both of the above examples create an alias C for the cell
+ C. Two links wil be created in F:
+
+ /afs/openafs -> /afs/openafs.org
+ /afs/.openafs -> /afs/.openafs.org
+
+ =head1 PRIVILEGE REQUIRED
+
+ The issuer must be logged in as the local superuser root.
+
+ =head1 SEE ALSO
+
+ L,
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/fs_setcrypt.pod
diff -c /dev/null openafs/doc/man-pages/pod1/fs_setcrypt.pod:1.3.2.4
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/fs_setcrypt.pod Sun Aug 5 19:37:14 2007
***************
*** 0 ****
--- 1,98 ----
+ =head1 NAME
+
+ fs setcrypt - Enables of disables the encryption of AFS file transfers
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B S<<< [B<-crypt>] > >>> [B<-help>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command sets the status of network traffic encryption
+ for file traffic in the AFS client. This encryption applies to file
+ traffic going to and coming from the AFS File Server for users with valid
+ tokens. This command does not control the encryption used for
+ authentication, which uses Kerberos 5 or klog/kaserver. The complement of
+ this command is B, which shows the status of encryption on
+ the client.
+
+ The default encryption status is enabled.
+
+ This is a global setting and applies to all subsequent connections to an
+ AFS File Server from this Cache Manager. There is no way to enable or
+ disable encryption for specific connections.
+
+ =head1 CAUTIONS
+
+ AFS uses an encryption scheme called fcrypt, based on but slightly weaker
+ than DES, and there is currently no way to specify a different encryption
+ mechanism. Because fcrypt and DES are obsolete, the user must decide how
+ much to trust the encryption. Consider using a Virtual Private Network at
+ the IP level if better encryption is needed.
+
+ Encrypting file traffic requires a token. Unauthenticated connections or
+ connections authorized via IP-based ACLs will not be encrypted even when
+ encryption is turned on.
+
+ =head1 OPTIONS
+
+ =over 4
+
+ =item B<-crypt> >
+
+ This is the only option to B. The B<-crypt> option takes
+ either C or C. C enables encryption. C disables
+ encryption. Since this is the only option, the C<-crypt> flag may be
+ omitted.
+
+ C<0> and C<1> or C and C are not supported as replacements
+ for C and C.
+
+ =item B<-help>
+
+ Prints the online help for this command. All other valid options are
+ ignored.
+
+ =back
+
+ =head1 OUTPUT
+
+ This command produces no output other than error messages.
+
+ =head1 EXAMPLES
+
+ There are only four ways to invoke B. Either of:
+
+ % fs setcrypt -crypt on
+ % fs setcrypt on
+
+ will enable encryption for authenticated connections and:
+
+ % fs setcrypt -crypt off
+ % fs setcrypt off
+
+ will disable encryption.
+
+ =head1 PRIVILEGE REQUIRED
+
+ The issuer must be logged in as the local superuser root.
+
+ =head1 SEE ALSO
+
+ L
+
+ The description of the fcrypt encryption mechanism at
+ L.
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/klog.pod
diff -c openafs/doc/man-pages/pod1/klog.pod:1.3.2.5 openafs/doc/man-pages/pod1/klog.pod:1.3.2.6
*** openafs/doc/man-pages/pod1/klog.pod:1.3.2.5 Wed Mar 1 00:11:20 2006
--- openafs/doc/man-pages/pod1/klog.pod Fri Jul 27 14:02:03 2007
***************
*** 49,56 ****
credential structure already contains a token for the requested cell, the
token resulting from this command replaces it.
! Sites that employ standard Kerberos authentication instead of the AFS
! Authentication Server must use the Kerberos version of this command,
B, on all client machines. It automatically places the issuer's
Kerberos tickets in the file named by the KRBTKFILE environment variable,
which the B command defines automatically as F>
--- 49,60 ----
credential structure already contains a token for the requested cell, the
token resulting from this command replaces it.
! Sites that employ Kerberos authentication instead of the AFS
! Authentication Server should normally use the combination of B and
! B instead of B.
!
! Sites using Kerberos v4 authentication (perhaps with the AFS
! Authentication Server) must use the Kerberos version of this command,
B, on all client machines. It automatically places the issuer's
Kerberos tickets in the file named by the KRBTKFILE environment variable,
which the B command defines automatically as F>
Index: openafs/doc/man-pages/pod1/pts.pod
diff -c openafs/doc/man-pages/pod1/pts.pod:1.2.2.3 openafs/doc/man-pages/pod1/pts.pod:1.2.2.4
*** openafs/doc/man-pages/pod1/pts.pod:1.2.2.3 Thu Jan 5 13:33:53 2006
--- openafs/doc/man-pages/pod1/pts.pod Fri Aug 17 21:48:14 2007
***************
*** 52,57 ****
--- 52,66 ----
=item *
+ Commands to run commands interactively: B, B, and B.
+
+ =item *
+
+ A command to run commands from a file: B.
+
+ =item *
+
Commands to obtain help: B and B.
=back
***************
*** 136,149 ****
L,
L,
L,
L,
L,
L,
L,
L,
L,
L,
! L
=head1 COPYRIGHT
--- 145,162 ----
L,
L,
L,
+ L,
L,
L,
L,
L,
+ L,
L,
L,
L,
! L,
! L,
! L
=head1 COPYRIGHT
Index: openafs/doc/man-pages/pod1/pts_interactive.pod
diff -c /dev/null openafs/doc/man-pages/pod1/pts_interactive.pod:1.2.2.2
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/pts_interactive.pod Fri Aug 17 22:47:28 2007
***************
*** 0 ****
--- 1,119 ----
+ =head1 NAME
+
+ pts interactive - Enters interactive mode
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B
S<<< [B<-cell>] > >>> [B<-noauth>]
+ [B<-force>]
+
+ B S<<< [B<-c>] > >>> [B<-n>] [B<-f>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command allows the user to enter an interactive
+ mode, useful for running bulk commands like creating new users or groups.
+
+ =head1 CAUTIONS
+
+ Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B command
+ was only available on Unix or Linux and when OpenAFS was compiled with the
+ supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
+ it is always available.
+
+ Running bulk B commands may degrade the performance of the Protection
+ Server while they are run and server resources may not be released
+ immediately after commands are run. The B command can be used
+ in interactive mode or with B to give the Protection Server a
+ change to catch up.
+
+ =head1 OPTIONS
+
+ B only takes the standard B options.
+
+ =over 4
+
+ =item B<-cell> >
+
+ Names the cell in which to run the command. For more details, see
+ L.
+
+ =item B<-force>
+
+ Enables the command to continue executing as far as possible when errors
+ or other problems occur, rather than halting execution at the first error.
+ This is useful for bulk operations where you would like to continue even
+ if one of many operations fails.
+
+ =item B<-noauth>
+
+ Assigns the unprivileged identity anonymous to the issuer. For more
+ details, see L.
+
+ =back
+
+ =head1 OUTPUT
+
+ The output is the same as if each individual command were run from the
+ command line.
+
+ =head1 EXAMPLES
+
+ Here is an example of a B session:
+
+ % pts interactive
+ pts> examine admin
+ Name: admin, id: 1, owner: system:administrators, creator: anonymous,
+ membership: 2, flags: S----, group quota: 20.
+ pts> help
+ pts: Commands are:
+ adduser add a user to a group
+ apropos search by help text
+ chown change ownership of a group
+ creategroup create a new group
+ createuser create a new user
+ delete delete a user or group from database
+ examine examine an entry
+ help get help on commands
+ interactive enter interactive mode
+ listentries list users/groups in the protection database
+ listmax list max id
+ listowned list groups owned by an entry or zero id gets orphaned groups
+ membership list membership of a user or group
+ quit exit program
+ removeuser remove a user from a group
+ rename rename user or group
+ setfields set fields for an entry
+ setmax set max id
+ sleep pause for a bit
+ source read commands from file
+ pts> quit
+ %
+
+ =head1 PRIVILEGE REQUIRED
+
+ The same privilege is required to run the command in interactive mode as
+ is required to run the command by itself on the command line. Some
+ commands such as B require that the user belong to the
+ system:administrators group, while others do not.
+
+ =head1 SEE ALSO
+
+ L,
+ L,
+ L,
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/pts_quit.pod
diff -c /dev/null openafs/doc/man-pages/pod1/pts_quit.pod:1.1.4.2
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/pts_quit.pod Fri Aug 17 21:48:14 2007
***************
*** 0 ****
--- 1,76 ----
+ =head1 NAME
+
+ pts quit - Exit from pts interactive mode
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B
S<<< [B<-cell>] > >>> [B<-noauth>] [B<-force>]
+
+ B S<<< [B<-c>] > >>> [B<-n>] [B<-f>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B command exits from B mode. The command
+ can be run from the command line or interactively, but on the command line
+ it does nothing and is therefore of questionable utility.
+
+ =head1 CAUTIONS
+
+ Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B command was
+ only available on Unix or Linux and when OpenAFS was compiled with the
+ supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
+ it is always available.
+
+ =head1 OPTIONS
+
+ Although they have no effect, B takes the following standard
+ B options:
+
+ =over 4
+
+ =item B<-cell> >
+
+ Names the cell in which to run the command. For more details, see
+ L.
+
+ =item B<-force>
+
+ Enables the command to continue executing as far as possible when errors
+ or other problems occur, rather than halting execution at the first error.
+
+ =item B<-noauth>
+
+ Assigns the unprivileged identity anonymous to the issuer. For more
+ details, see L.
+
+ =back
+
+ =head1 OUTPUT
+
+ This command produces no output.
+
+ =head1 EXAMPLES
+
+ Here is an example of a B session:
+
+ % pts interactive
+ pts> quit
+ %
+
+ =head1 SEE ALSO
+
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/pts_sleep.pod
diff -c /dev/null openafs/doc/man-pages/pod1/pts_sleep.pod:1.2.2.2
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/pts_sleep.pod Fri Aug 17 22:47:28 2007
***************
*** 0 ****
--- 1,81 ----
+ =head1 NAME
+
+ pts sleep - Pauses for a few seconds
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B
S<<< [B<-delay>] > >>>
+ S<<< [B<-cell>] > >>> [B<-noauth>] [B<-force>]
+
+ B S<<< [B<-d>] > >>> S<<< [B<-c>] > >>>
+ [B<-n>] [B<-f>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B pauses for a specified number of seconds. The command can
+ be run from the command line or interactively, although from the command
+ line it's essentially equivalent to the B command. It is intended
+ for use in interactive mode to pause for a few seconds between batch
+ commands to allow the Protection Server to catch up.
+
+ =head1 CAUTIONS
+
+ Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B command was
+ only available on Unix or Linux and when OpenAFS was compiled with the
+ supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
+ it is always available.
+
+ =head1 OPTIONS
+
+ Although they have no effect, B takes the following standard
+ B options:
+
+ =over 4
+
+ =item B<-cell> >
+
+ Names the cell in which to run the command. For more details, see
+ L.
+
+ =item B<-force>
+
+ Enables the command to continue executing as far as possible when errors
+ or other problems occur, rather than halting execution at the first error.
+
+ =item B<-noauth>
+
+ Assigns the unprivileged identity anonymous to the issuer. For more
+ details, see L.
+
+ =back
+
+ =head1 OUTPUT
+
+ This command produces no output.
+
+ =head1 EXAMPLES
+
+ Here is an example of a B session:
+
+ % pts interactive
+ pts> sleep 5
+ pts> quit
+ %
+
+ =head1 SEE ALSO
+
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/pts_source.pod
diff -c /dev/null openafs/doc/man-pages/pod1/pts_source.pod:1.3.2.2
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/pts_source.pod Fri Aug 17 22:47:28 2007
***************
*** 0 ****
--- 1,90 ----
+ =head1 NAME
+
+ pts source - Read pts commands from a file
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B
S<<< [B<-file>] > >>> S<<< [B<-cell>] > >>>
+ [B<-noauth>] [B<-force>]
+
+ B S<<< [B<-f>] > >>> S<<< [B<-c>] > >>>
+ [B<-n>] [B<-f>]
+
+ =for html
+
+
+ =head1 DESCRIPTION
+
+ The B runs commands from a file as if they were typed in B mode. The command can be run from the command line or
+ interactively.
+
+ =head1 CAUTIONS
+
+ Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B command was
+ only available on Unix or Linux and when OpenAFS was compiled with the
+ supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
+ it is always available.
+
+ =head1 OPTIONS
+
+ B takes the following options:
+
+ =over 4
+
+ =item B<-cell> >
+
+ Names the cell in which to run the command. For more details, see
+ L.
+
+ =item B<-file> >
+
+ Specifies the filename from which to read commands.
+
+ =item B<-force>
+
+ Enables the command to continue executing as far as possible when errors
+ or other problems occur, rather than halting execution at the first error.
+ This is useful for bulk operations where you would like to continue even
+ if one of many operations fails.
+
+ =item B<-noauth>
+
+ Assigns the unprivileged identity anonymous to the issuer. For more
+ details, see L.
+
+ =back
+
+ =head1 OUTPUT
+
+ This command shows the output of each comand in the file as if it were
+ run normally.
+
+ =head1 EXAMPLES
+
+ Here is an example of using B in a B session:
+
+ % echo examine admin > /tmp/commands.txt
+ % pts interactive
+ pts> source /tmp/commands.txt
+ Name: admin, id: 1, owner: system:administrators, creator: anonymous,
+ membership: 2, flags: S----, group quota: 20.
+ pts> quit
+ %
+
+ =head1 SEE ALSO
+
+ L,
+ L,
+ L,
+ L
+
+ =head1 COPYRIGHT
+
+ Copyright 2007 Jason Edgecombe
+
+ This documentation is covered by the IBM Public License Version 1.0. This
+ man page was written by Jason Edgecombe for OpenAFS.
Index: openafs/doc/man-pages/pod1/vos.pod
diff -c openafs/doc/man-pages/pod1/vos.pod:1.3.2.4 openafs/doc/man-pages/pod1/vos.pod:1.3.2.6
*** openafs/doc/man-pages/pod1/vos.pod:1.3.2.4 Thu Jan 5 13:54:17 2006
--- openafs/doc/man-pages/pod1/vos.pod Fri Aug 17 22:38:14 2007
***************
*** 41,47 ****
=item *
Commands to create, move, and rename volumes: B, B, B, B, and B.
=item *
--- 41,48 ----
=item *
Commands to create, move, and rename volumes: B, B, B, B, B, and B.
=item *
***************
*** 55,61 ****
=item *
! Commands to create and restore dump files: B and B.
=item *
--- 56,63 ----
=item *
! Commands to create, size, and restore dump files: B, B, and B.
=item *
***************
*** 235,240 ****
--- 237,243 ----
L,
L,
L,
+ L,
L,
L,
L,
***************
*** 252,257 ****
--- 255,261 ----
L,
L,
L,
+ L,
L,
L,
L,
Index: openafs/doc/man-pages/pod1/vos_backupsys.pod
diff -c openafs/doc/man-pages/pod1/vos_backupsys.pod:1.3.2.6 openafs/doc/man-pages/pod1/vos_backupsys.pod:1.3.2.7
*** openafs/doc/man-pages/pod1/vos_backupsys.pod:1.3.2.6 Wed Mar 1 00:11:21 2006
--- openafs/doc/man-pages/pod1/vos_backupsys.pod Fri Aug 17 21:48:14 2007
***************
*** 109,115 ****
-prefix '^.*aix'
! =back 4
To display a list of the volumes to be cloned, without actually cloning
them, include the B<-dryrun> flag. To display a statement that summarizes
--- 109,115 ----
-prefix '^.*aix'
! =back
To display a list of the volumes to be cloned, without actually cloning
them, include the B<-dryrun> flag. To display a statement that summarizes
Index: openafs/doc/man-pages/pod1/vos_changeloc.pod
diff -c /dev/null openafs/doc/man-pages/pod1/vos_changeloc.pod:1.1.4.3
*** /dev/null Mon Oct 15 18:37:44 2007
--- openafs/doc/man-pages/pod1/vos_changeloc.pod Sun Aug 19 18:27:03 2007
***************
*** 0 ****
--- 1,150 ----
+ =head1 NAME
+
+ vos changeloc - Change a volume's entry in the VLDB
+
+ =head1 SYNOPSIS
+
+ =for html
+
+
+ B S<<< [B<-server>]