diff options
Diffstat (limited to 'usr/src/man/man1m/sharectl.1m')
-rw-r--r-- | usr/src/man/man1m/sharectl.1m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man1m/sharectl.1m b/usr/src/man/man1m/sharectl.1m index e067d0959b..e754a602b4 100644 --- a/usr/src/man/man1m/sharectl.1m +++ b/usr/src/man/man1m/sharectl.1m @@ -18,7 +18,7 @@ .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved .\" Copyright 2016 Nexenta Systems, Inc. .\" -.Dd March 1, 2016 +.Dd December 16, 2016 .Dt SHARECTL 1M .Os .Sh NAME @@ -140,11 +140,11 @@ The following command gets the properties for the NFS protocol. .Bd -literal # sharectl get nfs lockd_listen_backlog=32 -lockd_servers=20 +lockd_servers=256 lockd_retransmit_timeout=5 grace_period=90 nfsmapid_domain=sun.com -servers=16 +servers=1024 server_versmin=2 server_versmax=4 max_connections=-1 |