mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
fix some english typos (#4618)
* fix some english typos Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com> --------- Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
parent
20cfd299e7
commit
bf22908f7c
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
<!-- spell-checker:ignore debuginfo manpages backtraces -->
|
<!-- spell-checker:ignore debuginfo manpages backtraces -->
|
||||||
|
|
||||||
> **Note**: This page is intended as a guide for packaging the uutils coreutils
|
> **Note**: This page is intended as a guide for packaging the uutils coreutils
|
||||||
> for package maintainers. Normal users probably not need to read this. If you
|
> for package maintainers. Normal users probably do not need to read this. If you
|
||||||
> just want to install the coreutils, look at the
|
> just want to install the coreutils, look at the
|
||||||
> [installation](installation.md) instructions.
|
> [installation](installation.md) instructions.
|
||||||
|
|
||||||
|
@ -40,13 +40,13 @@ name of the utils you want to include and disable the default feature set.
|
||||||
Additionally, support for SELinux must explicitly enabled with the
|
Additionally, support for SELinux must explicitly enabled with the
|
||||||
`feat_selinux` feature.
|
`feat_selinux` feature.
|
||||||
|
|
||||||
We recommend to include all the utils that a platform supports.
|
We recommend including all the utilities that a platform supports.
|
||||||
|
|
||||||
## Compilation parameters
|
## Compilation parameters
|
||||||
|
|
||||||
There are several compile-time flags that allow you to tune the coreutils to you
|
There are several compile-time flags that allow you to tune the coreutils to
|
||||||
particular needs. Some distributions, for example, might choose to minimize the
|
your particular needs. Some distributions, for example, might choose to
|
||||||
binary size as much as possible.
|
minimize the binary size as much as possible.
|
||||||
|
|
||||||
This can be achieved by customizing the configuration passed to cargo. You can
|
This can be achieved by customizing the configuration passed to cargo. You can
|
||||||
view the full documentation in the
|
view the full documentation in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue