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 + + * faq-using.xml: Add 'net use' hint to network shares FAQ. + 2005-08-26 Joshua Daniel Franklin * 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 . Workarounds include using public network share that does not require -authentication (for non-critical files), or running the service as -your own user with cygrunsrv -u (see -/usr/share/doc/Cygwin/cygrunsrv.README for more information). +authentication (for non-critical files), providing your password to a +net use command, or running the service as your own +user with cygrunsrv -u (see +/usr/share/doc/Cygwin/cygrunsrv.README for more +information).