Print this page
10473 zfs(1M) missing cross-reference to zfs-program(1M)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zfs.1m
          +++ new/usr/src/man/man1m/zfs.1m
↓ open down ↓ 15 lines elided ↑ open up ↑
  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) 2009 Sun Microsystems, Inc. All Rights Reserved.
  23   23  .\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
  24   24  .\" Copyright (c) 2011, 2016 by Delphix. All rights reserved.
  25   25  .\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  26      -.\" Copyright (c) 2014, Joyent, Inc. All rights reserved.
  27   26  .\" Copyright (c) 2014 by Adam Stevko. All rights reserved.
  28   27  .\" Copyright (c) 2014 Integros [integros.com]
  29   28  .\" Copyright 2018 Nexenta Systems, Inc.
  30      -.\" Copyright 2018 Joyent, Inc.
       29 +.\" Copyright 2019 Joyent, Inc.
  31   30  .\" Copyright (c) 2018 Datto Inc.
  32   31  .\"
  33      -.Dd Jan 05, 2019
       32 +.Dd February 26, 2019
  34   33  .Dt ZFS 1M
  35   34  .Os
  36   35  .Sh NAME
  37   36  .Nm zfs
  38   37  .Nd configures ZFS file systems
  39   38  .Sh SYNOPSIS
  40   39  .Nm
  41   40  .Op Fl \?
  42   41  .Nm
  43   42  .Cm create
↓ open down ↓ 3445 lines elided ↑ open up ↑
3489 3488  The ZFS channel
3490 3489  program interface allows ZFS administrative operations to be run
3491 3490  programmatically via a Lua script.
3492 3491  The entire script is executed atomically, with no other administrative
3493 3492  operations taking effect concurrently.
3494 3493  A library of ZFS calls is made available to channel program scripts.
3495 3494  Channel programs may only be run with root privileges.
3496 3495  .sp
3497 3496  For full documentation of the ZFS channel program interface, see the manual
3498 3497  page for
     3498 +.Xr zfs-program 1M .
3499 3499  .Bl -tag -width ""
3500 3500  .It Fl j
3501 3501  Display channel program output in JSON format.
3502 3502  When this flag is specified and standard output is empty -
3503 3503  channel program encountered an error.
3504 3504  The details of such an error will be printed to standard error in plain text.
3505 3505  .It Fl n
3506 3506  Executes a read-only channel program, which runs faster.
3507 3507  The program cannot change on-disk state by calling functions from
3508 3508  the zfs.sync submodule.
↓ open down ↓ 405 lines elided ↑ open up ↑
3914 3914  .El
3915 3915  .Sh INTERFACE STABILITY
3916 3916  .Sy Committed .
3917 3917  .Sh SEE ALSO
3918 3918  .Xr gzip 1 ,
3919 3919  .Xr ssh 1 ,
3920 3920  .Xr mount 1M ,
3921 3921  .Xr share 1M ,
3922 3922  .Xr sharemgr 1M ,
3923 3923  .Xr unshare 1M ,
     3924 +.Xr zfs-program 1M ,
3924 3925  .Xr zonecfg 1M ,
3925 3926  .Xr zpool 1M ,
3926 3927  .Xr chmod 2 ,
3927 3928  .Xr stat 2 ,
3928 3929  .Xr write 2 ,
3929 3930  .Xr fsync 3C ,
3930 3931  .Xr dfstab 4 ,
3931 3932  .Xr acl 5 ,
3932 3933  .Xr attributes 5
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX