diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-08-01 13:49:32 +0000 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-08-01 13:49:32 +0000 |
commit | 29a1831faa30ac4f3eaebce9bb95abbf2a1be267 (patch) | |
tree | f422df050947b8df6fd4658ddab514964891b208 | |
parent | 4d4eceeebf068bd9e3555a050f7f119db319200d (diff) |
Update README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -19,16 +19,16 @@ executable. The `array` utility conforms to the XBD Utility Syntax Guidelines. It supports one option: - `-s` Include an additional identifier in the output indicating - the size of the array. See STDOUT below for a detailed - description. +`-s` Include an additional identifier in the output indicating + the size of the array. See STDOUT below for a detailed + description. ## Operands The `array` utility supports the following operands: - `file` A pathname of an input file. If `-` is specified, `array` - reads from the standard input. +`file` A pathname of an input file. If `-` is specified, `array` + reads from the standard input. ## STDIN @@ -65,8 +65,8 @@ None. ## Exit Status - 0 Successful completion. - >0 An error occurred. +0 Successful completion. +>0 An error occurred. ## Consequence of Errors |