diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/faq-using.xml | 8 |
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> |