mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #318061 from PedroRegisPOAR/remove-extra-backtick
Removes extra backtick from manual
This commit is contained in:
commit
afa84d8a13
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
starting a TCP server in a terminal using the command:
|
||||||
|
|
||||||
```ShellSession
|
```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
|
In the terminal where the test driver is running, connect to this server by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue