From 05baf6f4b2d62da562f98258f4a3b141274f8fb6 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 21 Feb 2017 18:37:14 +0100 Subject: [PATCH] remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2875ce4b9..d52a25ce0 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,6 @@ For network support, you have to link the Go application with the flag `-lnetgo` 3. By setting the environment variable `HERMIT_VERBOSE` to `1`, the proxy prints at termination the kernel log messages onto the screen. 4. If `HERMIT_DEBUG` is set to `1`, Qemu will establish an gdbserver, which will be listen port 1234. Afterwards you are able debug HermitCore applications remotely. -5. By setting the environment variable `HERMIT_CAPTURE_NET' to `1` and `HERMIT_ISLE` to `qemu`, Qemu captures the network traffic and +5. By setting the environment variable `HERMIT_CAPTURE_NET` to `1` and `HERMIT_ISLE` to `qemu`, Qemu captures the network traffic and creates the trace file *qemu-vlan0.pcap*. For instance with [Wireshark](https://www.wireshark.org) you are able to analyze the file. 6. If `HERMIT_MONITOR` is set to `1` and `HERMIT_ISLE` to `qemu`, Qemu establishes a monitor which is available via telnet at port 18767.