diff options
author | Ryan Moeller <[email protected]> | 2020-09-01 14:06:22 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-09-09 10:26:01 -0700 |
commit | dd34e6cdd9b298126b1870ae0db1756eecbcde79 (patch) | |
tree | 9e8c3f877be7f9eb9fcbf7f3438ab7b27c6a7fb0 /man | |
parent | e9c1fa0cc1d8d7f3a55361cdc209440ee8fe6fdb (diff) |
man: Cross-reference zfs-load-key(8) for ENCRYPTION mention
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Submitted-by: Harry Schmalzbauer
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10866
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfsprops.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man8/zfsprops.8 b/man/man8/zfsprops.8 index a4e2829e3..b61e1179d 100644 --- a/man/man8/zfsprops.8 +++ b/man/man8/zfsprops.8 @@ -38,7 +38,7 @@ .\" Copyright 2019 Joyent, Inc. .\" Copyright (c) 2019, Kjeld Schouten-Lebbing .\" -.Dd January 30, 2020 +.Dd September 1, 2020 .Dt ZFSPROPS 8 .Os .Sh NAME @@ -1049,8 +1049,9 @@ In order to provide consistent data protection, encryption must be specified at dataset creation time and it cannot be changed afterwards. .Pp For more details and caveats about encryption see the -.Sy Encryption -section. +.Em Encryption +section of +.Xr zfs-load-key 8 . .It Sy keyformat Ns = Ns Sy raw Ns | Ns Sy hex Ns | Ns Sy passphrase Controls what format the user's encryption key will be provided as. This property is only set when the dataset is encrypted. |