diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-08 12:07:17 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-08 16:28:05 +0200 |
commit | a10dd9a098cc0887e27da17496a7b18a31f131c7 (patch) | |
tree | 5711747619ae5b6eabc9f0214b7d7f51e4ed5aa3 /share | |
parent | b6f7fe828e57560cba7e5cc906a87a1ce036b524 (diff) | |
download | justbuild-a10dd9a098cc0887e27da17496a7b18a31f131c7.tar.gz |
man pages: fix typos
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mrrc.5.md | 2 | ||||
-rw-r--r-- | share/man/just-profile.5.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md index 2137a8ff..956d8ad3 100644 --- a/share/man/just-mrrc.5.md +++ b/share/man/just-mrrc.5.md @@ -178,7 +178,7 @@ The just-mrrc is given by a JSON object. a separate subkey, in order to allow workspace-specific rc files that are merged in to set this value. - *`"invocation message"`* An additional info message to be shown, - followed by the base name of the invocation logggin directory. + followed by the base name of the invocation logging directory. - *`"metadata"`* A file name specifying where in the invocation-log directory the metadata file should be stored. If not given, no metadata file will be written. See **`just-profile`**(5) for diff --git a/share/man/just-profile.5.md b/share/man/just-profile.5.md index b8efb16c..8fc1989e 100644 --- a/share/man/just-profile.5.md +++ b/share/man/just-profile.5.md @@ -8,9 +8,9 @@ just-profile - The format of profile files written by **`just-mr`**(1) and **`ju DESCRIPTION =========== -If profiling is enabled through the *`"invocation log`* key in in +If profiling is enabled through the *`"invocation log"`* key in the **`just-mrrc`**(5) file, **`just-mr`**(1) can be told to write -a metadata file, and the lauchned **`just`**(1) process to write a +a metadata file, and the launched **`just`**(1) process to write a profile file. Both files contain a single JSON object. Metadata file @@ -55,7 +55,7 @@ The profile file contains the following information. specified (naturally as an object). - For the key *`"dispatch"`* the dispatch list is given as an array - of pairs (arrays of length two) of a property map and an enpoint + of pairs (arrays of length two) of a property map and an endpoint as `address:port` string. - For the key *`"exit code"`* the exit code of the **`just`**(1) process. @@ -69,7 +69,7 @@ The profile file contains the following information. that is written as a result of the `--dump-graph` option. The value is an object with the following entries. - - For the key *`"cached"`* a boolean indicatinng if the action was taken + - For the key *`"cached"`* a boolean indicating if the action was taken from cache. - For the key *`"time"`* for non-cached actions the build time in seconds. |