aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:21:43 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:21:43 +0100
commit812bf267a23939d04ff5b3a49abfec169c5463a5 (patch)
treecd71997b3bc446d8f8e79bf0c52d9f68f2108ff1 /doc/info/chap
parentUpdate e-mail (diff)
downloadsat-812bf267a23939d04ff5b3a49abfec169c5463a5.tar.gz
sat-812bf267a23939d04ff5b3a49abfec169c5463a5.tar.bz2
sat-812bf267a23939d04ff5b3a49abfec169c5463a5.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/output.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/chap/output.texinfo b/doc/info/chap/output.texinfo
index 4671dfb..e7ad019 100644
--- a/doc/info/chap/output.texinfo
+++ b/doc/info/chap/output.texinfo
@@ -7,7 +7,7 @@ warnings and error messages printed to standard error.
@command{satq}'s output to standard output, is a list of all
jobs queued for later execution. Each job in the queue is
separated by one empty line (@code{LF}@tie{}@code{LF}), there
-is a empty line at the end of the output too. Each job is
+is an empty line at the end of the output too. Each job is
printed on multiple lines, where all but the first line is
indented with two blank spaces. The first line is not indented.
The output for each job is formatted
@@ -22,7 +22,7 @@ job: JOB-ID clock: CLOCK argc: ARGC remaining: REM argv[0]: ARGV0
where
@table @code
@item JOB-ID
-is a the ID of the job. This is a non-negative integer.
+is the ID of the job. This is a non-negative integer.
@item CLOCK
is either @code{walltime} or @code{boottime}.