The branch main has been updated by lwhsu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=31f6889564a45a6793d0e26f3da3d3009648dd39

commit 31f6889564a45a6793d0e26f3da3d3009648dd39
Author:     Yi-Chen Li <[email protected]>
AuthorDate: 2024-01-12 05:27:08 +0000
Commit:     Li-Wen Hsu <[email protected]>
CommitDate: 2024-02-13 08:36:05 +0000

    rcorder(8): Fix grammar
    
    Event:          Advanced UNIX Programming Course (Fall'23) at NTHU.
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1029
---
 sbin/rcorder/rcorder.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8
index 5481f821e853..cc94ca6992d5 100644
--- a/sbin/rcorder/rcorder.8
+++ b/sbin/rcorder/rcorder.8
@@ -224,7 +224,7 @@ If a file has an item in
 or in
 .Ql BEFORE
 that could not be provided,
-this missing provider and the requirement will be drawn bold red as well.
+this missing provider and the requirement will be drawn in bold red as well.
 .Sh SEE ALSO
 .Xr acpiconf 8 ,
 .Xr rc 8 ,

Reply via email to