From owner-dev-commits-src-main@freebsd.org Tue May 18 07:43:20 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77561642E61; Tue, 18 May 2021 07:43:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fknzr2vhVz3nC6; Tue, 18 May 2021 07:43:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BFC31BBA3; Tue, 18 May 2021 07:43:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14I7hKPV091547; Tue, 18 May 2021 07:43:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14I7hKa1091546; Tue, 18 May 2021 07:43:20 GMT (envelope-from git) Date: Tue, 18 May 2021 07:43:20 GMT Message-Id: <202105180743.14I7hKa1091546@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ka Ho Ng Subject: git: c232fd4b4191 - main - sndstat.4: Improve manpage wording MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: khng X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c232fd4b4191a722f8c3193ef1e7c6efd8385182 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 07:43:20 -0000 The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=c232fd4b4191a722f8c3193ef1e7c6efd8385182 commit c232fd4b4191a722f8c3193ef1e7c6efd8385182 Author: Goran Mekić AuthorDate: 2021-05-18 07:34:34 +0000 Commit: Ka Ho Ng CommitDate: 2021-05-18 07:40:28 +0000 sndstat.4: Improve manpage wording Reviewed by: bcr, khng Differential Revision: https://reviews.freebsd.org/D30027 --- share/man/man4/sndstat.4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/share/man/man4/sndstat.4 b/share/man/man4/sndstat.4 index 26ecf9084dc1..92e17d86116a 100644 --- a/share/man/man4/sndstat.4 +++ b/share/man/man4/sndstat.4 @@ -47,10 +47,11 @@ kernel configuration file: .Sh DESCRIPTION The ioctl interface provided by .Pa /dev/sndstat -device allows callers to enumeration PCM audio devices available for use. +device allows callers to enumerate PCM audio devices available for use. +In other words, it provides means to get the list of all audio devices +available to the system. .Sh IOCTLS -For all ioctls requiring data exchange between the subsystem and callers, -the following structures are used to describe a serialized nvlist: +For ioctl calls that take an argument, the following structure is used: .Bd -literal -offset indent struct sndstioc_nv_arg { size_t nbytes; @@ -58,7 +59,7 @@ struct sndstioc_nv_arg { }; .Ed .Pp -Here is an example of an nvlist, with explanations of the common fields: +Here is an example of an nvlist object with explanations of the common fields: .Bd -literal -offset indent dsps (NVLIST ARRAY): 1 from_user (BOOL): FALSE