Skip to content

Commit 941888d

Browse files
committed
fix format error.
1 parent 4446e17 commit 941888d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,8 +1464,10 @@ ngx-ssl-session-ticket-keys
14641464

14651465
Dumping ssl session ticket keys of a nginx worker.
14661466

1467+
```bash
14671468
# assuming one nginx worker process has the pid 3781.
14681469
$ ./samples/ngx-ssl-session-ticket-keys.sxx -I ./tapset -x 3781
1470+
```
14691471

14701472
[Back to TOC](#table-of-contents)
14711473

@@ -1474,8 +1476,10 @@ ngx-ssl-session-resumption-stats
14741476

14751477
Analyzing the statistics of nginx SSL/TLS session ticket resumption.
14761478

1479+
```bash
14771480
# assuming one nginx worker process has the pid 3781.
14781481
$ ./samples/ngx-ssl-session-resumption-stats.sxx -x 3781
1482+
```
14791483

14801484
[Back to TOC](#table-of-contents)
14811485

0 commit comments

Comments
 (0)