Remove hard coded "Linux" OS from manpages

The recommended practice for `.Os` on FreeBSD is to not specify any
arguments.  The correct OS name is used automatically.

Oddly enough, on the Linux distro I tested this on (CentOS 7), the man
pager defaulted to displaying "BSD" as the OS rather than "Linux".  To
accommodate this, tack " Linux" back on in an install hook on Linux.
This is much simpler than removing it for FreeBSD when vendored in the
base system.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10760
This commit is contained in:
Ryan Moeller 2020-08-21 14:55:47 -04:00 committed by GitHub
parent 64025fa3a1
commit 6706552ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
65 changed files with 92 additions and 62 deletions

View File

@ -1,2 +1,12 @@
dist_man_MANS = zhack.1 ztest.1 raidz_test.1 zvol_wait.1 arcstat.1 dist_man_MANS = zhack.1 ztest.1 raidz_test.1 zvol_wait.1 arcstat.1
EXTRA_DIST = cstyle.1 EXTRA_DIST = cstyle.1
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)/man1; \
$(SED) ${ac_inplace} -e 's/^\.Os$$/.Os Linux/' \
$(dist_man_MANS)
endif

View File

@ -1,6 +1,6 @@
.Dd July 5, 2019 .Dd July 5, 2019
.Dt ZVOL_WAIT 1 SMM .Dt ZVOL_WAIT 1 SMM
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zvol_wait .Nm zvol_wait
.Nd Wait for ZFS volume links in .Nd Wait for ZFS volume links in

View File

@ -4,3 +4,13 @@ dist_man_MANS = \
spl-module-parameters.5 \ spl-module-parameters.5 \
zfs-module-parameters.5 \ zfs-module-parameters.5 \
zfs-events.5 zfs-events.5
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)/man5; \
$(SED) ${ac_inplace} -e 's/^\.Os$$/.Os Linux/' \
$(dist_man_MANS)
endif

View File

@ -89,3 +89,13 @@ nodist_man_MANS = \
zfs-mount-generator.8 zfs-mount-generator.8
SUBSTFILES += $(nodist_man_MANS) SUBSTFILES += $(nodist_man_MANS)
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)/man8; \
$(SED) ${ac_inplace} -e 's/^\.Os$$/.Os Linux/' \
$(dist_man_MANS) $(nodist_man_MANS)
endif

View File

@ -17,7 +17,7 @@
.\" .\"
.Dd April 14, 2019 .Dd April 14, 2019
.Dt ZDB 8 SMM .Dt ZDB 8 SMM
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zdb .Nm zdb
.Nd display zpool debugging and consistency information .Nd display zpool debugging and consistency information

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-ALLOW 8 .Dt ZFS-ALLOW 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm allow .Nm zfs Ns Pf - Cm allow
.Nd Delegates ZFS administration permission for the file systems to non-privileged users. .Nd Delegates ZFS administration permission for the file systems to non-privileged users.

View File

@ -33,7 +33,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-BOOKMARK 8 SMM .Dt ZFS-BOOKMARK 8 SMM
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm bookmark .Nm zfs Ns Pf - Cm bookmark
.Nd Creates a bookmark of the given snapshot. .Nd Creates a bookmark of the given snapshot.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-CLONE 8 .Dt ZFS-CLONE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm clone .Nm zfs Ns Pf - Cm clone
.Nd Creates a clone of the given snapshot. .Nd Creates a clone of the given snapshot.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-CREATE 8 .Dt ZFS-CREATE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm create .Nm zfs Ns Pf - Cm create
.Nd Creates a new ZFS file system. .Nd Creates a new ZFS file system.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-DESTROY 8 .Dt ZFS-DESTROY 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm destroy .Nm zfs Ns Pf - Cm destroy
.Nd Destroys the given dataset(s), snapshot(s), or bookmark. .Nd Destroys the given dataset(s), snapshot(s), or bookmark.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-DIFF 8 .Dt ZFS-DIFF 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm diff .Nm zfs Ns Pf - Cm diff
.Nd Display the difference between two snapshots of a given filesystem. .Nd Display the difference between two snapshots of a given filesystem.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-HOLD 8 .Dt ZFS-HOLD 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm hold .Nm zfs Ns Pf - Cm hold
.Nd Hold a snapshot to prevent it being removed with the zfs destroy command. .Nd Hold a snapshot to prevent it being removed with the zfs destroy command.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-LIST 8 .Dt ZFS-LIST 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm list .Nm zfs Ns Pf - Cm list
.Nd Lists the property information for the given datasets in tabular form. .Nd Lists the property information for the given datasets in tabular form.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd January 13, 2020 .Dd January 13, 2020
.Dt ZFS-LOAD-KEY 8 .Dt ZFS-LOAD-KEY 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm load-key .Nm zfs Ns Pf - Cm load-key
.Nd Load, unload, or change the encryption key used to access a dataset. .Nd Load, unload, or change the encryption key used to access a dataset.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd February 16, 2019 .Dd February 16, 2019
.Dt ZFS-MOUNT 8 .Dt ZFS-MOUNT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm mount .Nm zfs Ns Pf - Cm mount
.Nd Manage mount state of ZFS file systems. .Nd Manage mount state of ZFS file systems.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-PROJECT 8 .Dt ZFS-PROJECT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm project .Nm zfs Ns Pf - Cm project
.Nd List, set, or clear project ID and/or inherit flag on the file(s) or directories. .Nd List, set, or clear project ID and/or inherit flag on the file(s) or directories.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-PROMOTE 8 .Dt ZFS-PROMOTE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm promote .Nm zfs Ns Pf - Cm promote
.Nd Promotes a clone file system to no longer be dependent on its origin snapshot. .Nd Promotes a clone file system to no longer be dependent on its origin snapshot.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd February 16, 2020 .Dd February 16, 2020
.Dt ZFS-RECEIVE 8 .Dt ZFS-RECEIVE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm receive .Nm zfs Ns Pf - Cm receive
.Nd Creates a snapshot whose contents are as specified in the stream provided on standard input. .Nd Creates a snapshot whose contents are as specified in the stream provided on standard input.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-RENAME 8 .Dt ZFS-RENAME 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm rename .Nm zfs Ns Pf - Cm rename
.Nd Renames the given dataset (filesystem or snapshot). .Nd Renames the given dataset (filesystem or snapshot).

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-ROLLBACK 8 .Dt ZFS-ROLLBACK 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm rollback .Nm zfs Ns Pf - Cm rollback
.Nd Roll back the given dataset to a previous snapshot. .Nd Roll back the given dataset to a previous snapshot.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-SEND 8 .Dt ZFS-SEND 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm send .Nm zfs Ns Pf - Cm send
.Nd Generate a send stream, which may be of a filesystem, and may be incremental from a bookmark. .Nd Generate a send stream, which may be of a filesystem, and may be incremental from a bookmark.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-SET 8 .Dt ZFS-SET 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm set .Nm zfs Ns Pf - Cm set
.Nd Sets the property or list of properties to the given value(s) for each dataset. .Nd Sets the property or list of properties to the given value(s) for each dataset.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-SHARE 8 .Dt ZFS-SHARE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm share .Nm zfs Ns Pf - Cm share
.Nd Shares and unshares available ZFS filesystems. .Nd Shares and unshares available ZFS filesystems.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-SNAPSHOT 8 .Dt ZFS-SNAPSHOT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm snapshot .Nm zfs Ns Pf - Cm snapshot
.Nd Creates snapshots with the given names. .Nd Creates snapshots with the given names.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-UPGRADE 8 .Dt ZFS-UPGRADE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm upgrade .Nm zfs Ns Pf - Cm upgrade
.Nd Manage upgrading the on-disk version of filesystems. .Nd Manage upgrading the on-disk version of filesystems.

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS-USERSPACE 8 .Dt ZFS-USERSPACE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm userspace .Nm zfs Ns Pf - Cm userspace
.Nd Displays space consumed by, and quotas on, each user or group in the specified filesystem or snapshot. .Nd Displays space consumed by, and quotas on, each user or group in the specified filesystem or snapshot.

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZFS-WAIT 8 .Dt ZFS-WAIT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs Ns Pf - Cm wait .Nm zfs Ns Pf - Cm wait
.Nd Wait for background activity to stop in a ZFS filesystem .Nd Wait for background activity to stop in a ZFS filesystem

View File

@ -39,7 +39,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFS 8 .Dt ZFS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs .Nm zfs
.Nd configures ZFS file systems .Nd configures ZFS file systems

View File

@ -22,7 +22,7 @@
.\" Copyright (c) 2020 by Delphix. All rights reserved. .\" Copyright (c) 2020 by Delphix. All rights reserved.
.Dd April 17, 2020 .Dd April 17, 2020
.Dt ZFS_IDS_TO_PATH 8 .Dt ZFS_IDS_TO_PATH 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfs_ids_to_path .Nm zfs_ids_to_path
.Nd convert objset and object ids to names and paths .Nd convert objset and object ids to names and paths

View File

@ -32,7 +32,7 @@
.\" .\"
.Dd June 30, 2019 .Dd June 30, 2019
.Dt ZFSCONCEPTS 8 .Dt ZFSCONCEPTS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfsconcepts .Nm zfsconcepts
.Nd An overview of ZFS concepts. .Nd An overview of ZFS concepts.

View File

@ -40,7 +40,7 @@
.\" .\"
.Dd January 30, 2020 .Dd January 30, 2020
.Dt ZFSPROPS 8 .Dt ZFSPROPS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zfsprops .Nm zfsprops
.Nd Native properties and user-defined of ZFS datasets. .Nd Native properties and user-defined of ZFS datasets.

View File

@ -23,7 +23,7 @@
.\" .\"
.Dd September 16, 2017 .Dd September 16, 2017
.Dt ZGENHOSTID 8 SMM .Dt ZGENHOSTID 8 SMM
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zgenhostid .Nm zgenhostid
.Nd generate and store a hostid in .Nd generate and store a hostid in

View File

@ -28,7 +28,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-ADD 8 .Dt ZPOOL-ADD 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm add .Nm zpool Ns Pf - Cm add
.Nd Adds specified virtual devices to a ZFS storage pool .Nd Adds specified virtual devices to a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd May 15, 2020 .Dd May 15, 2020
.Dt ZPOOL-ATTACH 8 .Dt ZPOOL-ATTACH 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm attach .Nm zpool Ns Pf - Cm attach
.Nd Attach a new device to an existing ZFS virtual device (vdev). .Nd Attach a new device to an existing ZFS virtual device (vdev).

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-CHECKPOINT 8 .Dt ZPOOL-CHECKPOINT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm checkpoint .Nm zpool Ns Pf - Cm checkpoint
.Nd Checkpoints the current state of a ZFS storage pool .Nd Checkpoints the current state of a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-CLEAR 8 .Dt ZPOOL-CLEAR 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm clear .Nm zpool Ns Pf - Cm clear
.Nd Clears device errors in a ZFS storage pool. .Nd Clears device errors in a ZFS storage pool.

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-CREATE 8 .Dt ZPOOL-CREATE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm create .Nm zpool Ns Pf - Cm create
.Nd Creates a new ZFS storage pool .Nd Creates a new ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-DESTROY 8 .Dt ZPOOL-DESTROY 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm destroy .Nm zpool Ns Pf - Cm destroy
.Nd Destroys the given ZFS storage pool, freeing up any devices for other use .Nd Destroys the given ZFS storage pool, freeing up any devices for other use

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-DETACH 8 .Dt ZPOOL-DETACH 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm detach .Nm zpool Ns Pf - Cm detach
.Nd Detaches a device from a ZFS mirror vdev (virtual device) .Nd Detaches a device from a ZFS mirror vdev (virtual device)

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-EVENTS 8 .Dt ZPOOL-EVENTS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm events .Nm zpool Ns Pf - Cm events
.Nd Lists all recent events generated by the ZFS kernel modules .Nd Lists all recent events generated by the ZFS kernel modules

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd February 16, 2020 .Dd February 16, 2020
.Dt ZPOOL-EXPORT 8 .Dt ZPOOL-EXPORT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm export .Nm zpool Ns Pf - Cm export
.Nd Exports the given ZFS storage pools from the system .Nd Exports the given ZFS storage pools from the system

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-GET 8 .Dt ZPOOL-GET 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm get .Nm zpool Ns Pf - Cm get
.Nd Retrieves properties for the specified ZFS storage pool(s) .Nd Retrieves properties for the specified ZFS storage pool(s)

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-HISTORY 8 .Dt ZPOOL-HISTORY 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm history .Nm zpool Ns Pf - Cm history
.Nd Displays the command history of the specified ZFS storage pool(s) .Nd Displays the command history of the specified ZFS storage pool(s)

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-IMPORT 8 .Dt ZPOOL-IMPORT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm import .Nm zpool Ns Pf - Cm import
.Nd Lists ZFS storage pools available to import or import the specified pools .Nd Lists ZFS storage pools available to import or import the specified pools

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-INITIALIZE 8 .Dt ZPOOL-INITIALIZE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm initialize .Nm zpool Ns Pf - Cm initialize
.Nd Write to all unallocated regions of eligible devices in a ZFS storage pool .Nd Write to all unallocated regions of eligible devices in a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-IOSTAT 8 .Dt ZPOOL-IOSTAT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm iostat .Nm zpool Ns Pf - Cm iostat
.Nd Display logical I/O statistics for the given ZFS storage pools/vdevs .Nd Display logical I/O statistics for the given ZFS storage pools/vdevs

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-LABELCLEAR 8 .Dt ZPOOL-LABELCLEAR 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm labelclear .Nm zpool Ns Pf - Cm labelclear
.Nd Removes ZFS label information from the specified physical device .Nd Removes ZFS label information from the specified physical device

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-LIST 8 .Dt ZPOOL-LIST 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm list .Nm zpool Ns Pf - Cm list
.Nd Lists ZFS storage pools along with a health status and space usage .Nd Lists ZFS storage pools along with a health status and space usage

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-OFFLINE 8 .Dt ZPOOL-OFFLINE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm offline .Nm zpool Ns Pf - Cm offline
.Nd Take a physical device in a ZFS storage pool offline .Nd Take a physical device in a ZFS storage pool offline

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-REGUID 8 .Dt ZPOOL-REGUID 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm reguid .Nm zpool Ns Pf - Cm reguid
.Nd Generate a new unique identifier for a ZFS storage pool .Nd Generate a new unique identifier for a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-REMOVE 8 .Dt ZPOOL-REMOVE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm remove .Nm zpool Ns Pf - Cm remove
.Nd Remove a device from a ZFS storage pool .Nd Remove a device from a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-REOPEN 8 .Dt ZPOOL-REOPEN 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm reopen .Nm zpool Ns Pf - Cm reopen
.Nd Reopen all virtual devices (vdevs) associated with a ZFS storage pool .Nd Reopen all virtual devices (vdevs) associated with a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd May 15, 2020 .Dd May 15, 2020
.Dt ZPOOL-REPLACE 8 .Dt ZPOOL-REPLACE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm replace .Nm zpool Ns Pf - Cm replace
.Nd Replace one device with another in a ZFS storage pool .Nd Replace one device with another in a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-RESILVER 8 .Dt ZPOOL-RESILVER 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm resilver .Nm zpool Ns Pf - Cm resilver
.Nd Start a resilver of a device in a ZFS storage pool .Nd Start a resilver of a device in a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-SCRUB 8 .Dt ZPOOL-SCRUB 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm scrub .Nm zpool Ns Pf - Cm scrub
.Nd Begin a scrub or resume a paused scrub of a ZFS storage pool .Nd Begin a scrub or resume a paused scrub of a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-SPLIT 8 .Dt ZPOOL-SPLIT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm split .Nm zpool Ns Pf - Cm split
.Nd Split devices off a ZFS storage pool creating a new pool .Nd Split devices off a ZFS storage pool creating a new pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd May 15, 2020 .Dd May 15, 2020
.Dt ZPOOL-STATUS 8 .Dt ZPOOL-STATUS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm status .Nm zpool Ns Pf - Cm status
.Nd Display detailed health status for the given ZFS storage pools .Nd Display detailed health status for the given ZFS storage pools

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-SYNC 8 .Dt ZPOOL-SYNC 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm sync .Nm zpool Ns Pf - Cm sync
.Nd Force data to be written to primary storage of a ZFS storage pool and update reporting data .Nd Force data to be written to primary storage of a ZFS storage pool and update reporting data

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd February 25, 2020 .Dd February 25, 2020
.Dt ZPOOL-TRIM 8 .Dt ZPOOL-TRIM 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm trim .Nm zpool Ns Pf - Cm trim
.Nd Initiate immediate TRIM operations for all free space in a ZFS storage pool .Nd Initiate immediate TRIM operations for all free space in a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL-UPGRADE 8 .Dt ZPOOL-UPGRADE 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm upgrade .Nm zpool Ns Pf - Cm upgrade
.Nd Manage version and feature flags of ZFS storage pools .Nd Manage version and feature flags of ZFS storage pools

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd February 25, 2020 .Dd February 25, 2020
.Dt ZPOOL-WAIT 8 .Dt ZPOOL-WAIT 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool Ns Pf - Cm wait .Nm zpool Ns Pf - Cm wait
.Nd Wait for background activity to stop in a ZFS storage pool .Nd Wait for background activity to stop in a ZFS storage pool

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOL 8 .Dt ZPOOL 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpool .Nm zpool
.Nd configure ZFS storage pools .Nd configure ZFS storage pools

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOLCONCEPTS 8 .Dt ZPOOLCONCEPTS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpoolconcepts .Nm zpoolconcepts
.Nd overview of ZFS storage pools .Nd overview of ZFS storage pools

View File

@ -29,7 +29,7 @@
.\" .\"
.Dd August 9, 2019 .Dd August 9, 2019
.Dt ZPOOLPROPS 8 .Dt ZPOOLPROPS 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zpoolprops .Nm zpoolprops
.Nd available properties for ZFS storage pools .Nd available properties for ZFS storage pools

View File

@ -22,7 +22,7 @@
.\" Copyright (c) 2020 by Delphix. All rights reserved. .\" Copyright (c) 2020 by Delphix. All rights reserved.
.Dd March 25, 2020 .Dd March 25, 2020
.Dt ZSTREAM 8 .Dt ZSTREAM 8
.Os Linux .Os
.Sh NAME .Sh NAME
.Nm zstream .Nm zstream
.Nd manipulate zfs send streams .Nd manipulate zfs send streams