Skip to content
Snippets Groups Projects
Commit 03aa6c5e authored by Florent Gluck's avatar Florent Gluck
Browse files

Replaced $\rightarrow$ with the actual unicode character →

parent ff132160
No related branches found
No related tags found
No related merge requests found
...@@ -777,9 +777,9 @@ In the syntax above, each USB device is represented by a filter which can match ...@@ -777,9 +777,9 @@ In the syntax above, each USB device is represented by a filter which can match
Filters can be chained using the `|` operator. Here are a few examples: Filters can be chained using the `|` operator. Here are a few examples:
- `-1:-1:-1:-1:1` $\rightarrow$ allows all USB devices - `-1:-1:-1:-1:1` allows all USB devices
- `-1:-1:-1:-1:0` $\rightarrow$ forbids all USB devices - `-1:-1:-1:-1:0` forbids all USB devices
- `-1:0x123:0x456:-1:1|-1:-1:-1:-1:0` $\rightarrow$ allows USB device 0x123:0x456 and forbids everything else - `-1:0x123:0x456:-1:1|-1:-1:-1:-1:0` allows USB device 0x123:0x456 and forbids everything else
Here is a real-world example that defines three USB redirections that forbid everything except these three USB devices (VID:PID): Here is a real-world example that defines three USB redirections that forbid everything except these three USB devices (VID:PID):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment