diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2021-03-08 00:19:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-08 09:20:53 +0100 |
commit | 1f81bc6879908ea431d16c753b39e3ba13f2f105 (patch) | |
tree | 94a1ced275f4f576e56801021c5666f442e75aad /Base/usr/share/man/man5/Shell.md | |
parent | 6749ba3477255054b901fe8ac3f094b38a7622b6 (diff) | |
download | serenity-1f81bc6879908ea431d16c753b39e3ba13f2f105.zip |
Everywhere: Remove unnecessary whitespace at the end of some lines.
Diffstat (limited to 'Base/usr/share/man/man5/Shell.md')
-rw-r--r-- | Base/usr/share/man/man5/Shell.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man5/Shell.md b/Base/usr/share/man/man5/Shell.md index 676fc55de9..d6716bc058 100644 --- a/Base/usr/share/man/man5/Shell.md +++ b/Base/usr/share/man/man5/Shell.md @@ -148,7 +148,7 @@ Commands can be either calls to Shell builtins, or external programs. The commands can be composed into semantic elements, producing composite commands: ### Sequences -A sequence of commands, executed serially independent of each other: `Commanad ; Command ; Command ...` +A sequence of commands, executed serially independent of each other: `Commanad ; Command ; Command ...` It should be noted that a newline (`\\n`) can be substituted for the semicolon (`;`). |