Skip to content

Commit f90ceab

Browse files
committed
zfsprops-macos.8: fix formatting
to clean up the appearance and comply with `make mancheck`.
1 parent da41b22 commit f90ceab

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

man/man8/zfsprops-macos.8

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,58 @@
3838
.\" Copyright 2019 Joyent, Inc.
3939
.\" Copyright (c) 2019, Kjeld Schouten-Lebbing
4040
.\"
41-
.It Sy com.apple.browse Ns = Ns Sy on Ns | Ns Sy off
41+
.Dd April 29, 2021
42+
.Dt ZFSPROPS-MACOS 8
43+
.Os
44+
.
45+
.Sh NAME
46+
.Nm zfsprops-macos
47+
.Nd native properties of ZFS datasets specific to macOS
48+
.
49+
.Sh DESCRIPTION
50+
These properties are like the native properties described in
51+
.Xr zfsprops 8
52+
but they are specific to macOS.
53+
.Pp
54+
The following native properties can be used to change the behavior of a ZFS
55+
dataset.
56+
.Bl -tag -width ""
57+
.Pp
58+
.It Xo
59+
.Sy com.apple.browse Ns = Ns Sy on Ns | Ns Sy off
60+
.Xc
4261
Equivalent to mount option
43-
.Sx browse/nobrowse.
62+
.Sy browse/nobrowse.
4463
This option indicates
4564
that the mount point should not be visible via the GUI (i.e., appear
4665
on the Desktop as a separate volume). Setting it to off will result
4766
in Spotlight being unavailable for the specified mount point.
4867
The default value is
4968
.Sy off .
50-
.It Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off
69+
.It Xo
70+
.Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off
71+
.Xc
5172
Equivalent to mount option
52-
.Sx noowners.
73+
.Sy noowners.
5374
Ignore the ownership field for the entire volume.
5475
The default value is
5576
.Sy off .
56-
.It Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off
77+
.It Xo
78+
.Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off
79+
.Xc
5780
Some applications check if the filesystem type is "hfs" and refuse to
5881
work with ZFS. In this situation, this property can be enabled and the
5982
filesystem type will be reported as "hfs".
6083
The default value is
6184
.Sy off .
62-
.It Sy com.apple.devdisk Ns = Ns Sy poolonly Ns | Ns Sy on Ns | Ns Sy off
85+
.It Xo
86+
.Sy com.apple.devdisk Ns = Ns Sy poolonly Ns | Ns Sy on Ns | Ns Sy off
87+
.Xc
6388
Create a /dev/diskX pseudo-disk for the mount, which has better
6489
compatibility with macOS UI. Due to the cost of creating a /dev/disk
6590
entry, the default value is set to
66-
.Sx poolonly
91+
.Sy poolonly
6792
as to only create an entry for the pool's root dataset.
6893
For lower datasets, set to
69-
.Sx on .
70-
94+
.Sy on .
95+
.El

0 commit comments

Comments
 (0)