diff --git a/pages/common/stty.md b/pages/common/stty.md index af02d4191..2f6ad052c 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -7,13 +7,9 @@ `stty --all` -- Set the number of rows: +- Set the number of rows or columns: -`stty rows {{rows}}` - -- Set the number of columns: - -`stty cols {{cols}}` +`stty {{rows|cols}} {{count}}` - Get the actual transfer speed of a device: diff --git a/pages/common/tput.md b/pages/common/tput.md index 77bf8155c..0d46fabcd 100644 --- a/pages/common/tput.md +++ b/pages/common/tput.md @@ -23,6 +23,6 @@ `tput sgr0` -- Enable / Disable word wrap: +- Enable or disable word wrap: `tput {{smam|rmam}}`