aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/output.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/info/chap/output.texinfo')
-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}.