Skip to content

Commit b17390a

Browse files
committed
tweak
1 parent 1bb488f commit b17390a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manuscript/02-terminal-fundamentals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ The terminal interface can be best introduced by citing official specification
9090
laying out its technical properties, interfaces and responsibilities. This can
9191
be viewed in its [POSIX specification](http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html).
9292

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>`.
93+
That's your TTY's, including text terminals and X sessions that live within
94+
them. On Linux / BSD systems, you can switch between sessions via
95+
`<ctrl-alt-F1>` through `<ctrl-alt-F12>`.
9696

9797
## Terminal emulators
9898

0 commit comments

Comments
 (0)