]> arthur.barton.de Git - netatalk.git/commitdiff
Explanation of "veto message" is wrong.
authorHAT <hat@fa2.so-net.ne.jp>
Fri, 13 Sep 2013 16:36:41 +0000 (01:36 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Fri, 13 Sep 2013 16:36:41 +0000 (01:36 +0900)
and some fixes.

NEWS
doc/manpages/man5/afp.conf.5.xml

diff --git a/NEWS b/NEWS
index 0d2b299f06d8efaa8b90bf6f6a501834f2a13577..b932367d9bf190362ac0fa071279e4896b4a895b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ Changes in 3.0.5
 * FIX: "afp listen" option failed to take IPv6 addresses. Bug #515.
 * FIX: Fix a possible crash in set_groups. Bug #518.
 * NEW: Send optional AFP messages for vetoed files, new option
-       "veto messages" can be used to enable sending messages.
+       "veto message" can be used to enable sending messages.
        Then whenever a client tries to access any file or directory
        with a vetoed name, it will be sent an AFP message indicating
        the name and the directory. From FR #81.
@@ -33,7 +33,7 @@ Changes in 3.0.4
        lead to a failure setting the size of a files ressource fork.
        This affected application like Adobe Photoshop where saving
        files may fail. Fixes bug #511.
-* UPD: Enhance ACL mapping, change global ACL option 'map acl' to take
+* UPD: Enhance ACL mapping, change global ACL option 'map acls' to take
        the following options: "none", "rights" (default), "mode".
        none   = no mapping, this resembles the previous false/no setting
        rights = map ACLs to Finder UARights, this resembles the previous
index 0cf62529c638d49305b91d84a14e209192d4e077..e17dcc474f1641e5bf4eeb44e4c322dfef7c0c92 100644 (file)
@@ -5,7 +5,7 @@
 
     <manvolnum>5</manvolnum>
 
-    <refmiscinfo class="date">30 Apr 2013</refmiscinfo>
+    <refmiscinfo class="date">13 Sep 2013</refmiscinfo>
 
     <refmiscinfo class="source">@NETATALK_VERSION@</refmiscinfo>
   </refmeta>
 
           <listitem>
             <para>This specifies the DSI server quantum. The default value is
-            1 MB. The maximum value is 0xFFFFFFFFF, the minimum is 32000. If
-            you specify a value that is out of range, the default value will
-            be set. Do not change this value unless you're absolutely sure,
-            what you're doing</para>
+            0x100000 (1 MiB). The maximum value is 0xFFFFFFFFF, the minimum is
+            32000. If you specify a value that is out of range, the default
+            value will be set. Do not change this value unless you're
+            absolutely sure, what you're doing</para>
           </listitem>
         </varlistentry>
 
           <emphasis>no</emphasis>) <type>(G)</type></term>
 
           <listitem>
-            <para>Use section <option>name</option> as option preset for all
-            volumes (when set in the [Global] section) or for one volume (when
-            set in that volume's section).</para>
+            <para>Send optional AFP messages for vetoed files. Then whenever a
+            client tries to access any file or directory with a vetoed name,
+            it will be sent an AFP message indicating the name and the
+            directory.</para>
           </listitem>
         </varlistentry>