@@ -106,7 +106,7 @@ libgcc>=4.4.0_1
106106glibc> =2.32_1
107107```
108108
109- You can't[ ^ youcan ] install a package without its dependencies, so breakage can not
109+ You can't[ ^ youcan ] install a package without its dependencies, so breakage cannot
110110occur.
111111
112112## What is a package, anyway?
@@ -434,7 +434,7 @@ explanation:
434434 Choosing a name for a package can be sometimes tricky. It should follow the
435435 upstream name. If you're unsure, read Void's [ package naming
436436 conventions] ( https://github.com/void-linux/void-packages/blob/master/Manual.md#programs ) .
437- - ` version ` = version of the package; it can not contain dashes or underscore
437+ - ` version ` = version of the package; it cannot contain dashes or underscore
438438 and at least one digit is required
439439
440440 The version shouldn't contain unnecessary characters:
@@ -930,11 +930,11 @@ No! It has just `x86_64` and it cross-compiles to all other architectures.
930930[ Note that there are some specific architectures for which you don't have to
931931(and you shouldn't) cross-compile.] ( ../tips-and-tricks.md#nocross )
932932
933- The one rule of cross-compiling is that ** you can not execute what you build.**
933+ The one rule of cross-compiling is that ** you cannot execute what you build.**
934934When your host (your computer) is ` x86_64 ` and you are cross-compiling to let's
935935say ` armv6l ` , the compiled result can be executed only on ` armv6l ` , not on
936- ` x86_64 ` ([ unless you use QEMU] ( ../tips-and-tricks.md#qemu ) , but that method can
937- not be used everywhere).
936+ ` x86_64 ` ([ unless you use QEMU] ( ../tips-and-tricks.md#qemu ) , but that method
937+ cannot be used everywhere).
938938
939939Sometimes the build system tries to run what it compiles. Software using such
940940build systems is not cross-compilation friendly. Such build systems have to be
@@ -1158,8 +1158,8 @@ There are four types of dependencies: `hostmakedepends`, `makedepends`,
11581158** host** when cross-compiling.
11591159
11601160` makedepends ` are dependencies (usually ` -devel ` packages of libraries) that are
1161- required for cross-compiling. They are compiled for ** target** architecture (can
1162- not be used on the host).
1161+ required for cross-compiling. They are compiled for ** target** architecture
1162+ (cannot be used on the host).
11631163
11641164` depends ` are ** runtime** dependencies. In contrast to ` hostmakedepends ` and
11651165` makedepends ` , ` xbps-src ` does nothing with ` depends ` , it just adds the
0 commit comments