diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-06-23 11:12:22 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-06-26 16:20:56 +0200 |
commit | add97907c29b4d0d3e67e02ee4b96d4503ffb8cb (patch) | |
tree | 84137b0f30adde83221ea8ca4a6f4472e41aa6d6 /share/man/just-graph-file.5.md | |
parent | acb0203fef7e39a3817d9b2dc74f54bdf4ce00e4 (diff) | |
download | justbuild-add97907c29b4d0d3e67e02ee4b96d4503ffb8cb.tar.gz |
man pages: consistent command references
Diffstat (limited to 'share/man/just-graph-file.5.md')
-rw-r--r-- | share/man/just-graph-file.5.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just-graph-file.5.md b/share/man/just-graph-file.5.md index 640283a2..298d0b54 100644 --- a/share/man/just-graph-file.5.md +++ b/share/man/just-graph-file.5.md @@ -3,7 +3,7 @@ NAME ==== -just graph file -- The format of the action graph used by **just(1)** +just graph file -- The format of the action graph used by **`just`**(1) DESCRIPTION =========== @@ -124,7 +124,7 @@ ignore those. Implementations writing action-graph files should be aware that a future version of this file format might give a specific meaning to those extra keys. -Graphs written by **just(1)** have the additional key *`"origins"`* in +Graphs written by **`just`**(1) have the additional key *`"origins"`* in each action. The value is a list of all places where this action was requested (so often, but not always, the list has length 1). Each such place is described by a JSON object with the following keys. @@ -143,4 +143,4 @@ place is described by a JSON object with the following keys. See also ======== -**just(1)** +**`just`**(1) |