summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVille Skyttä <[email protected]>2023-01-01 18:41:42 +0200
committerTom Rini <[email protected]>2023-01-11 15:02:24 -0500
commitfe482b886d7ffd65cb06ec4b4b017440460e42c0 (patch)
tree14800dbf93afcb0ea6a187e88e08d9666b692c1f /doc
parent89d47b33b54715a220cdf64b3faf3a56dc6c7af7 (diff)
Use `grep -E` or plain `grep` instead of `egrep`
`egrep` has been deprecated in GNU grep since 2007, and since 3.8 it emits obsolescence warnings: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1 Acked-by: Dhruva Gole <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/intel/edison.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/intel/edison.rst b/doc/board/intel/edison.rst
index 5a65673d1e0..782d75a6745 100644
--- a/doc/board/intel/edison.rst
+++ b/doc/board/intel/edison.rst
@@ -90,7 +90,7 @@ If you want to check if the board is ready, type:
.. code-block:: none
- lsusb | egrep "8087|8086"
+ lsusb | grep -E "8087|8086"
Bus 001 Device 004: ID 8086:e005 Intel Corp.
If you see a device with the same ID as above, the board is waiting for your