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.man.txt
          +++ new/usr/src/man/man1m/zfs.1m.man.txt
↓ open down ↓ 1979 lines elided ↑ open up ↑
1980 1980       zfs program [-jn] [-t timeout] [-m memory_limit] pool script [arg1 ...]
1981 1981         Executes script as a ZFS channel program on pool.  The ZFS channel
1982 1982         program interface allows ZFS administrative operations to be run
1983 1983         programmatically via a Lua script.  The entire script is executed
1984 1984         atomically, with no other administrative operations taking effect
1985 1985         concurrently.  A library of ZFS calls is made available to channel
1986 1986         program scripts.  Channel programs may only be run with root
1987 1987         privileges.
1988 1988  
1989 1989         For full documentation of the ZFS channel program interface, see the
1990      -       manual page for
     1990 +       manual page for zfs-program(1M).
1991 1991  
1992 1992         -j
1993 1993           Display channel program output in JSON format.  When this flag is
1994 1994           specified and standard output is empty - channel program encountered
1995 1995           an error.  The details of such an error will be printed to standard
1996 1996           error in plain text.
1997 1997  
1998 1998         -n
1999 1999           Executes a read-only channel program, which runs faster.  The program
2000 2000           cannot change on-disk state by calling functions from the zfs.sync
↓ open down ↓ 306 lines elided ↑ open up ↑
2307 2307         R       F       /tank/test/oldname -> /tank/test/newname
2308 2308         -       F       /tank/test/deleted
2309 2309         +       F       /tank/test/created
2310 2310         M       F       /tank/test/modified
2311 2311  
2312 2312  INTERFACE STABILITY
2313 2313       Committed.
2314 2314  
2315 2315  SEE ALSO
2316 2316       gzip(1), ssh(1), mount(1M), share(1M), sharemgr(1M), unshare(1M),
2317      -     zonecfg(1M), zpool(1M), chmod(2), stat(2), write(2), fsync(3C),
2318      -     dfstab(4), acl(5), attributes(5)
     2317 +     zfs-program(1M), zonecfg(1M), zpool(1M), chmod(2), stat(2), write(2),
     2318 +     fsync(3C), dfstab(4), acl(5), attributes(5)
2319 2319  
2320      -illumos                         January 5, 2019                        illumos
     2320 +illumos                        February 26, 2019                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX