diff options
author | Matt Barden <matt.barden@nexenta.com> | 2016-02-26 17:14:53 -0500 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2019-06-07 23:01:40 -0400 |
commit | 811599a462e8920d70cf548f4002182d3c222d13 (patch) | |
tree | 1e89924ed00acb4bb396670d4aa20c6fc5bb6759 /usr/src/man | |
parent | 5cb2894a4e6bdb3bf08605e4bc819421f53c5b36 (diff) | |
download | illumos-gate-811599a462e8920d70cf548f4002182d3c222d13.tar.gz |
11011 SMB2/3 durable handles
Portions contributed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man4/smb.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man4/smb.4 b/usr/src/man/man4/smb.4 index b7073a0f65..27043028b2 100644 --- a/usr/src/man/man4/smb.4 +++ b/usr/src/man/man4/smb.4 @@ -117,7 +117,7 @@ are \fBtrue\fR and \fBfalse\fR. The default value is \fBfalse\fR. .RS 4n Specifies the number of seconds before an idle SMB connection is dropped by the Solaris CIFS server. If set to 0, idle connections are not dropped. Valid -values are 0 and from 20 seconds and above. The default value is 5400 seconds. +values are 0 and from 20 seconds and above. The default value is 0. .RE .sp |