From add97907c29b4d0d3e67e02ee4b96d4503ffb8cb Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 23 Jun 2023 11:12:22 +0200 Subject: man pages: consistent command references --- share/man/just-graph-file.5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man/just-graph-file.5.md') 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) -- cgit v1.2.3