Handbook: ZFS chapter: Correct a grammar mistake (with -> will)
PR: 253153 Submitted by: Andreas Bjørnestad <panden at gmail dot com>
This commit is contained in:
parent
bdb56d32ce
commit
fabd1efd2c
1 changed files with 1 additions and 1 deletions
|
@ -1438,7 +1438,7 @@ mypool/var/newname 87.5K 93.2G 87.5K /var/newname
|
|||
mypool/var/tmp 152K 93.2G 152K /var/tmp
|
||||
....
|
||||
|
||||
Snapshots can also be renamed like this. Due to the nature of snapshots, they cannot be renamed into a different parent dataset. To rename a recursive snapshot, specify `-r`, and all snapshots with the same name in child datasets with also be renamed.
|
||||
Snapshots can also be renamed like this. Due to the nature of snapshots, they cannot be renamed into a different parent dataset. To rename a recursive snapshot, specify `-r`, and all snapshots with the same name in child datasets will also be renamed.
|
||||
|
||||
[source,bash]
|
||||
....
|
||||
|
|
Loading…
Reference in a new issue