mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #318061 from PedroRegisPOAR/remove-extra-backtick
Removes extra backtick from manual
This commit is contained in:
commit
afa84d8a13
@ -44,7 +44,7 @@ As an alternative, you can proxy the guest shell to a local TCP server by first
|
||||
starting a TCP server in a terminal using the command:
|
||||
|
||||
```ShellSession
|
||||
$ socat 'READLINE,PROMPT=$ ' tcp-listen:4444,reuseaddr`
|
||||
$ socat 'READLINE,PROMPT=$ ' tcp-listen:4444,reuseaddr
|
||||
```
|
||||
|
||||
In the terminal where the test driver is running, connect to this server by
|
||||
|
Loading…
Reference in New Issue
Block a user