diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:05:46 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:05:46 +0100 |
| commit | 3b5e33463bc826f807e5a5ee14bd4ca1a826efd7 (patch) | |
| tree | 2d59122ddb4b1c980070694fb7fc9017c58a601a | |
| parent | Fix warnings (diff) | |
| download | luhncheck-3b5e33463bc826f807e5a5ee14bd4ca1a826efd7.tar.gz luhncheck-3b5e33463bc826f807e5a5ee14bd4ca1a826efd7.tar.bz2 luhncheck-3b5e33463bc826f807e5a5ee14bd4ca1a826efd7.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | luhncheck.1 | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -23,7 +23,7 @@ OPERANDS STDOUT The luhncheck utility will print one line per number, in the order they are provided in the command line, to the standard - output. Each line will be use the format + output. Each line will use the format "%s is %s\n", number, <"OK" if valid, "invalid" otherwise>. @@ -34,7 +34,7 @@ EXIT STATUS 1 At least one number is invalid. - 2 An error occured. + 2 An error occurred. SEE ALSO gluhncheck(1) diff --git a/luhncheck.1 b/luhncheck.1 index 11da1e5..bc4ad56 100644 --- a/luhncheck.1 +++ b/luhncheck.1 @@ -48,7 +48,7 @@ utility will print one line per .IR number , in the order they are provided in the command line, to the standard output. -Each line will be use the format +Each line will use the format .RS .B \(dq%s is %s\en\(dq, @@ -79,7 +79,7 @@ At least one is invalid. .TP 2 -An error occured. +An error occurred. .SH SEE ALSO .BR gluhncheck (1) |
