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
We want to move to more enclusive names/terms in our code, and remove problematic language
from code and comments.
We want to change reference for whitelist/blacklist to allowlist/denylist.
https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language
We also want to fix slave references to pty for pseutoterminals.
We will change the slave refererences to whatever the kernel specifies, once the kernel fixes it's
references.
Signed-off-by: Daniel J Walsh <[email protected]>
Copy file name to clipboardExpand all lines: config.md
+1-1Lines changed: 1 addition & 1 deletion
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