1
Fork 0
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:
Sylvestre Ledru 2023-03-25 08:08:25 +01:00 committed by GitHub
parent 20cfd299e7
commit bf22908f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<!-- spell-checker:ignore debuginfo manpages backtraces -->
> **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
> [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
`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
There are several compile-time flags that allow you to tune the coreutils to you
particular needs. Some distributions, for example, might choose to minimize the
binary size as much as possible.
There are several compile-time flags that allow you to tune the coreutils to
your particular needs. Some distributions, for example, might choose to
minimize the binary size as much as possible.
This can be achieved by customizing the configuration passed to cargo. You can
view the full documentation in the