git: 2bcbf4d83146 - main - camcontrol(8): Use simpler language
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:43:50 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=2bcbf4d8314654b91f7d688194b047f7151aa955
commit 2bcbf4d8314654b91f7d688194b047f7151aa955
Author: Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-06-02 02:41:27 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:41:33 +0000
camcontrol(8): Use simpler language
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/702
---
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 2f002fd54e42..5201063136e1 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -377,7 +377,7 @@
.Sh DESCRIPTION
The
.Nm
-utility is designed to provide a way for users to access and control the
+utility allows users to access and control the
.Fx
CAM subsystem described in
.Xr cam 4 .