From 7717ca9f73a118ebdcc926c885098dc330e73c4f Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Tue, 6 Dec 2022 16:48:59 +1000 Subject: [PATCH] stty, tput: refresh pages (#9524) --- pages/common/stty.md | 8 ++------ pages/common/tput.md | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) 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}}`