git: 6c97ffc601 - main - handbook/multimedia: correct grammar
Ceri Davies <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=6c97ffc601b08ed5468f4125d859b6a3a51dd006 commit 6c97ffc601b08ed5468f4125d859b6a3a51dd006 Author: Ceri Davies <[email protected]> AuthorDate: 2023-04-16 12:06:41 +0000 Commit: Ceri Davies <[email protected]> CommitDate: 2023-04-16 12:06:41 +0000 handbook/multimedia: correct grammar I fouled this up in rev 3f6c35289e. Reported by: bsduck <[email protected]> --- 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 66bb211877..67583455c6 100644 --- a/documentation/content/en/books/handbook/multimedia/_index.adoc +++ b/documentation/content/en/books/handbook/multimedia/_index.adoc @@ -71,7 +71,7 @@ The list of supported sound cards can be consulted in man:sound[4]. It is only necessary to load the sound card module if FreeBSD has not detected it correctly. ==== -Where it is not known knowing which sound card the system has, or which module to use, the `snd_driver` metadriver can be loaded by executing the following command: +Where it is not known which sound card the system has, or which module to use, the `snd_driver` metadriver can be loaded by executing the following command: [source,shell] ....