diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-23 16:06:43 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-23 16:06:43 +0200 |
commit | 9245cf6479718351f4ff21d52e688b6e870dc846 (patch) | |
tree | cb1e3e77445c221b2afb3b48f429c8bc381bf6c9 | |
parent | b35e7f86833c1019d2fe38f747fbe401f0062c9f (diff) | |
download | justbuild-9245cf6479718351f4ff21d52e688b6e870dc846.tar.gz |
Fix typos in man pages
-rw-r--r-- | share/man/just-profile.5.md | 2 | ||||
-rw-r--r-- | share/man/just.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/just-profile.5.md b/share/man/just-profile.5.md index 27dded3e..8f5c6dbd 100644 --- a/share/man/just-profile.5.md +++ b/share/man/just-profile.5.md @@ -20,7 +20,7 @@ The metadata file contains the following information. - For the key *`"cmdline"`* the argument vector for the process it will **`execv`**(3) to. As with all launches by **`just-mr`**(1), - the programm is the zeroth entry of the argument vector. + the program is the zeroth entry of the argument vector. - For the key *`"configuration"`* the blob identifier of the **`just-repository-config`**(5) that is passed to the launched process, diff --git a/share/man/just.1.md b/share/man/just.1.md index c538245a..38d9ae53 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -840,7 +840,7 @@ operations will be removed, in a FIFO scheme. If unset, defaults to ------------------------- **`--no-rotate`** -Do not rotate gargabe-collection generations. Instead, only carry +Do not rotate garbage-collection generations. Instead, only carry out clean up tasks that do not affect what is stored in the cache. Incompatible with `--all`. |