Date: Sat, 29 Jan 2022 21:18:06 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 60401b388314 - main - ipheth.4: Simplify output filtering example Message-ID: <202201292118.20TLI66P047058@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=60401b3883149cfa8ab8158523282715441be66e commit 60401b3883149cfa8ab8158523282715441be66e Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-01-29 21:16:50 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-01-29 21:16:50 +0000 ipheth.4: Simplify output filtering example MFC after: 2 weeks --- 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?202201292118.20TLI66P047058>