From 7478771bbdfec6702560ad009ae0a6300a99eb65 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 22 Nov 2019 16:01:56 +0100 Subject: [PATCH] Update docs/_developers/devguide.md Co-Authored-By: Adam Schmideg --- docs/_developers/devguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_developers/devguide.md b/docs/_developers/devguide.md index 1d0905ff79..5142a03654 100644 --- a/docs/_developers/devguide.md +++ b/docs/_developers/devguide.md @@ -130,7 +130,7 @@ geth -port=30302 -verbosity 5 --pprof --pprofport 6062 2>> /tmp/02.glog ``` Alternatively if you want to kill the clients (in case they hang or stalled syncing, etc) -but have the stacktrace too, you can use the `-QUIT` signal with `kill`: +and have the stacktrace too, you can use the `-QUIT` signal with `kill`: ``` killall -QUIT geth