diff options
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 (`;`). |