git: d0b66fffba - main - Change "more complete" to just "complete"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 15:59:14 UTC
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=d0b66fffba0db5a3f7cc2754beb4147ed3f0cf28 commit d0b66fffba0db5a3f7cc2754beb4147ed3f0cf28 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2023-12-28 15:58:41 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2023-12-28 15:58:41 +0000 Change "more complete" to just "complete" Either something is complete or it is not. There is no "more" or "less" completeness. --- documentation/content/en/books/handbook/usb-device-mode/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/usb-device-mode/_index.adoc b/documentation/content/en/books/handbook/usb-device-mode/_index.adoc index 2f06c06776..ea5add1254 100644 --- a/documentation/content/en/books/handbook/usb-device-mode/_index.adoc +++ b/documentation/content/en/books/handbook/usb-device-mode/_index.adoc @@ -275,7 +275,7 @@ man:ctld[8] can also be used to manage LUNs. Create [.filename]#/etc/ctl.conf#, add a line to [.filename]#/etc/rc.conf# to make sure man:ctld[8] is automatically started at boot, and then start the daemon. This is an example of a simple [.filename]#/etc/ctl.conf# configuration file. -Refer to man:ctl.conf[5] for a more complete description of the options. +Refer to man:ctl.conf[5] for a complete description of the options. [.programlisting] ....