Print this page
9763 zfs(1M): broken formatting in allow/unallow description

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 ↓ 1766 lines elided ↑ open up ↑
1767 1767         Abort an interrupted zfs receive -s, deleting its saved partially
1768 1768         received state.
1769 1769  
1770 1770       zfs allow filesystem|volume
1771 1771         Displays permissions that have been delegated on the specified
1772 1772         filesystem or volume.  See the other forms of zfs allow for more
1773 1773         information.
1774 1774  
1775 1775       zfs allow [-dglu] user|group[,user|group]...
1776 1776         perm|@setname[,perm|@setname]... filesystem|volume
1777      -     zfs
1778      -     allow
1779      -     [-dl]
1780      -     -e|everyone
1781      -     perm|@setname[,perm|@setname]...
1782      -     filesystem|volume
     1777 +
     1778 +     zfs allow [-dl] -e|everyone perm|@setname[,perm|@setname]...
     1779 +       filesystem|volume
1783 1780         Delegates ZFS administration permission for the file systems to non-
1784 1781         privileged users.
1785 1782  
1786 1783         -d  Allow only for the descendent file systems.
1787 1784  
1788 1785         -e|everyone
1789 1786             Specifies that the permissions be delegated to everyone.
1790 1787  
1791 1788         -g group[,group]...
1792 1789             Explicitly specify that permissions are delegated to the group.
↓ open down ↓ 100 lines elided ↑ open up ↑
1893 1890       zfs allow -s @setname perm|@setname[,perm|@setname]... filesystem|volume
1894 1891         Defines or adds permissions to a permission set.  The set can be used
1895 1892         by other zfs allow commands for the specified file system and its
1896 1893         descendents.  Sets are evaluated dynamically, so changes to a set are
1897 1894         immediately reflected.  Permission sets follow the same naming
1898 1895         restrictions as ZFS file systems, but the name must begin with @, and
1899 1896         can be no more than 64 characters long.
1900 1897  
1901 1898       zfs unallow [-dglru] user|group[,user|group]...
1902 1899         [perm|@setname[,perm|@setname]...] filesystem|volume
1903      -       zfs unallow [-dlr] -e|everyone [perm|@setname[,perm|@setname]...]
     1900 +
     1901 +     zfs unallow [-dlr] -e|everyone [perm|@setname[,perm|@setname]...]
1904 1902         filesystem|volume
1905      -     zfs
1906      -     unallow
1907      -     [-r]
1908      -     -c
1909      -     [perm|@setname[,perm|@setname]...]
1910      -     filesystem|volume
     1903 +
     1904 +     zfs unallow [-r] -c [perm|@setname[,perm|@setname]...] filesystem|volume
1911 1905         Removes permissions that were granted with the zfs allow command.  No
1912 1906         permissions are explicitly denied, so other permissions granted are
1913 1907         still in effect.  For example, if the permission is granted by an
1914 1908         ancestor.  If no permissions are specified, then all permissions for
1915 1909         the specified user, group, or everyone are removed.  Specifying
1916 1910         everyone (or using the -e option) only removes the permissions that
1917 1911         were granted to everyone, not all permissions for every user and group.
1918 1912         See the zfs allow command for a description of the -ldugec options.
1919 1913  
1920 1914         -r  Recursively remove the permissions from this file system and all
↓ open down ↓ 400 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX