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
          +++ new/usr/src/man/man1m/sharectl.1m
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  .\" When distributing Covered Code, include this CDDL HEADER in each
  12   12  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  13   13  .\" If applicable, add the following below this CDDL HEADER, with the
  14   14  .\" fields enclosed by brackets "[]" replaced with your own identifying
  15   15  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  16   16  .\"
  17   17  .\"
  18   18  .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
  19   19  .\" Copyright 2016 Nexenta Systems, Inc.
  20   20  .\"
  21      -.Dd March 1, 2016
       21 +.Dd December 16, 2016
  22   22  .Dt SHARECTL 1M
  23   23  .Os
  24   24  .Sh NAME
  25   25  .Nm sharectl
  26   26  .Nd configure and manage file sharing services
  27   27  .Sh SYNOPSIS
  28   28  .Nm
  29   29  .Ar subcommand
  30   30  .Op Fl h
  31   31  .Nm
↓ open down ↓ 101 lines elided ↑ open up ↑
 133  133  The following command sets the minimum version of the server NFS protocol to
 134  134  version 3.
 135  135  .Bd -literal
 136  136  # sharectl -p server_versmin=3 nfs
 137  137  .Ed
 138  138  .It Sy Example 2 No Getting Properties
 139  139  The following command gets the properties for the NFS protocol.
 140  140  .Bd -literal
 141  141  # sharectl get nfs
 142  142  lockd_listen_backlog=32
 143      -lockd_servers=20
      143 +lockd_servers=256
 144  144  lockd_retransmit_timeout=5
 145  145  grace_period=90
 146  146  nfsmapid_domain=sun.com
 147      -servers=16
      147 +servers=1024
 148  148  server_versmin=2
 149  149  server_versmax=4
 150  150  max_connections=-1
 151  151  .Ed
 152  152  .Pp
 153  153  The following command gets the value of the grace_period property for the NFS
 154  154  protocol.
 155  155  .Bd -literal
 156  156  # sharectl get -p grace_period nfs
 157  157  grace_period=90
↓ open down ↓ 68 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX