Add note that UnixDirectoryInfo.Create() follows umask.
authorJonathan Pryor <jonpryor@vt.edu>
Tue, 7 Aug 2012 19:41:11 +0000 (15:41 -0400)
committerJonathan Pryor <jonpryor@vt.edu>
Tue, 7 Aug 2012 19:43:28 +0000 (15:43 -0400)
mcs/class/Mono.Posix/Documentation/en/Mono.Unix/UnixDirectoryInfo.xml

index bd53ac4ad4e989757246eb0e2c8ae09920828f59..99e941eff9cbb2f060e8c107ebdb89ee3cda9916 100644 (file)
         <summary>Create the directory 
         <see cref="P:Mono.Unix.UnixFileSystemInfo.FullName" />.</summary>
         <remarks>This is identical to calling 
-        <see cref="M:Mono.Unix.UnixDirectoryInfo.Create" />
-        (<see cref="F:Mono.Unix.FileAccessPermissions.AllPermissions" />).</remarks>
+          <c><see cref="M:Mono.Unix.UnixDirectoryInfo.Create" />
+            (<see cref="F:Mono.Unix.FileAccessPermissions.AllPermissions" />)</c>.
+          <block subset="none" type="note">
+            The <c>Create</c> obeys the process'
+            <see cref="M:Mono.Unix.Native.Syscall.umask" /> value.
+          </block>
+        </remarks>
         <exception cref="T:System.UnauthorizedAccessException">
           <para>Search permission is denied for a component of 
           <see cref="P:Mono.Unix.UnixFileSystemInfo.FullName" />.
         <summary>Create the directory 
         <see cref="P:Mono.Unix.UnixFileSystemInfo.FullName" />.</summary>
         <remarks>
+          <block subset="none" type="note">
+            The <c>Create</c> obeys the process'
+            <see cref="M:Mono.Unix.Native.Syscall.umask" /> value.
+          </block>
         </remarks>
         <exception cref="T:System.UnauthorizedAccessException">
           <para>Search permission is denied for a component of