We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb488f commit b17390aCopy full SHA for b17390a
manuscript/02-terminal-fundamentals.md
@@ -90,9 +90,9 @@ The terminal interface can be best introduced by citing official specification
90
laying out its technical properties, interfaces and responsibilities. This can
91
be viewed in its [POSIX specification](http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html).
92
93
-That's your TTY's, what you see when you move between them, on Linux / BSD
94
-systems, this you can switch between sessions via `<ctrl-alt-F1>` through
95
-`<ctrl-alt-F12>`.
+That's your TTY's, including text terminals and X sessions that live within
+them. On Linux / BSD systems, you can switch between sessions via
+`<ctrl-alt-F1>` through `<ctrl-alt-F12>`.
96
97
## Terminal emulators
98
0 commit comments