aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2023-12-28 16:02:01 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2023-12-28 16:02:01 +0000
commitd5da00930391f0892b2ff437dfc31c59736d7006 (patch)
treeedf65ec404e776526ad6f283a956cc0fdbc594c4
parentd0b66fffba0db5a3f7cc2754beb4147ed3f0cf28 (diff)
downloaddoc-d5da009303.tar.gz
doc-d5da009303.zip
Remove redundant word: exact same -> same
-rw-r--r--documentation/content/en/books/handbook/geom/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/geom/_index.adoc b/documentation/content/en/books/handbook/geom/_index.adoc
index 36b427eb84..e7d1e27927 100644
--- a/documentation/content/en/books/handbook/geom/_index.adoc
+++ b/documentation/content/en/books/handbook/geom/_index.adoc
@@ -369,7 +369,7 @@ Check the media size of the original disk with `diskinfo`:
....
Create a mirror on the new disk.
-To make certain that the mirror capacity is not any larger than the original [.filename]#ada0# drive, man:gnop[8] is used to create a fake drive of the exact same size.
+To make certain that the mirror capacity is not any larger than the original [.filename]#ada0# drive, man:gnop[8] is used to create a fake drive of the same size.
This drive does not store any data, but is used only to limit the size of the mirror.
When man:gmirror[8] creates the mirror, it will restrict the capacity to the size of [.filename]#gzero.nop#, even if the new [.filename]#ada1# drive has more space.
Note that the _1000204821504_ in the second line is equal to [.filename]#ada0#'s media size as shown by `diskinfo` above.