Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-08-27 08:53:15 +0400
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-08-27 08:53:15 +0400
commit970fabec27391531d5738f5893f8113e6093ba4e (patch)
treede7a427c1875c2228b8d0fde82c586d580ce452d
parent7a582da59905eeab32366cc741e51b1da567fa7a (diff)
2005-08-26 Brian Dessent <brian@dessent.net>
* faq-using.xml: Add 'net use' hint to network shares FAQ.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/faq-using.xml8
2 files changed, 9 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index eea5ceb6d..8039810b3 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-26 Brian Dessent <brian@dessent.net>
+
+ * faq-using.xml: Add 'net use' hint to network shares FAQ.
+
2005-08-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* Makefile.in: Remove extra anchor to make NN4 happy.
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index 2629dbe8b..8fc4ffdc5 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -75,9 +75,11 @@ network shares are not available. For more information, see
<ulink url="http://cygwin.com/cygwin-ug-net/ntsec.html" />.
</para>
<para>Workarounds include using public network share that does not require
-authentication (for non-critical files), or running the service as
-your own user with <literal>cygrunsrv -u</literal> (see
-<literal>/usr/share/doc/Cygwin/cygrunsrv.README</literal> for more information).
+authentication (for non-critical files), providing your password to a
+<command>net use</command> command, or running the service as your own
+user with <literal>cygrunsrv -u</literal> (see
+<literal>/usr/share/doc/Cygwin/cygrunsrv.README</literal> for more
+information).
</para>
</answer></qandaentry>