From 2b0c1c0d44fad7dff9412e1017e8529d0fca7225 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 13 Dec 2008 22:43:54 +0000 Subject: [PATCH] * utils.sgml: Convert some backslashes to slashes. --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/utils.sgml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 580ab6fa8..a41e5afea 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2008-12-13 Christopher Faylor + + * utils.sgml: Convert some backslashes to slashes. + 2008-11-26 Corinna Vinschen * passwd.c (longopts): Add --reg-store-pwd option. diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 7f8ed7bc4..83d9db399 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -749,7 +749,7 @@ to the current user. The mount utility is also the mechanism for adding new mounts to the mount table. The following example demonstrates how to mount the directory -\\pollux\home\joe\data to /data +//pollux/home/joe/data to /data for the duration of the current session. @@ -761,10 +761,10 @@ ls: /data: No such file or directory c:\cygwin\> mount //pollux/home/joe/data /data mount: warning - /data does not exist! c:\cygwin\> mount -\\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)