=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wineusr: Add a note about access rights to unix devices.

Alexandre Julliard julliard at winehq.org
Fri Sep 13 09:41:00 CDT 2013


Module: docs
Branch: master
Commit: 0bc3120e0f929acd4a1437daede1b9de385f53a2
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=0bc3120e0f929acd4a1437daede1b9de385f53a2

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Sep 11 21:45:53 2013 +0200

wineusr: Add a note about access rights to unix devices.

---

 en/wineusr-configuring.sgml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/en/wineusr-configuring.sgml b/en/wineusr-configuring.sgml
index 1be0389..ff54fa5 100644
--- a/en/wineusr-configuring.sgml
+++ b/en/wineusr-configuring.sgml
@@ -606,7 +606,8 @@ ln -sf /usr/local/etc/wine.systemreg system.reg
           number, such as <filename class="devicefile">lpt1</filename>.
           You should link these directly to the corresponding Unix
           devices, such as <filename class="devicefile">/dev/ttyS0</filename> and
-          <filename class="devicefile">/dev/lp0</filename>.  For example, to configure
+          <filename class="devicefile">/dev/lp0</filename>. Make sure you have the needed
+          access rights to that device. For example, to configure
           one serial port and one parallel port, run the following commands:
 <screen>
 ln -s /dev/ttyS0 com1
@@ -618,7 +619,7 @@ ln -s /dev/lp0 lpt1
       <title>Network Shares</title>
 
         <para>
-          Windows shares can are mapped into the <filename class="directory">unc/</filename>
+          Windows shares can be mapped into the <filename class="directory">unc/</filename>
           directory so anything trying to access
           <filename>\\<replaceable>myserver</replaceable>\<replaceable>some</replaceable>\<replaceable>file</replaceable></filename>
           will look in




More information about the wine-cvs mailing list