Print this page
nits pt 2
Fix nits
Updated wording
5032 share_nfs(1m): Documentation for "noaclfab" is needed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/share_nfs.1m
          +++ new/usr/src/man/man1m/share_nfs.1m
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  .\" If applicable, add the following below this CDDL HEADER, with the
  16   16  .\" fields enclosed by brackets "[]" replaced with your own identifying
  17   17  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  .\"
  19   19  .\" CDDL HEADER END
  20   20  .\"
  21   21  .\"
  22   22  .\" Copyright (C) 2008, Sun Microsystems, Inc. All Rights Reserved
  23   23  .\" Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       24 +.\" Copyright 2016 Jason King.
  24   25  .\"
  25      -.Dd November 10, 2014
       26 +.Dd December 16, 2016
  26   27  .Dt SHARE_NFS 1M
  27   28  .Os
  28   29  .Sh NAME
  29   30  .Nm share_nfs
  30   31  .Nd make local NFS file systems available for mounting by remote systems
  31   32  .Sh SYNOPSIS
  32   33  .Nm share
  33   34  .Op Fl d Ar description
  34   35  .Op Fl F Sy nfs
  35   36  .Op Fl o Ar specific_options
↓ open down ↓ 114 lines elided ↑ open up ↑
 150  151  determines the location of the related log files. The
 151  152  .Ar tag
 152  153  is defined in
 153  154  .Pa /etc/nfs/nfslog.conf .
 154  155  If no
 155  156  .Ar tag
 156  157  is specified, the default values associated with the global tag in
 157  158  .Pa /etc/nfs/nfslog.conf
 158  159  are used. Support of NFS server logging is only available for NFS Version 2 and
 159  160  Version 3 requests.
      161 +.It Sy noaclfab
      162 +By default, the NFS server will fabricate POSIX-draft style ACLs in response
      163 +to ACL requests from NFS Version 2 or Version 3 clients accessing shared
      164 +file systems that do not support POSIX-draft ACLs (such as ZFS).
      165 +Specifying
      166 +.Sy noaclfab
      167 +disables this behavior.
 160  168  .It Sy none Ns = Ns Ar access_list
 161  169  Access is not allowed to any client that matches the access list. The exception
 162  170  is when the access list is an asterisk (*), in which case
 163  171  .Sy ro
 164  172  or
 165  173  .Sy rw
 166  174  can override
 167  175  .Sy none .
 168  176  .It Sy nosub
 169  177  Prevents clients from mounting subdirectories of shared directories. For
↓ open down ↓ 342 lines elided ↑ open up ↑
 512  520  .Sh SEE ALSO
 513  521  .Xr mount 1M ,
 514  522  .Xr mountd 1M ,
 515  523  .Xr nfsd 1M ,
 516  524  .Xr nfslogd 1M ,
 517  525  .Xr share 1M ,
 518  526  .Xr unshare 1M ,
 519  527  .Xr getnetbyname 3SOCKET ,
 520  528  .Xr netgroup 4 ,
 521  529  .Xr nfslog.conf 4 ,
      530 +.Xr acl 5 ,
 522  531  .Xr attributes 5 ,
 523  532  .Xr nfssec 5
 524  533  .Sh NOTES
 525  534  If the
 526  535  .Sy sec Ns =
 527  536  option is presented at least once, all uses of the
 528  537  .Sy window Ns = ,
 529  538  .Sy rw ,
 530  539  .Sy ro ,
 531  540  .Sy rw Ns = ,
↓ open down ↓ 209 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX