git: 3d133dfd29 - main - handbook/multimedia: Move explanation of abbreviation to first time it appears

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Sun, 28 Jun 2026 18:07:28 UTC
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3d133dfd294d719e808e99562f091e16ecf529f8

commit 3d133dfd294d719e808e99562f091e16ecf529f8
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2026-06-28 18:05:55 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2026-06-28 18:05:55 +0000

    handbook/multimedia: Move explanation of abbreviation to first time it appears
    
    The abbreviation of DI is used before before it is explained later. Move
    the later to the first use instead.
    
    While here, fix some whitespace after the sentence stop.
    
    Event:      Halifax Hackathon 202606
    Location:   Lounge
---
 documentation/content/en/books/handbook/multimedia/_index.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/content/en/books/handbook/multimedia/_index.adoc b/documentation/content/en/books/handbook/multimedia/_index.adoc
index fb6f696f35..f2fc5b3697 100644
--- a/documentation/content/en/books/handbook/multimedia/_index.adoc
+++ b/documentation/content/en/books/handbook/multimedia/_index.adoc
@@ -227,7 +227,7 @@ Add the following lines to [.filename]#/boot/device.hints#:
 
 [.programlisting]
 ....
-hint.hdac.0.cad0.nid22.config="as=1 seq=15 device=Headphones" 
+hint.hdac.0.cad0.nid22.config="as=1 seq=15 device=Headphones"
 hint.hdac.0.cad0.nid26.config="as=2 seq=0 device=speakers"
 ....
 
@@ -242,9 +242,9 @@ They may vary depending on the system.
 
 The process of changing the sample rate of an audio stream is called resampling.
 
-This usually happens automatically in situations like recording audio with an DI or simply when playing back audio files with very low resolution.
+This usually happens automatically in situations like recording audio with a DI (Digital Interface) or simply when playing back audio files with very low resolution.
 
-Example: DI (Digital Interface) uses 192000 kHz, application only accepts 48000 kHz (or the other way around).
+Example: DI uses 192000 kHz, application only accepts 48000 kHz (or the other way around).
 
 If possible, this should be adjusted outside the sound device driver, but for cases where this is not possible (Or the hardware is bad at resampling), you have influence over the quality that is used for resampling.
 
@@ -427,7 +427,7 @@ This section introduces some of the software available from the FreeBSD Ports Co
 | package:multimedia/vlc[]
 | Qt
 
-| Kodi (XBMC) 
+| Kodi (XBMC)
 | GPL 2.0
 | package:multimedia/kodi[]
 | X11
@@ -736,7 +736,7 @@ iProduct = 0x0002  <Deskjet 1050 J410 series>
 bNumConfigurations = 0x0001
 ....
 
-Once the `idVendor` and the `idProduct` have been obtained, it is necessary to check in the link:http://www.sane-project.org/lists/sane-mfgs-cvs.html[list of supported devices of SANE] if the scanner is supported by filtering by the idProduct. 
+Once the `idVendor` and the `idProduct` have been obtained, it is necessary to check in the link:http://www.sane-project.org/lists/sane-mfgs-cvs.html[list of supported devices of SANE] if the scanner is supported by filtering by the idProduct.
 
 [[_sane_configuration]]
 === SANE Configuration