diff options
author | Brian Behlendorf <[email protected]> | 2020-10-08 20:10:13 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-08 20:10:13 -0700 |
commit | d0249a4bd0da59f20edadba409d0620d387e4e26 (patch) | |
tree | c34562d8cc66f9748b04fbf84b4d7fabe0cef9c2 /man/man8 | |
parent | 07f5d4d66313932f27d4294f2a996dc365f39fc4 (diff) |
Replace ZFS on Linux references with OpenZFS
This change updates the documentation to refer to the project
as OpenZFS instead ZFS on Linux. Web links have been updated
to refer to https://github.com/openzfs/zfs. The extraneous
zfsonlinux.org web links in the ZED and SPL sources have been
dropped.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11007
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zed.8.in | 3 | ||||
-rw-r--r-- | man/man8/zpool.8 | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/man/man8/zed.8.in b/man/man8/zed.8.in index 9d494d5e8..3d36c33ac 100644 --- a/man/man8/zed.8.in +++ b/man/man8/zed.8.in @@ -1,6 +1,5 @@ .\" -.\" This file is part of the ZFS Event Daemon (ZED) -.\" for ZFS on Linux (ZoL) <https://zfsonlinux.org/>. +.\" This file is part of the ZFS Event Daemon (ZED). .\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). .\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. .\" Refer to the ZoL git commit log for authoritative copyright attribution. diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 7c12798da..15e50838f 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -503,7 +503,7 @@ command line option. .El .Bl -tag -width "ZFS_VDEV_DEVID_OPT_OUT" .It Ev ZFS_VDEV_DEVID_OPT_OUT -Older ZFS on Linux implementations had issues when attempting to display pool +Older OpenZFS implementations had issues when attempting to display pool config VDEV names if a .Sy devid NVP value is present in the pool's config. |