Browse Source

Updated documentation

Tal Aloni 8 years ago
parent
commit
3769af188b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      SMBLibrary/Readme.md
  2. 1 1
      SMBLibrary/Readme.txt
  3. 1 1
      SMBLibrary/SMB1/Commands/ReadAndXRequest.cs

+ 1 - 1
SMBLibrary/Readme.md

@@ -1,6 +1,6 @@
 About SMBLibrary:
 About SMBLibrary:
 =================
 =================
-SMBLibrary is an open-source C# SMB 1.0/CIFS 1.0, SMB 2.0 and SMB 2.1 server implementation.  
+SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server implementation.  
 SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.  
 SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.  
 SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.  
 SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.  
 
 

+ 1 - 1
SMBLibrary/Readme.txt

@@ -1,6 +1,6 @@
 About SMBLibrary:
 About SMBLibrary:
 =================
 =================
-SMBLibrary is an open-source C# SMB 1.0/CIFS 1.0, SMB 2.0 and SMB 2.1 server implementation.
+SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server implementation.
 SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.
 SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.
 SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.
 SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.
 
 

+ 1 - 1
SMBLibrary/SMB1/Commands/ReadAndXRequest.cs

@@ -31,7 +31,7 @@ namespace SMBLibrary.SMB1
         /// MaxCountHigh and the two unused bytes MUST be zero.
         /// MaxCountHigh and the two unused bytes MUST be zero.
         /// When reading from a name pipe or I/O device, the field MUST be interpreted as Timeout.
         /// When reading from a name pipe or I/O device, the field MUST be interpreted as Timeout.
         /// </summary>
         /// </summary>
-        public uint Timeout_or_MaxCountHigh; // CIFS 1.0: Timeout only
+        public uint Timeout_or_MaxCountHigh; // CIFS: Timeout only
         public ushort Remaining;
         public ushort Remaining;
 
 
         public ReadAndXRequest() : base()
         public ReadAndXRequest() : base()