Skip to content

Commit a77fcb3

Browse files
committed
doc: fix typo in flux-jobs(1)
Problem: flux-jobs(1) says there are three possible results, but if we count COMPLETED, FAILED, CANCELED, and TIMEOUT, that's four! Update the text to not depend on the number of results. Fixes #5111
1 parent 5670616 commit a77fcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/man1/flux-jobs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ states also exist: "pending", an alias for DEPEND,SCHED; "running", an
162162
alias for RUN,CLEANUP; "active", an alias for "pending,running".
163163

164164
After a job has finished and is in the INACTIVE state, it can be
165-
marked with one of three possible results: COMPLETED, FAILED,
165+
marked with one of the possible results: COMPLETED, FAILED,
166166
CANCELED, TIMEOUT. Under the *result_abbrev* field name, these are
167167
abbreviated as CD, F, CA, and TO respectively.
168168

0 commit comments

Comments
 (0)