[Lldb-commits] [lldb] 258cd02 - [lldb/doc] Rephrase tutorial paragraph (NFC)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 14 16:23:34 PST 2022


Author: Med Ismail Bennani
Date: 2022-01-14T16:23:26-08:00
New Revision: 258cd02c6a7aa71945a89b8d0d07e1eac49b5868

URL: https://github.com/llvm/llvm-project/commit/258cd02c6a7aa71945a89b8d0d07e1eac49b5868
DIFF: https://github.com/llvm/llvm-project/commit/258cd02c6a7aa71945a89b8d0d07e1eac49b5868.diff

LOG: [lldb/doc] Rephrase tutorial paragraph (NFC)

Fixes #52694

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>

Added: 
    

Modified: 
    lldb/docs/use/tutorial.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/tutorial.rst b/lldb/docs/use/tutorial.rst
index 3c552a341e024..d4da0bae5aaf0 100644
--- a/lldb/docs/use/tutorial.rst
+++ b/lldb/docs/use/tutorial.rst
@@ -509,9 +509,9 @@ running anything you type will go to the STDIN of the inferior process. To
 interrupt your inferior program, type CTRL+C.
 
 If you attach to a process, or launch a process with the "--no-stdin" option,
-the command interpreter is always available to enter commands. This might be a
-little disconcerting to gdb users when always have an (lldb) prompt. This
-allows you to set a breakpoint, etc without having to explicitly interrupt the
+the command interpreter is always available to enter commands. It might be a
+little disconcerting to gdb users to always have an (lldb) prompt. This allows
+you to set a breakpoint, etc without having to explicitly interrupt the
 program you are debugging:
 
 ::


        


More information about the lldb-commits mailing list