]> Cypherpunks repositories - gostls13.git/commitdiff
doc/debugging_with_gdb: fix minor typo (space before comma)
authorRobert Hencke <robert.hencke@gmail.com>
Sun, 7 Oct 2012 00:24:14 +0000 (11:24 +1100)
committerRob Pike <r@golang.org>
Sun, 7 Oct 2012 00:24:14 +0000 (11:24 +1100)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6610061

doc/debugging_with_gdb.html

index 6b1e2536e010b93f04b748bdfc617a29a7e8c098..8be989132d8154fb120cb05dcafd941f1208cc1b 100644 (file)
@@ -36,8 +36,7 @@ debugged.
 
 <ul>
 <li>
-Show file and line number for code 
-, set breakpoints and disassemble:
+Show file and line number for code, set breakpoints and disassemble:
 <pre>(gdb) <b>list</b>
 (gdb) <b>list <i>line</i></b>
 (gdb) <b>list <i>file.go</i>:<i>line</i></b>