man1-editing-pass-20051209
[openafs.git] / doc / man-pages / pod1 / dpass.pod
index f9ff67c..a276590 100644 (file)
@@ -4,19 +4,18 @@ dpass - Returns the DCE password for a new DCE account
 
 =head1 SYNOPSIS
 
-B<dpass> [B<-cell> <I<original AFS cell name>>]  [-help] 
+B<dpass> [B<-cell> <I<original AFS cell name>>] [B<-help>]
 
-B<dpass> [B<-c> <I<original AFS cell name>>]  [-h]
+B<dpass> [B<-c> <I<original AFS cell name>>] [B<-h>]
 
 =head1 DESCRIPTION
 
-The dpass command returns the DCE password that an administrator
-assigned to the issuer when using the B<dm pass> command to migrate
-AFS user accounts into a DCE cell.
+The B<dpass> command returns the DCE password that an administrator
+assigned to the issuer when using the B<dm pass> command to migrate AFS
+user accounts into a DCE cell.
 
-The dpass command, issued on an AFS client, requests the
-issuer's new DCE password from the AFS cell specified with the
-B<-cell> argument.
+The B<dpass> command, issued on an AFS client, requests the issuer's new
+DCE password from the AFS cell specified with the B<-cell> argument.
 
 The issuer must be authenticated as the AFS user whose AFS account was
 moved into DCE, and be able to provide the user's AFS password when
@@ -26,36 +25,35 @@ prompted by the B<dpass> command.
 
 =over 4
 
-=item -cell
+=item B<-cell> <I<cell name>>
 
 Specifies the name of the AFS cell from which the AFS account was moved
 into DCE and from which to fetch the new DCE password.
 
-=item -help
+=item B<-help>
 
-Prints the online help for this command. All other valid options
-are ignored.
+Prints the online help for this command. All other valid options are
+ignored.
 
 =back
 
 =head1 OUTPUT
 
-By default, the dpass command writes a message similar to the
-following to the standard output stream.
+By default, the dpass command writes a message similar to the following to
+the standard output stream.
 
    Please read the following message before entering your password.  
 
    This program will display your new, temporary DCE password on your
-   terminal, and you should change the assigned password as soon as 
-   possible (from a DCE client).  The program assumes that the AFS cell 
-   uses the AFS Authentication Server and that an administrator used the 
-   utilities in the AFS/DFS Migration Toolkit to migrate the account from 
-   AFS to DCE. The password you enter should be the AFS password that was 
-   in effect when your DCE account was created; this is not necessarily 
-   the same password you have at the moment.  The cell name (which you 
-   may override with a command line option), must be the name of the AFS 
-   cell from which the authentication information was taken.
-    
+   terminal, and you should change the assigned password as soon as
+   possible (from a DCE client).  The program assumes that the AFS cell
+   uses the AFS Authentication Server and that an administrator used the
+   utilities in the AFS/DFS Migration Toolkit to migrate the account from
+   AFS to DCE. The password you enter should be the AFS password that was
+   in effect when your DCE account was created; this is not necessarily
+   the same password you have at the moment.  The cell name (which you may
+   override with a command line option), must be the name of the AFS cell
+   from which the authentication information was taken.
 
 To suppress this message, set the DPASS_NO_MESSAGE environment
 variable. It is then possible to substitute a customized message if
@@ -71,26 +69,26 @@ desired by using a script similar to the following example:
    setenv DPASS_NO_MESSAGE
    dpass $*
 
-After the standard or customized message, if any, the dpass
-command generates the following prompt for the original AFS password:
+After the standard or customized message, if any, the dpass command
+generates the following prompt for the original AFS password:
 
-   Original password for AFS cell I<cell>:
+   Original password for AFS cell <cell>:
    Re-enter password to verify:
 
 If the AFS passwords match and are correct, the command reports the
 temporary DCE password in the following message.
 
-   The new DCE password is: I<Issuer's_temporary_DCE_password>
+   The new DCE password is: <Issuer's_temporary_DCE_password
 
 =head1 EXAMPLES
 
 The following example returns the DCE password of the issuer, whose AFS
-account is in the B<abc.com> cell. The DPASS_NO_MESSAGE
-variable has been set to suppress the standard message.
+account is in the C<abc.com> cell. The DPASS_NO_MESSAGE variable has been
+set to suppress the standard message.
 
    % dpass
-   Original password for AFS cell abc.com: I<Issuer's_AFS_password>
-   Re-enter password to verify: I<Issuer's_AFS_password>
+   Original password for AFS cell abc.com: <Issuer's_AFS_password>
+   Re-enter password to verify: <Issuer's_AFS_password>
    The new DCE password is: 8655--eg8e-dcdc-8157
 
 =head1 PRIVILEGE REQUIRED
@@ -102,7 +100,7 @@ corresponding DCE password.
 
 L<dlog(1)>
 
-dm pass reference page in I<IBM AFS/DFS Migration Toolkit
+B<dm pass> reference page in I<IBM AFS/DFS Migration Toolkit
 Administration Guide and Reference>
 
 =head1 COPYRIGHT