From 452c3e9514cbaaced8997458e34bb07b51c29bc9 Mon Sep 17 00:00:00 2001 From: Yu-Hsun Chen Date: Wed, 13 Dec 2023 19:31:32 +0800 Subject: [PATCH] mt(1): Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is from the Advanced UNIX Programming Course (Fall’23) at NTHU. MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/931 --- usr.bin/mt/mt.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index a056ef1926ee..4cafdf4437c7 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -339,7 +339,7 @@ For example, specifying .Fl w Ar 0 will enable all settings except for LBP_W. .It Fl l -List available protection parmeters and their current settings. +List available protection parameters and their current settings. .It Fl L Ar len Set the length of the protection information in bytes. For Reed-Solomon CRC, the protection information length should be 4 bytes.