diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-14 15:21:38 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-20 13:12:38 +0100 |
commit | 8432937e6b1d26abb2be1fdc5e141c0105ff6f1c (patch) | |
tree | 33d7c9970a45fe3b27777eefe777da066dcc6ff2 /share | |
parent | d7b17c189ddbf8a69a6e2855a8242cb4e8f148f5 (diff) | |
download | justbuild-8432937e6b1d26abb2be1fdc5e141c0105ff6f1c.tar.gz |
just-lock-config(5): Fix wrong referenced man page name
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-lock-config.5.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/just-lock-config.5.md b/share/man/just-lock-config.5.md index 0562321a..f90378ff 100644 --- a/share/man/just-lock-config.5.md +++ b/share/man/just-lock-config.5.md @@ -96,7 +96,7 @@ The following fields are supported: - *`"inherit env"`* has as value a JSON list which will be recorded as the value for the `"inherit env"` key in the output configuration for all imported `"git"`-type repositories - (see **`just-mr-configuration-format`**(5)). This entry is optional. + (see **`just-mr-repository-config`**(5)). This entry is optional. - *`"as plain"`* has a boolean value. If the field evaluates to `true`, it informs **`just-lock`**(1) to consider the foreign repository configuration @@ -247,14 +247,14 @@ The just-lock configuration format ---------------------------------- The configuration format is structured as a JSON object. It is a superset of -the **`just-mr-configuration-format`**(5), which is extended by two additional +the **`just-mr-repository-config`**(5), which is extended by two additional fields. Specifically, the following fields are supported: - *`"main"`* has the syntax and semantics as described in - **`just-mr-configuration-format`**(5). + **`just-mr-repository-config`**(5). - *`"repositories"`* has the syntax and semantics as described in - **`just-mr-configuration-format`**(5). + **`just-mr-repository-config`**(5). - *`"imports"`* is a JSON list with each entry a *source* object. @@ -275,4 +275,4 @@ See also **`just-lock`**(1), **`just-mr`**(1), -**`just-mr-configuration-format`**(5) +**`just-mr-repository-config`**(5) |