0
0
Fork 0
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:
Maximilian Bosch 2024-06-09 10:48:16 +00:00 committed by GitHub
commit afa84d8a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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