Skip to content

Commit ce2af08

Browse files
chronolawagentzh
authored andcommitted
doc: minor typo fixes.
1 parent d1b375c commit ce2af08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ Here is an example:
981981
$ flamegraph.pl --countname=bytes \
982982
--title="Memory Leak Flame Graph" a.cbt > a.svg
983983

984-
Yu can now open the "Memory Leak Flame Graph" file, `a.svg`, in your favorite web browser.
984+
You can now open the "Memory Leak Flame Graph" file, `a.svg`, in your favorite web browser.
985985

986986
The tools `stackcollapse-stap.pl` and `flamegraph.pl` are from the FlameGraph repository by Brendan Gregg:
987987

@@ -1576,7 +1576,7 @@ Count the number of used nginx connections and open files in the specified nginx
15761576
$ export PATH=$PWD:$PATH
15771577
15781578
# assuming the target process has the pid 6259.
1579-
$ ./samples/ngx-count-conns -x 6259
1579+
$ ./samples/ngx-count-conns.sxx -x 6259
15801580
Start tracing 6259 (/opt/nginx/sbin/nginx)...
15811581
15821582
====== CONNECTIONS ======

0 commit comments

Comments
 (0)