Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 16:02:28 GMT
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d5da009303 - main - Remove redundant word: exact same -> same
Message-ID:  <202312281602.3BSG2SAl054084@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d5da00930391f0892b2ff437dfc31c59736d7006

commit d5da00930391f0892b2ff437dfc31c59736d7006
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-12-28 16:02:01 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2023-12-28 16:02:01 +0000

    Remove redundant word: exact same -> same
---
 documentation/content/en/books/handbook/geom/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312281602.3BSG2SAl054084>