diff options
author | Enno Boland <gottox@voidlinux.eu> | 2017-08-17 07:42:35 +0000 |
---|---|---|
committer | Enno Boland <gottox@voidlinux.eu> | 2017-08-20 11:04:00 +0000 |
commit | 86908c48e051fb8eb55a73d8e5144cbf10b230cb (patch) | |
tree | 9ca831d36ce6a005c1895a8e1dc77489784c5984 | |
parent | 714758ac64f608774528a3834decd1724c25d4d1 (diff) | |
download | void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.tar void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.tar.gz void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.tar.bz2 void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.tar.lz void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.tar.xz void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.tar.zst void-packages-86908c48e051fb8eb55a73d8e5144cbf10b230cb.zip |
Manual.md: engrish splelling
-rw-r--r-- | Manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |