git: c7bab51fa4 - main - Handbook - Multimedia: Fix cmd for loading cuse kmod in rc.conf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 18:53:45 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=c7bab51fa4faa81d6881bab1fdd1023736919705 commit c7bab51fa4faa81d6881bab1fdd1023736919705 Author: Lars Engels <lme@FreeBSD.org> AuthorDate: 2023-04-26 18:53:06 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-04-26 18:53:06 +0000 Handbook - Multimedia: Fix cmd for loading cuse kmod in rc.conf Pull Request: https://github.com/freebsd/freebsd-doc/pull/178 --- documentation/content/en/books/handbook/multimedia/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/multimedia/_index.adoc b/documentation/content/en/books/handbook/multimedia/_index.adoc index 67583455c6..b9c5d272b2 100644 --- a/documentation/content/en/books/handbook/multimedia/_index.adoc +++ b/documentation/content/en/books/handbook/multimedia/_index.adoc @@ -504,7 +504,7 @@ To load man:cuse[3] at system boot, execute the command: [source,shell] .... -# kld_list += "cuse" +# sysrc kld_list += "cuse" .... Once the utilities have been installed the list of available webcams can be shown with man:webcamd[8]: