Date: Sat, 12 Feb 2022 16:05:56 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e156575ada1f - stable/13 - ipheth.4: Simplify output filtering example Message-ID: <202202121605.21CG5uR6087614@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e156575ada1f926673c445082e97fe0d0fab624e commit e156575ada1f926673c445082e97fe0d0fab624e Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-01-29 21:16:50 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-02-12 16:05:28 +0000 ipheth.4: Simplify output filtering example MFC after: 2 weeks (cherry picked from commit 60401b3883149cfa8ab8158523282715441be66e) --- share/man/man4/ipheth.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/ipheth.4 b/share/man/man4/ipheth.4 index 1446607a7784..cedd60a3469a 100644 --- a/share/man/man4/ipheth.4 +++ b/share/man/man4/ipheth.4 @@ -98,7 +98,7 @@ and its configuration index is 0 .Pp Secondly, check what other configurations are available for the device: .Bd -literal -offset 2n -.Li # Ic usbconfig -d 0.2 dump_all_config_desc | awk '/^ Conf/{print} /iConf/{print}' +.Li # Ic usbconfig -d 0.2 dump_all_config_desc | grep -E '(^ Conf|iConf)' Configuration index 0 iConfiguration = 0x0005 <PTP> Configuration index 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202121605.21CG5uR6087614>