From 404065adae45d6460e0567046ba4ce2a2db85811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Szcz=C4=99sny?= <44300715+tomek-szczesny@users.noreply.github.com> Date: Fri, 28 May 2021 00:58:42 +0200 Subject: [PATCH] stty: fix typo (#6055) According to `stty --help`, the `-F` argument must be capital (lowercase is not recognized). Some Asian translation appears to have the same error, but I didn't want to break encoding. --- pages.zh/common/stty.md | 2 +- pages/common/stty.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.zh/common/stty.md b/pages.zh/common/stty.md index 9e340dd72..595a5ad9f 100644 --- a/pages.zh/common/stty.md +++ b/pages.zh/common/stty.md @@ -17,7 +17,7 @@ - 获取设备的实际传输速度: -`stty -f {{目标 / 文件夹 / 驱动设备文件}} speed` +`stty -F {{目标 / 文件夹 / 驱动设备文件}} speed` - 将当前终端的所有模式重置为合理值: diff --git a/pages/common/stty.md b/pages/common/stty.md index 42f8f95b6..b9ad7f79e 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -17,7 +17,7 @@ - Get the actual transfer speed of a device: -`stty -f {{path/to/device_file}} speed` +`stty -F {{path/to/device_file}} speed` - Reset all modes to reasonable values for the current terminal: