stty: refresh page (#9465)

pull/1/head
Irina 2022-11-08 06:57:53 +03:00 committed by GitHub
parent db10bb6e9d
commit be0605dd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
- Display all settings for the current terminal: - Display all settings for the current terminal:
`stty -a` `stty --all`
- Set the number of rows: - Set the number of rows:
@ -17,7 +17,7 @@
- Get the actual transfer speed of a device: - Get the actual transfer speed of a device:
`stty -F {{path/to/device_file}} speed` `stty --file {{path/to/device_file}} speed`
- Reset all modes to reasonable values for the current terminal: - Reset all modes to reasonable values for the current terminal: