The branch stable/14 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=695313daa341ddc8a5bd5cde041532f9bd944928
commit 695313daa341ddc8a5bd5cde041532f9bd944928 Author: Christos Margiolis <[email protected]> AuthorDate: 2024-07-27 11:56:02 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2024-07-29 15:34:55 +0000 sndstat.4: Fix typo Sponsored by: The FreeBSD Foundation MFC after: 2 days Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D46165 (cherry picked from commit f0eceecf5ab51a68d713f9a5a7f360964d0a49ce) --- share/man/man4/sndstat.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/sndstat.4 b/share/man/man4/sndstat.4 index bef444529e5f..266bfcf304fe 100644 --- a/share/man/man4/sndstat.4 +++ b/share/man/man4/sndstat.4 @@ -198,7 +198,7 @@ There are a number of name/value pairs inside this field: .Bl -tag -width ".Dv hwbuf_blkcnt" .It Dv name Channel name. -.It Dv parenchan +.It Dv parentchan Parent channel name (e.g., in the case of virtual channels). .It Dv unit Channel unit.
