]> sourceware.org Git - newlib-cygwin.git/commitdiff
* utils.sgml: Convert some backslashes to slashes.
authorChristopher Faylor <me@cgf.cx>
Sat, 13 Dec 2008 22:43:54 +0000 (22:43 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 13 Dec 2008 22:43:54 +0000 (22:43 +0000)
winsup/utils/ChangeLog
winsup/utils/utils.sgml

index 580ab6fa8b23ebf4d3979b8fc5c5b611a7a51ae4..a41e5afea35aba0e61140fa08c9e39b9f6997dcc 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-13  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * utils.sgml: Convert some backslashes to slashes.
+
 2008-11-26  Corinna Vinschen  <corinna@vinschen.de>
 
        * passwd.c (longopts): Add --reg-store-pwd option.
index 7f8ed7bc405fded4e0eef38fd48acb41f0e61726..83d9db399d39f39fd2f5feb6e2c30601e64eefe8 100644 (file)
@@ -749,7 +749,7 @@ to the current user.</para>
 <para>The <command>mount</command> utility is also the mechanism for
 adding new mounts to the mount table.  The following example
 demonstrates how to mount the directory
-<filename>\\pollux\home\joe\data</filename> to <filename>/data</filename>
+<filename>//pollux/home/joe/data</filename> to <filename>/data</filename>
 for the duration of the current session.
 </para>
 
@@ -761,10 +761,10 @@ ls: /data: No such file or directory
 <prompt>c:\cygwin\&gt;</prompt> <userinput>mount //pollux/home/joe/data /data</userinput>
 mount: warning - /data does not exist!
 <prompt>c:\cygwin\&gt;</prompt> <userinput>mount</userinput>
-\\pollux\home\joe\data on /data type smbfs (binary)
-c:\cygwin\bin on /usr/bin type ntfs (binary)
-c:\cygwin\lib on /usr/lib type ntfs (binary)
-c:\cygwin on / type ntfs (binary)
+//pollux/home/joe/data on /data type smbfs (binary)
+c:/cygwin/bin on /usr/bin type ntfs (binary)
+c:/cygwin/lib on /usr/lib type ntfs (binary)
+c:/cygwin on / type ntfs (binary)
 c: on /c type ntfs (binary,user,noumount)
 d: on /d type fat (binary,user,noumount)
 </screen>
This page took 0.032767 seconds and 5 git commands to generate.