Print this page
Marcel's code review fixes
Marcel's update to 7651

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/sharectl.1m.man.txt
          +++ new/usr/src/man/man1m/sharectl.1m.man.txt
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66               The following command sets the minimum version of the server NFS
  67   67               protocol to version 3.
  68   68  
  69   69               # sharectl -p server_versmin=3 nfs
  70   70  
  71   71       Example 2 Getting Properties
  72   72               The following command gets the properties for the NFS protocol.
  73   73  
  74   74               # sharectl get nfs
  75   75               lockd_listen_backlog=32
  76      -             lockd_servers=20
       76 +             lockd_servers=256
  77   77               lockd_retransmit_timeout=5
  78   78               grace_period=90
  79   79               nfsmapid_domain=sun.com
  80      -             servers=16
       80 +             servers=1024
  81   81               server_versmin=2
  82   82               server_versmax=4
  83   83               max_connections=-1
  84   84  
  85   85               The following command gets the value of the grace_period property
  86   86               for the NFS protocol.
  87   87  
  88   88               # sharectl get -p grace_period nfs
  89   89               grace_period=90
  90   90  
↓ open down ↓ 40 lines elided ↑ open up ↑
 131  131               addr=sserv.ex.com
 132  132               timeout=25
 133  133  
 134  134  INTERFACE STABILITY
 135  135       Committed
 136  136  
 137  137  SEE ALSO
 138  138       sharemgr(1M), autofs(4), nfs(4), nsmbrc(4), smb(4), user_attr(4),
 139  139       attributes(5), rbac(5), smf(5), standards(5)
 140  140  
 141      -illumos                          March 1, 2016                         illumos
      141 +illumos                        December 16, 2016                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX