git: 152a9cfe6d45 - stable/14 - camcontrol(8): Fix grammar: a ATA -> an ATA
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 18:07:12 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=152a9cfe6d45709d41f6323f30dbf0b69a6afe46
commit 152a9cfe6d45709d41f6323f30dbf0b69a6afe46
Author: Yi-Chen Li <calvin0205@gapp.nthu.edu.tw>
AuthorDate: 2024-01-12 06:37:41 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-27 16:35:34 +0000
camcontrol(8): Fix grammar: a ATA -> an ATA
Event: Advanced UNIX Programming Course (Fall'23) at NTHU.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1030
(cherry picked from commit 9977fb8042a4b2f2b3386684e137dfb42bf1707f)
---
sbin/camcontrol/camcontrol.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index 9ae3debceedc..bdda1828abf5 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -524,7 +524,7 @@ This is to aid in script writing.
Print out transfer rate information.
.El
.It Ic identify
-Send a ATA identify command (0xec) to a device.
+Send an ATA identify command (0xec) to a device.
.It Ic reportluns
Send the SCSI REPORT LUNS (0xA0) command to the given device.
By default,