Skip to content

Commit ef7f2a1

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

File tree

1 file changed

+41
-16
lines changed

1 file changed

+41
-16
lines changed

man/man8/zfsprops-macos.8

Lines changed: 41 additions & 16 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+
.It Xo
58+
.Sy com.apple.browse Ns = Ns Sy on Ns | Ns Sy off
59+
.Xc
4260
Equivalent to mount option
43-
.Sx browse/nobrowse.
61+
.Sy browse/nobrowse .
4462
This option indicates
4563
that the mount point should not be visible via the GUI (i.e., appear
4664
on the Desktop as a separate volume). Setting it to off will result
4765
in Spotlight being unavailable for the specified mount point.
4866
The default value is
4967
.Sy off .
50-
.It Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off
68+
.It Xo
69+
.Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off
70+
.Xc
5171
Equivalent to mount option
52-
.Sx noowners.
72+
.Sy noowners .
5373
Ignore the ownership field for the entire volume.
5474
The default value is
5575
.Sy off .
56-
.It Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off
57-
Some applications check if the filesystem type is "hfs" and refuse to
58-
work with ZFS. In this situation, this property can be enabled and the
59-
filesystem type will be reported as "hfs".
76+
.It Xo
77+
.Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off
78+
.Xc
79+
Some applications check if the filesystem type is "hfs" and refuse to work with
80+
ZFS.
81+
In this situation, this property can be enabled and the filesystem type will be
82+
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
63-
Create a /dev/diskX pseudo-disk for the mount, which has better
64-
compatibility with macOS UI. Due to the cost of creating a /dev/disk
65-
entry, the default value is set to
66-
.Sx poolonly
85+
.It Xo
86+
.Sy com.apple.devdisk Ns = Ns Sy poolonly Ns | Ns Sy on Ns | Ns Sy off
87+
.Xc
88+
Create a /dev/diskX pseudo-disk for the mount, which has better compatibility
89+
with macOS UI.
90+
Due to the cost of creating a /dev/disk entry, the default value is set to
91+
.Sy poolonly
6792
as to only create an entry for the pool's root dataset.
68-
For lower datasets, set to
69-
.Sx on .
70-
93+
For lower datasets, set to
94+
.Sy on .
95+
.El

0 commit comments

Comments
 (0)