Date: Fri, 7 Oct 2022 16:37:04 GMT From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: a4c01d577a - main - Typo fix: stictly -> strictly Message-ID: <202210071637.297Gb4HN035750@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=a4c01d577a7e9d24b6c8b8e9e2334c3576e84c86 commit a4c01d577a7e9d24b6c8b8e9e2334c3576e84c86 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2022-10-07 16:36:27 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2022-10-07 16:36:27 +0000 Typo fix: stictly -> strictly --- documentation/content/en/books/porters-handbook/pkg-files/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc b/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc index 969e0b9f43..9de27bfe7d 100644 --- a/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc +++ b/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc @@ -99,7 +99,7 @@ Display if upgrading from a version strictly lower than the version specified. `minimum_version`:: Only if `type` is `upgrade`. -Display if upgrading from a version stictly greater than the version specified. +Display if upgrading from a version strictly greater than the version specified. The `maximum_version` and `minimum_version` keywords can be combined.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210071637.297Gb4HN035750>
