From 86908c48e051fb8eb55a73d8e5144cbf10b230cb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 17 Aug 2017 09:42:35 +0200 Subject: [PATCH] Manual.md: engrish splelling --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 9bf61bc5346..10e00ef0470 100644 --- a/Manual.md +++ b/Manual.md @@ -430,7 +430,7 @@ contains multiple `distfiles`. - `only_for_archs` This expects a separated list of architectures where the package can be built matching `uname -m` output. Reserved for uses where the program really only will ever work on certain architectures, like -binary distributions or where the program is written in assembly. Example +binaries sources or when the program is written in assembly. Example `only_for_archs="x86_64 armv6l"`. - `build_style` This specifies the `build method` for a package. Read below to know more