[LDAPsh-cvs] ldapsh ldapsh,1.37,1.38
Status: Beta
Brought to you by:
rcorvalan
From: <j-d...@us...> - 2003-12-14 09:18:48
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1:/tmp/cvs-serv23725 Modified Files: ldapsh Log Message: * A minor pod syntax correction. Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** ldapsh 14 Dec 2003 04:15:36 -0000 1.37 --- ldapsh 14 Dec 2003 07:32:16 -0000 1.38 *************** *** 1374,1382 **** If no RDN is specified, the I<current working directory> is not changed. ! If C<-> is specified, L<$OLDWD|$OLDWD> is swapped with the I<current working directory>. If C<foo> and C<bar> are specified, C<bar> will be substituted for C<foo> in the I<current working directory> and the result will be used to ! invoke L<setdn|setdn>. If C<foo> was not present in L<$CWD|$CWD>, the I<current working directory> is not changed. --- 1374,1382 ---- If no RDN is specified, the I<current working directory> is not changed. ! If C<-> is specified, L<$OLDWD|"$OLDWD"> is swapped with the I<current working directory>. If C<foo> and C<bar> are specified, C<bar> will be substituted for C<foo> in the I<current working directory> and the result will be used to ! invoke L<setdn|setdn>. If C<foo> was not present in L<$CWD|"$CWD">, the I<current working directory> is not changed. |