You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/02/15 00:46:30 UTC

cvs commit: jakarta-commons-sandbox/vfs/xdocs filesystems.xml

adammurdoch    2003/02/14 15:46:30

  Modified:    vfs/xdocs filesystems.xml
  Log:
  - Fixed typo in file:// example.
  - Added a couple more examples.
  
  Revision  Changes    Path
  1.3       +4 -2      jakarta-commons-sandbox/vfs/xdocs/filesystems.xml
  
  Index: filesystems.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/filesystems.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- filesystems.xml	17 Nov 2002 03:30:13 -0000	1.2
  +++ filesystems.xml	14 Feb 2003 23:46:30 -0000	1.3
  @@ -34,10 +34,12 @@
   
               <p><b>Examples</b></p>
               <ul>
  -                <li><code>file://home/someuser/somedir</code></li>
  +                <li><code>file:///home/someuser/somedir</code></li>
  +                <li><code>file://C:/Documents and Settings</code></li>
  +                <li><code>file:////somehost/someshare/afile.txt</code></li>
  +                <li><code>/home/someuser/somedir</code></li>
                   <li><code>c:\program files\some dir</code></li>
                   <li><code>c:/program files/some dir</code></li>
  -                <li><code>file:////somehost/someshare/afile.txt</code></li>
               </ul>
           </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org