You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ For POSIX platforms the `mounts` structure has the following fields:
145
145
This property is REQUIRED when [`start`](runtime.md#start) is called.
146
146
147
147
***`terminal`** (bool, OPTIONAL) specifies whether a terminal is attached to the process, defaults to false.
148
-
As an example, if set to true on Linux a pseudoterminal pair is allocated for the process and the pseudoterminal slave is duplicated on the process's [standard streams][stdin.3].
148
+
As an example, if set to true on Linux a pseudoterminal pair is allocated for the process and the pseudoterminal pty is duplicated on the process's [standard streams][stdin.3].
149
149
***`consoleSize`** (object, OPTIONAL) specifies the console size in characters of the terminal.
150
150
Runtimes MUST ignore `consoleSize` if `terminal` is `false` or unset.
0 commit comments