diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-19 14:21:42 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-20 10:29:29 +0200 |
commit | 7956a6c2369dbb98526d546497043c7a8d12e6c7 (patch) | |
tree | 0f42bc969bf749a107c36448f423dba04ace18ae /share | |
parent | ffef561209455438b1d8a398197dace9951e099f (diff) | |
download | justbuild-7956a6c2369dbb98526d546497043c7a8d12e6c7.tar.gz |
man pages: add more cross references
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mr.1.md | 2 | ||||
-rw-r--r-- | share/man/just.1.md | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index c603d774..04acc7dc 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -257,4 +257,6 @@ details. See also ======== +**just-mr-repository-config(5)**, +**just-repository-config(5)**, **just(1)** diff --git a/share/man/just.1.md b/share/man/just.1.md index ba93b53f..dabf7b2e 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -669,3 +669,9 @@ The exit status of `just` is one of the following values: - 2: the command successfully parsed all the needed files (e.g., TARGETS), successfully compiled the eventually required objects, but the generation of some artifacts failed (e.g., a test failed). + +See also +======== + +**just-repository-config(5)**, +**just-mr(1)** |