diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:21:43 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:21:43 +0100 |
| commit | 812bf267a23939d04ff5b3a49abfec169c5463a5 (patch) | |
| tree | cd71997b3bc446d8f8e79bf0c52d9f68f2108ff1 | |
| parent | Update e-mail (diff) | |
| download | sat-812bf267a23939d04ff5b3a49abfec169c5463a5.tar.gz sat-812bf267a23939d04ff5b3a49abfec169c5463a5.tar.bz2 sat-812bf267a23939d04ff5b3a49abfec169c5463a5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | Makefile.in | 4 | ||||
| -rw-r--r-- | doc/info/chap/output.texinfo | 4 | ||||
| -rw-r--r-- | doc/man/satd.1 | 2 | ||||
| -rw-r--r-- | doc/man/satq.1 | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in index 81a4e13..b496da2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # List of man page translations to install. #MAN_LOCALES = -# Can change these variables with ./configure in the same why you +# Can change these variables with ./configure in the same way you # would configure them when running make. @@ -41,7 +41,7 @@ PKGNAME = sat # In case you want add some configurations. Primarily # intended for maintainers. Perhaps add GPG_KEY here. -# Of course, you can declare everthing with ./configure, +# Of course, you can declare everything with ./configure, # but with this you are less likely to forget it. -include .make-configurations 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}. diff --git a/doc/man/satd.1 b/doc/man/satd.1 index aad279c..38663ed 100644 --- a/doc/man/satd.1 +++ b/doc/man/satd.1 @@ -17,7 +17,7 @@ will run the hook script if available, the hook action will either be .TP .B expired -if the job run when scheduled to run, or +if the job ran when scheduled to run, or .TP .B forced if diff --git a/doc/man/satq.1 b/doc/man/satq.1 index 9b815ad..4482567 100644 --- a/doc/man/satq.1 +++ b/doc/man/satq.1 @@ -9,7 +9,7 @@ shall list all jobs in .BR sat 's list of jobs queued for later execution. Each job in the queue is separated by one empty line (LF LF), there is -a empty line at the end of the output too. Each job 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 @@ -25,7 +25,7 @@ job: \fIJOB-ID\fP clock: \fICLOCK\fP argc: \fIARGC\fP remaining: \fIREM\fP argv[ where .TP .I 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. .TP .I CLOCK is either |
