diff --git a/configure.ac b/configure.ac index 077ad7c43f4d..401efbd15e5e 100644 --- a/configure.ac +++ b/configure.ac @@ -173,6 +173,7 @@ AC_CONFIG_FILES([ man/Makefile man/man1/Makefile man/man5/Makefile + man/man7/Makefile man/man8/Makefile module/Kbuild module/Makefile diff --git a/man/Makefile.am b/man/Makefile.am index 841cb9c4e6a0..0b0e5bd062a2 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1 +1 @@ -SUBDIRS = man1 man5 man8 +SUBDIRS = man1 man5 man7 man8 diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index 9cbb2c08f378..373227c10fd2 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -1,9 +1,5 @@ dist_man_MANS = \ - vdev_id.conf.5 \ - zpool-features.5 \ - spl-module-parameters.5 \ - zfs-module-parameters.5 \ - zfs-events.5 + vdev_id.conf.5 if BUILD_LINUX # The man pager in most Linux distros defaults to BSD instead of Linux diff --git a/man/man7/Makefile.am b/man/man7/Makefile.am new file mode 100644 index 000000000000..8172bdfcb58b --- /dev/null +++ b/man/man7/Makefile.am @@ -0,0 +1,19 @@ +dist_man_MANS = \ + spl-module-parameters.7 \ + zfsconcepts.7 \ + zfsprops.7 \ + zfs-events.7 \ + zfs-module-parameters.7 \ + zpoolconcepts.7 \ + zpoolprops.7 \ + zpool-features.7 + +if BUILD_LINUX +# The man pager in most Linux distros defaults to BSD instead of Linux +# when .Os is blank, but leaving it blank makes things a lot easier on +# FreeBSD when OpenZFS is vendored in the base system. +install-data-hook: + cd $(DESTDIR)$(mandir)/man7; \ + $(SED) ${ac_inplace} -e 's/^\.Os$$/.Os Linux/' \ + $(dist_man_MANS) +endif diff --git a/man/man5/spl-module-parameters.5 b/man/man7/spl-module-parameters.7 similarity index 99% rename from man/man5/spl-module-parameters.5 rename to man/man7/spl-module-parameters.7 index 5e28e694e04c..ffdd0d32cc9d 100644 --- a/man/man5/spl-module-parameters.5 +++ b/man/man7/spl-module-parameters.7 @@ -2,7 +2,7 @@ .\" .\" Copyright 2013 Turbo Fredriksson . All rights reserved. .\" -.TH SPL-MODULE-PARAMETERS 5 "Aug 24, 2020" OpenZFS +.TH SPL-MODULE-PARAMETERS 7 "Aug 24, 2020" OpenZFS .SH NAME spl\-module\-parameters \- SPL module parameters .SH DESCRIPTION diff --git a/man/man5/zfs-events.5 b/man/man7/zfs-events.7 similarity index 99% rename from man/man5/zfs-events.5 rename to man/man7/zfs-events.7 index 0d0e1a9593d5..ba7d5aca0adb 100644 --- a/man/man5/zfs-events.5 +++ b/man/man7/zfs-events.7 @@ -13,7 +13,7 @@ .\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your .\" own identifying information: .\" Portions Copyright [yyyy] [name of copyright owner] -.TH ZFS-EVENTS 5 "Aug 24, 2020" OpenZFS +.TH ZFS-EVENTS 7 "Aug 24, 2020" OpenZFS .SH NAME zfs\-events \- Events created by the ZFS filesystem. .SH DESCRIPTION diff --git a/man/man5/zfs-module-parameters.5 b/man/man7/zfs-module-parameters.7 similarity index 99% rename from man/man5/zfs-module-parameters.5 rename to man/man7/zfs-module-parameters.7 index 888c70730078..bfe8f4a71d83 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man7/zfs-module-parameters.7 @@ -14,7 +14,7 @@ .\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your .\" own identifying information: .\" Portions Copyright [yyyy] [name of copyright owner] -.TH ZFS-MODULE-PARAMETERS 5 "May 5, 2021" OpenZFS +.TH ZFS-MODULE-PARAMETERS 7 "May 5, 2021" OpenZFS .SH NAME zfs\-module\-parameters \- ZFS module parameters .SH DESCRIPTION diff --git a/man/man8/zfsconcepts.8 b/man/man7/zfsconcepts.7 similarity index 99% rename from man/man8/zfsconcepts.8 rename to man/man7/zfsconcepts.7 index 8e0e68678789..75283c0ca543 100644 --- a/man/man8/zfsconcepts.8 +++ b/man/man7/zfsconcepts.7 @@ -31,7 +31,7 @@ .\" Copyright 2019 Joyent, Inc. .\" .Dd June 30, 2019 -.Dt ZFSCONCEPTS 8 +.Dt ZFSCONCEPTS 7 .Os .Sh NAME .Nm zfsconcepts diff --git a/man/man8/zfsprops.8 b/man/man7/zfsprops.7 similarity index 99% rename from man/man8/zfsprops.8 rename to man/man7/zfsprops.7 index 601c34cf86eb..480014c7955a 100644 --- a/man/man8/zfsprops.8 +++ b/man/man7/zfsprops.7 @@ -39,7 +39,7 @@ .\" Copyright (c) 2019, Kjeld Schouten-Lebbing .\" .Dd May 24, 2021 -.Dt ZFSPROPS 8 +.Dt ZFSPROPS 7 .Os .Sh NAME .Nm zfsprops diff --git a/man/man5/zpool-features.5 b/man/man7/zpool-features.7 similarity index 100% rename from man/man5/zpool-features.5 rename to man/man7/zpool-features.7 diff --git a/man/man8/zpoolconcepts.8 b/man/man7/zpoolconcepts.7 similarity index 99% rename from man/man8/zpoolconcepts.8 rename to man/man7/zpoolconcepts.7 index b1081714eacb..c70cd5c622ca 100644 --- a/man/man8/zpoolconcepts.8 +++ b/man/man7/zpoolconcepts.7 @@ -28,7 +28,7 @@ .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. .\" .Dd August 9, 2019 -.Dt ZPOOLCONCEPTS 8 +.Dt ZPOOLCONCEPTS 7 .Os .Sh NAME .Nm zpoolconcepts diff --git a/man/man8/zpoolprops.8 b/man/man7/zpoolprops.7 similarity index 99% rename from man/man8/zpoolprops.8 rename to man/man7/zpoolprops.7 index 20e0d74421ae..855a88ded0b5 100644 --- a/man/man8/zpoolprops.8 +++ b/man/man7/zpoolprops.7 @@ -29,7 +29,7 @@ .\" Copyright (c) 2021, Colm Buckley .\" .Dd August 9, 2019 -.Dt ZPOOLPROPS 8 +.Dt ZPOOLPROPS 7 .Os .Sh NAME .Nm zpoolprops diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am index 602645180beb..9023ce257296 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -6,8 +6,6 @@ dist_man_MANS = \ vdev_id.8 \ zdb.8 \ zfs.8 \ - zfsconcepts.8 \ - zfsprops.8 \ zfs-allow.8 \ zfs-bookmark.8 \ zfs-change-key.8 \ @@ -48,8 +46,6 @@ dist_man_MANS = \ zgenhostid.8 \ zinject.8 \ zpool.8 \ - zpoolconcepts.8 \ - zpoolprops.8 \ zpool-add.8 \ zpool-attach.8 \ zpool-checkpoint.8 \ diff --git a/man/man8/mount.zfs.8 b/man/man8/mount.zfs.8 index dd04b3109bfc..1d7e05fa3564 100644 --- a/man/man8/mount.zfs.8 +++ b/man/man8/mount.zfs.8 @@ -56,7 +56,7 @@ in most cases. are handled according to the .Em Temporary Mount Point Properties section in -.Xr zfsprops 8 , +.Xr zfsprops 7 , except for those described below. .Pp If diff --git a/man/man8/zfs-bookmark.8 b/man/man8/zfs-bookmark.8 index 042ddf504435..9c0ebccdc146 100644 --- a/man/man8/zfs-bookmark.8 +++ b/man/man8/zfs-bookmark.8 @@ -58,7 +58,7 @@ a redaction bookmark. .Pp This feature must be enabled to be used. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on ZFS feature flags and the .Sy bookmarks feature. diff --git a/man/man8/zfs-clone.8 b/man/man8/zfs-clone.8 index 9cb84d3c56d6..d0ecd81e8260 100644 --- a/man/man8/zfs-clone.8 +++ b/man/man8/zfs-clone.8 @@ -54,7 +54,7 @@ See the .Em Clones section of -.Xr zfsconcepts 8 +.Xr zfsconcepts 7 for details. The target dataset can be located anywhere in the ZFS hierarchy, and is created as the same type as the original. diff --git a/man/man8/zfs-create.8 b/man/man8/zfs-create.8 index 5a4f9a32afa5..e620a6c66d5e 100644 --- a/man/man8/zfs-create.8 +++ b/man/man8/zfs-create.8 @@ -183,7 +183,7 @@ See in the .Em Native Properties section of -.Xr zfsprops 8 +.Xr zfsprops 7 for more information about sparse volumes. .It Fl n Do a dry-run diff --git a/man/man8/zfs-jail.8 b/man/man8/zfs-jail.8 index ef621185e6a8..aa7cabc0c5a4 100644 --- a/man/man8/zfs-jail.8 +++ b/man/man8/zfs-jail.8 @@ -116,4 +116,4 @@ from the jail identified by JID .El .Sh SEE ALSO .Xr jail 8 , -.Xr zfsprops 8 +.Xr zfsprops 7 diff --git a/man/man8/zfs-list.8 b/man/man8/zfs-list.8 index 3ed74955e942..60af526885bc 100644 --- a/man/man8/zfs-list.8 +++ b/man/man8/zfs-list.8 @@ -101,7 +101,7 @@ The property must be: One of the properties described in the .Em Native Properties section of -.Xr zfsprops 8 +.Xr zfsprops 7 .It A user property .It @@ -130,7 +130,7 @@ value of the property. The property must be one of the properties described in the .Em Properties section of -.Xr zfsprops 8 +.Xr zfsprops 7 or the value .Sy name to sort by the dataset name. @@ -171,4 +171,4 @@ displays only snapshots. .El .Sh SEE ALSO .Xr zfs-get 8 , -.Xr zfsprops 8 +.Xr zfsprops 7 diff --git a/man/man8/zfs-load-key.8 b/man/man8/zfs-load-key.8 index 7d273ddd53b0..9a24cc14f7aa 100644 --- a/man/man8/zfs-load-key.8 +++ b/man/man8/zfs-load-key.8 @@ -292,4 +292,4 @@ are equivalent in a dataset and will incur an extra CPU cost per block written. .Sh SEE ALSO .Xr zfs-create 8 , .Xr zfs-set 8 , -.Xr zfsprops 8 +.Xr zfsprops 7 diff --git a/man/man8/zfs-mount.8 b/man/man8/zfs-mount.8 index 00fb37c786e1..a49cee295662 100644 --- a/man/man8/zfs-mount.8 +++ b/man/man8/zfs-mount.8 @@ -88,7 +88,7 @@ duration of the mount. See the .Em Temporary Mount Point Properties section of -.Xr zfsprops 8 +.Xr zfsprops 7 for details. .It Fl l Load keys for encrypted filesystems as they are being mounted. This is diff --git a/man/man8/zfs-receive.8 b/man/man8/zfs-receive.8 index 36ed2050683a..3bde399ee8b5 100644 --- a/man/man8/zfs-receive.8 +++ b/man/man8/zfs-receive.8 @@ -343,7 +343,7 @@ To use this flag, the storage pool must have the .Sy extensible_dataset feature enabled. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on ZFS feature flags. .It Fl u File system that is associated with the received stream is not mounted. diff --git a/man/man8/zfs-send.8 b/man/man8/zfs-send.8 index 5a072c18527a..597b376e93e0 100644 --- a/man/man8/zfs-send.8 +++ b/man/man8/zfs-send.8 @@ -110,7 +110,7 @@ The receiving system must have the .Sy large_blocks pool feature enabled as well. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on ZFS feature flags and the .Sy large_blocks feature. @@ -159,7 +159,7 @@ received as an encrypted dataset, since encrypted datasets cannot use the .Sy embedded_data feature. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on ZFS feature flags and the .Sy embedded_data feature. @@ -302,7 +302,7 @@ The receiving system must have the .Sy large_blocks pool feature enabled as well. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on ZFS feature flags and the .Sy large_blocks feature. @@ -364,7 +364,7 @@ received as an encrypted dataset, since encrypted datasets cannot use the .Sy embedded_data feature. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on ZFS feature flags and the .Sy embedded_data feature. diff --git a/man/man8/zfs-set.8 b/man/man8/zfs-set.8 index 74a7a61d0e29..08149f2a2e4c 100644 --- a/man/man8/zfs-set.8 +++ b/man/man8/zfs-set.8 @@ -64,7 +64,7 @@ .Xc Only some properties can be edited. See -.Xr zfsprops 8 +.Xr zfsprops 7 for more information on what properties can be set and acceptable values. Numeric values can be specified as exact values, or in a human-readable form @@ -77,7 +77,7 @@ User properties can be set on snapshots. For more information, see the .Em User Properties section of -.Xr zfsprops 8 . +.Xr zfsprops 7 . .It Xo .Nm zfs .Cm get @@ -109,7 +109,7 @@ This command takes a comma-separated list of properties as described in the and .Em User Properties sections of -.Xr zfsprops 8 . +.Xr zfsprops 7 . .Pp The value .Sy all @@ -170,7 +170,7 @@ restored to default if no ancestor has the property set, or with the .Fl S option reverted to the received value if one exists. See -.Xr zfsprops 8 +.Xr zfsprops 7 for a listing of default values, and details on which properties can be inherited. .Bl -tag -width "-r" @@ -185,4 +185,4 @@ option was not specified. .El .Sh SEE ALSO .Xr zfs-list 8 , -.Xr zfsprops 8 +.Xr zfsprops 7 diff --git a/man/man8/zfs-share.8 b/man/man8/zfs-share.8 index ce35accdbf7e..4ce7bc6eca66 100644 --- a/man/man8/zfs-share.8 +++ b/man/man8/zfs-share.8 @@ -85,4 +85,4 @@ The command can also be given a path to a ZFS file system shared on the system. .Sh SEE ALSO .Xr exports 5 , .Xr smb.conf 5 , -.Xr zfsprops 8 +.Xr zfsprops 7 diff --git a/man/man8/zfs-snapshot.8 b/man/man8/zfs-snapshot.8 index b677bc73d2bd..d37e94f7efea 100644 --- a/man/man8/zfs-snapshot.8 +++ b/man/man8/zfs-snapshot.8 @@ -61,7 +61,7 @@ can be used as an alias for See the .Em Snapshots section of -.Xr zfsconcepts 8 +.Xr zfsconcepts 7 for details. .Bl -tag -width "-o" .It Fl o Ar property Ns = Ns Ar value diff --git a/man/man8/zfs-userspace.8 b/man/man8/zfs-userspace.8 index 0a9977a61c6a..784199e80983 100644 --- a/man/man8/zfs-userspace.8 +++ b/man/man8/zfs-userspace.8 @@ -184,4 +184,4 @@ for types. .El .Sh SEE ALSO .Xr zfs-set 8 , -.Xr zfsprops 8 +.Xr zfsprops 7 diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 52000f29b463..79d98941459b 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -99,7 +99,7 @@ or .El .Pp For details see -.Xr zfsconcepts 8 . +.Xr zfsconcepts 7 . .Ss Properties Properties are divided into two types, native properties and user-defined .Po or @@ -111,7 +111,7 @@ In addition, native properties are either editable or read-only. User properties have no effect on ZFS behavior, but you can use them to annotate datasets in a way that is meaningful in your environment. For more information about properties, see the -.Xr zfsprops 8 man page. +.Xr zfsprops 7. .Ss Encryption Enabling the .Sy encryption @@ -772,6 +772,6 @@ to mount zfs datasets. This option is provided for backwards compatibility with .Xr zfs-upgrade 8 , .Xr zfs-userspace 8 , .Xr zfs-wait 8 , -.Xr zfsconcepts 8 , -.Xr zfsprops 8 , +.Xr zfsconcepts 7 , +.Xr zfsprops 7 , .Xr zpool 8 diff --git a/man/man8/zgenhostid.8 b/man/man8/zgenhostid.8 index eb0fde748eb7..2fd9f53320ba 100644 --- a/man/man8/zgenhostid.8 +++ b/man/man8/zgenhostid.8 @@ -92,7 +92,7 @@ and ovewrite the file if it exists .Xr genhostid 1 , .Xr hostid 1 , .Xr sethostid 3 , -.Xr spl-module-parameters 5 +.Xr spl-module-parameters 7 .Sh HISTORY .Nm emulates the diff --git a/man/man8/zpool-add.8 b/man/man8/zpool-add.8 index cf1630435eb4..89db313d3e36 100644 --- a/man/man8/zpool-add.8 +++ b/man/man8/zpool-add.8 @@ -53,7 +53,7 @@ The specification is described in the .Em Virtual Devices section of -.Xr zpoolconcepts 8. +.Xr zpoolconcepts 7 . The behavior of the .Fl f option, and the device checks performed are described in the @@ -89,7 +89,7 @@ conjunction with the flag. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for a list of valid properties that can be set. The only property supported at the moment is ashift. .El diff --git a/man/man8/zpool-attach.8 b/man/man8/zpool-attach.8 index 41b6a6b613da..dba10ebd258b 100644 --- a/man/man8/zpool-attach.8 +++ b/man/man8/zpool-attach.8 @@ -77,7 +77,7 @@ even if it appears to be in use. Not all devices can be overridden in this manner. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for a list of valid properties that can be set. The only property supported at the moment is ashift. .It Fl s diff --git a/man/man8/zpool-create.8 b/man/man8/zpool-create.8 index d8cb61c45170..85c0e6235537 100644 --- a/man/man8/zpool-create.8 +++ b/man/man8/zpool-create.8 @@ -92,7 +92,7 @@ The specification is described in the .Em Virtual Devices section of -.Xr zpoolconcepts 8 . +.Xr zpoolconcepts 7 . .Pp The command attempts to verify that each device specified is accessible and not currently in use by another subsystem. However this check is not robust enough @@ -155,7 +155,7 @@ with the .Fl o option. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details about feature properties. .It Fl f Forces use of @@ -185,21 +185,21 @@ device sharing. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for a list of valid properties that can be set. .It Fl o Ar compatibility Ns = Ns Ar off | legacy | file Bq , Ns Ar file Ns ... Specifies compatibility feature sets. See -.Xr zpool-features 5 +.Xr zpool-features 7 for more information about compatibility feature sets. .It Fl o Ar feature@feature Ns = Ns Ar value Sets the given pool feature. See the -.Xr zpool-features 5 +.Xr zpool-features 7 section for a list of valid features that can be set. Value can be either disabled or enabled. .It Fl O Ar file-system-property Ns = Ns Ar value Sets the given file system properties in the root file system of the pool. See the -.Xr zfsprops 8 +.Xr zfsprops 7 manual page for a list of valid properties that can be set. .It Fl R Ar root Equivalent to diff --git a/man/man8/zpool-events.8 b/man/man8/zpool-events.8 index 3a6ff8840168..27819f1e0601 100644 --- a/man/man8/zpool-events.8 +++ b/man/man8/zpool-events.8 @@ -50,7 +50,7 @@ are consumed by the and used to automate administrative tasks such as replacing a failed device with a hot spare. For more information about the subclasses and event payloads that can be generated see the -.Xr zfs-events 5 +.Xr zfs-events 7 man page. .Bl -tag -width Ds .It Fl c @@ -67,5 +67,5 @@ Print the entire payload for each event. .Sh SEE ALSO .Xr zed 8 , .Xr zpool-wait 8 , -.Xr zfs-events 5 , -.Xr zfs-module-parameters 5 +.Xr zfs-events 7 , +.Xr zfs-module-parameters 7 diff --git a/man/man8/zpool-get.8 b/man/man8/zpool-get.8 index 118743080095..234dc021b328 100644 --- a/man/man8/zpool-get.8 +++ b/man/man8/zpool-get.8 @@ -70,7 +70,7 @@ These properties are displayed with the following fields: .Ed .Pp See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for more information on the available pool properties. .Bl -tag -width Ds .It Fl H @@ -92,11 +92,11 @@ Display numbers in parsable (exact) values. .Xc Sets the given property on the specified pool. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for more information on what properties can be set and acceptable values. .El .Sh SEE ALSO -.Xr zpoolprops 8 , +.Xr zpoolprops 7 , .Xr zpool-list 8 , -.Xr zpool-features 5 +.Xr zpool-features 7 diff --git a/man/man8/zpool-import.8 b/man/man8/zpool-import.8 index 66a8d94d6de6..eb6ed0c593f5 100644 --- a/man/man8/zpool-import.8 +++ b/man/man8/zpool-import.8 @@ -198,7 +198,7 @@ for a description of dataset properties and mount options. .It Fl o Ar property Ns = Ns Ar value Sets the specified property on the imported pool. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for more information on the available pool properties. .It Fl R Ar root Sets the @@ -337,7 +337,7 @@ for a description of dataset properties and mount options. .It Fl o Ar property Ns = Ns Ar value Sets the specified property on the imported pool. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for more information on the available pool properties. .It Fl R Ar root Sets the diff --git a/man/man8/zpool-list.8 b/man/man8/zpool-list.8 index 4b3aae74cac1..e0bc460a3d04 100644 --- a/man/man8/zpool-list.8 +++ b/man/man8/zpool-list.8 @@ -78,7 +78,7 @@ space. .It Fl o Ar property Comma-separated list of properties to display. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for a list of valid properties. The default list is .Cm name , size , allocated , free , checkpoint, expandsize , fragmentation , diff --git a/man/man8/zpool-remove.8 b/man/man8/zpool-remove.8 index f491cd40ac5c..c8a581fa5f86 100644 --- a/man/man8/zpool-remove.8 +++ b/man/man8/zpool-remove.8 @@ -71,7 +71,7 @@ If an IO error is encountered during the removal process it will be cancelled. The .Sy device_removal feature flag must be enabled to remove a top-level vdev, see -.Xr zpool-features 5 . +.Xr zpool-features 7 . .Pp A mirrored top-level device (log or data) can be removed by specifying the top-level mirror for the same. diff --git a/man/man8/zpool-replace.8 b/man/man8/zpool-replace.8 index ae2e66344870..27dc1ab07115 100644 --- a/man/man8/zpool-replace.8 +++ b/man/man8/zpool-replace.8 @@ -83,7 +83,7 @@ even if it appears to be in use. Not all devices can be overridden in this manner. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for a list of valid properties that can be set. The only property supported at the moment is .Sy ashift . diff --git a/man/man8/zpool-split.8 b/man/man8/zpool-split.8 index 54cb8aa7de1c..bbe695792475 100644 --- a/man/man8/zpool-split.8 +++ b/man/man8/zpool-split.8 @@ -106,7 +106,7 @@ flag. Sets the specified property for .Ar newpool . See the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page for more information on the available pool properties. .It Fl R Ar root Set diff --git a/man/man8/zpool-status.8 b/man/man8/zpool-status.8 index 54f0987b80c6..2f4e59f94706 100644 --- a/man/man8/zpool-status.8 +++ b/man/man8/zpool-status.8 @@ -59,7 +59,7 @@ is specified, then the status of each pool in the system is displayed. For more information on pool and device health, see the .Em Device Failure and Recovery section of -.Xr zpoolconcepts 8 . +.Xr zpoolconcepts 7 . .Pp If a scrub or resilver is in progress, this command reports the percentage done and the estimated time to completion. diff --git a/man/man8/zpool-sync.8 b/man/man8/zpool-sync.8 index 027d129d181c..257075837f67 100644 --- a/man/man8/zpool-sync.8 +++ b/man/man8/zpool-sync.8 @@ -52,6 +52,6 @@ will sync all pools on the system. Otherwise, it will sync only the specified pool(s). .El .Sh SEE ALSO -.Xr zpoolconcepts 8 , +.Xr zpoolconcepts 7 , .Xr zpool-export 8 , .Xr zpool-iostat 8 diff --git a/man/man8/zpool-trim.8 b/man/man8/zpool-trim.8 index 1d8bc6e44a24..ad14ad1bc8aa 100644 --- a/man/man8/zpool-trim.8 +++ b/man/man8/zpool-trim.8 @@ -91,4 +91,4 @@ Wait until the devices are done being trimmed before returning. .Sh SEE ALSO .Xr zpool-initialize 8 , .Xr zpool-wait 8 , -.Xr zpoolprops 8 +.Xr zpoolprops 7 diff --git a/man/man8/zpool-upgrade.8 b/man/man8/zpool-upgrade.8 index 15baf8a52fba..2ddbad2081d6 100644 --- a/man/man8/zpool-upgrade.8 +++ b/man/man8/zpool-upgrade.8 @@ -65,7 +65,7 @@ property). .Xc Displays legacy ZFS versions supported by the current software. See -.Xr zpool-features 5 +.Xr zpool-features 7 for a description of feature flags features supported by the current software. .It Xo .Nm zpool @@ -78,14 +78,14 @@ Enables all supported features on the given pool. If the pool has specified compatibility feature sets using the .Fl o Ar compatibility property, only the features present in all requested compatibility sets will be -enabled. If this property is set to +enabled. If this property is set to .Ar legacy then no upgrade will take place. .Pp Once this is done, the pool will no longer be accessible on systems that do not support feature flags. See -.Xr zpool-features 5 +.Xr zpool-features 7 for details on compatibility with systems that support feature flags, but do not support all features enabled on the pool. .Bl -tag -width Ds @@ -102,7 +102,7 @@ supported legacy version number. .El .El .Sh SEE ALSO -.Xr zpool-features 5 , -.Xr zpoolconcepts 8 , -.Xr zpoolprops 8 , +.Xr zpool-features 7 , +.Xr zpoolconcepts 7 , +.Xr zpoolprops 7 , .Xr zpool-history 8 diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 15e50838fee5..200c2571047a 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -53,7 +53,7 @@ See for information on managing datasets. .Pp For an overview of creating and managing ZFS storage pools see the -.Xr zpoolconcepts 8 +.Xr zpoolconcepts 7 manual page. .Sh SUBCOMMANDS All subcommands that modify state are logged persistently to the pool in their @@ -125,7 +125,7 @@ Creates a new pool by splitting all mirrors in an existing pool (which decreases .El .Ss Properties Available pool properties listed in the -.Xr zpoolprops 8 +.Xr zpoolprops 7 manual page. .Bl -tag -width Ds .It Xr zpool-list 8 @@ -157,7 +157,7 @@ are consumed by the and used to automate administrative tasks such as replacing a failed device with a hot spare. For more information about the subclasses and event payloads that can be generated see the -.Xr zfs-events 5 +.Xr zfs-events 7 man page. .It Xr zpool-history 8 Displays the command history of the specified pool(s) or all pools if no pool is @@ -559,9 +559,9 @@ is not set, it is assumed that the user is allowed to run .Sh INTERFACE STABILITY .Sy Evolving .Sh SEE ALSO -.Xr zfs-events 5 , -.Xr zfs-module-parameters 5 , -.Xr zpool-features 5 , +.Xr zfs-events 7 , +.Xr zfs-module-parameters 7 , +.Xr zpool-features 7 , .Xr zed 8 , .Xr zfs 8 , .Xr zpool-add 8 , @@ -595,5 +595,5 @@ is not set, it is assumed that the user is allowed to run .Xr zpool-trim 8 , .Xr zpool-upgrade 8 , .Xr zpool-wait 8 , -.Xr zpoolconcepts 8 , -.Xr zpoolprops 8 +.Xr zpoolconcepts 7 , +.Xr zpoolprops 7