aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-01-29 21:16:50 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-01-29 21:16:50 +0000
commit60401b3883149cfa8ab8158523282715441be66e (patch)
tree2107fda33a5b03a4df3dbdd269e62ca551a7a101
parentd0b92c068e36bbaf06b6a7dc00cfc7d275878b6c (diff)
downloadsrc-60401b3883149cfa8ab8158523282715441be66e.tar.gz
src-60401b3883149cfa8ab8158523282715441be66e.zip
ipheth.4: Simplify output filtering example
MFC after: 2 weeks
-rw-r--r--share/man/man4/ipheth.42
1 files changed, 1 insertions, 1 deletions
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