commit 7866bb3c174b464740132146f0aa7d46d28ae0a3
parent 9dfca25455dbac7fad721bac44daa9d9a149475a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 14 Mar 2020 00:30:30 +0100
Make example list syntax more consistent
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guides/shell-101.org b/guides/shell-101.org
@@ -27,7 +27,7 @@ With a file browser and a terminal emulator side-by-side:
- black-box model of a command:
- inputs: stdin, arguments, environment
- outputs: stdout, stderr, exit code
- - side-effects: writing files, connect to network, …
+ - side-effects: I/O, e.g. files, network
- which, type: keyword ≠ builtin ≠ function ≠ program
- valar quotulis (valar escaepis); e.g. sort operator: [ foo '>' bar ]