]> granicus.if.org Git - php/commitdiff
* typo fixes, wrapping
authorStig Bakken <ssb@php.net>
Mon, 20 May 2002 00:11:15 +0000 (00:11 +0000)
committerStig Bakken <ssb@php.net>
Mon, 20 May 2002 00:11:15 +0000 (00:11 +0000)
pear/PEAR/Command/Auth.php

index 5f99b2756ec209bc01ab92df6fcadba754b4f28b..2681787ed97bf4baeed8b001a54e6c451450fd5b 100644 (file)
@@ -33,12 +33,11 @@ class PEAR_Command_Auth extends PEAR_Command_Common
             'summary' => 'Connects and authenticates to remote server',
             'function' => 'doLogin',
             'options' => array(),
-            'doc' => 'To use functions in the installer that require any kind
-of privilege, you need to log in first.  The username and password you enter
-here will be stored in your per-user PEAR configuration (~/.pearrc on
-Unix-like systems).  After logging in, your username and password will be
-passed along in every subsequent operation on the remote server.
-',
+            'doc' => 'To use remote functions in the installer that require any kind of
+privileges, you need to log in first.  The username and password you
+enter here will be stored in your per-user PEAR configuration
+(~/.pearrc on Unix-like systems).  After logging in, your username and
+password will be sent along in subsequent operations on the remote server.',
             ),
         'logout' => array(
             'summary' => 'Logs out from the remote server',
@@ -47,8 +46,7 @@ passed along in every subsequent operation on the remote server.
             'doc' => 'Logs out from the remote server.
 This command does not actually connect to the remote
 server, it only deletes the stored username and password from your
-user configuration.
-',
+user configuration.',
             )
 
         );