Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 18:53:45 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: c7bab51fa4 - main - Handbook - Multimedia: Fix cmd for loading cuse kmod in rc.conf
Message-ID:  <202304261853.33QIrj0X048043@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304261853.33QIrj0X048043>