summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-06-19 14:21:42 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-06-20 10:29:29 +0200
commit7956a6c2369dbb98526d546497043c7a8d12e6c7 (patch)
tree0f42bc969bf749a107c36448f423dba04ace18ae /share
parentffef561209455438b1d8a398197dace9951e099f (diff)
downloadjustbuild-7956a6c2369dbb98526d546497043c7a8d12e6c7.tar.gz
man pages: add more cross references
Diffstat (limited to 'share')
-rw-r--r--share/man/just-mr.1.md2
-rw-r--r--share/man/just.1.md6
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)**