From e725e8da6e5b55fdbcfd316792a2af4947083979 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 4 Sep 2017 22:00:34 -0100 Subject: [PATCH] lldb: remove token markup in example description --- pages/linux/lldb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/lldb.md b/pages/linux/lldb.md index ba448455d..8255dc7e3 100644 --- a/pages/linux/lldb.md +++ b/pages/linux/lldb.md @@ -6,10 +6,10 @@ `lldb {{executable}}` -- Attach lldb to running process with id {{pid}}: +- Attach `lldb` to a running process with a given PID: `lldb -p {{pid}}` -- Wait for a new process to launch with the given name and attach to it: +- Wait for a new process to launch with a given name, and attach to it: `lldb -w -n {{process_name}}`