Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2022 17:28:38 GMT
From:      Graham Perrin <grahamperrin@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: cb07a63a96 - main - FreeBSD Handbook: multimedia: markup: fencing
Message-ID:  <202211301728.2AUHSc4C075478@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grahamperrin:

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

commit cb07a63a96c955de23deec138cfa29ccaf29bf60
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2022-11-30 17:25:38 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2022-11-30 17:25:38 +0000

    FreeBSD Handbook: multimedia: markup: fencing
    
    Fenced (rendered):
    
    fstat | grep
    
    Make the command sane by extending the fence:
    
    fstat | grep dsp
    
    Reported by:  GitHub user Doctorj128
    Pull request: https://github.com/freebsd/freebsd-doc/pull/96
---
 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 17fffb9ea4..6ac3edf4c1 100644
--- a/documentation/content/en/books/handbook/multimedia/_index.adoc
+++ b/documentation/content/en/books/handbook/multimedia/_index.adoc
@@ -300,7 +300,7 @@ There is not enough available memory to use the device.
 |`xxx: can't open /dev/dsp!`
 |
 
-Type `fstat \| grep` dsp to check if another application is holding the device open. Noteworthy troublemakers are esound and KDE's sound support.
+Type `fstat \| grep dsp` to check if another application is holding the device open. Noteworthy troublemakers are esound and KDE's sound support.
 |===
 
 Modern graphics cards often come with their own sound driver for use with `HDMI`.



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