diff options
author | Che-Yu Chang <ccy36@gapp.nthu.edu.tw> | 2023-12-26 16:07:26 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2024-08-27 16:35:34 +0000 |
commit | c4fa138c2a1bc32e239f17239ef4e1a89422df22 (patch) | |
tree | 229150d15805ce8e46b6cf31c9c4fe0684bc4f90 | |
parent | 3cff088ebdacc1e3b2646e035b3e6edc7aa05cac (diff) | |
download | src-c4fa138c2a1bc32e239f17239ef4e1a89422df22.tar.gz src-c4fa138c2a1bc32e239f17239ef4e1a89422df22.zip |
camcontrol(8): Fix typos
On line 748, "bigger than" is mistyped as "bigger then", and on line
765, "more than" is mistyped as "more then".
Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/949
(cherry picked from commit f8f3b16b6cb671649345352c16894f59679c096f)
-rw-r--r-- | sbin/camcontrol/camcontrol.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 9d2eec87e0e0..9ae3debceedc 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -760,7 +760,7 @@ Disable block descriptors for mode sense. Display/edit block descriptors instead of mode page. .It Fl L Use long LBA block descriptors. -Allows number of LBAs bigger then 2^^32. +Allows number of LBAs bigger than 2^^32. .It Fl b Displays mode page data in binary format. .It Fl e @@ -777,7 +777,7 @@ The editor will be invoked if detects that standard input is terminal. .It Fl l Lists all available mode pages. -If specified more then once, also lists subpages. +If specified more than once, also lists subpages. .It Fl m Ar page[,subpage] This specifies the number of the mode page and optionally subpage the user would like to view and/or edit. |