From e42c38c35410bed28f4fbf609c950197a3ce4f9d Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Wed, 29 May 2024 22:10:22 +0200 Subject: [PATCH] Manual.md: minor grammar fixes Closes: #50576 [via git-merge-pr] --- Manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Manual.md b/Manual.md index 53a2cc8a151..507a1872945 100644 --- a/Manual.md +++ b/Manual.md @@ -759,9 +759,9 @@ built for, available architectures can be found under `common/cross-profiles`. In general, `archs` should only be set if the upstream software explicitly targets certain architectures or there is a compelling reason why the software should not be available on some supported architectures. -Prepending pattern with tilde means disallowing build on indicated archs. -First matching pattern is taken to allow/deny build. When no pattern matches, -package is build if last pattern includes tilde. +Prepending a pattern with a tilde means disallowing build on the indicated archs. +The first matching pattern is taken to allow/deny build. When no pattern matches, +the package is built if the last pattern includes a tilde. Examples: ```