Skip to content

Commit 0f5c264

Browse files
makelinuxyonghong-song
authored andcommitted
readme: remove colons after subtitles
because it is redundant and table of contents looks better without colons. ToC with colons looks weird: Subtitle1: Subtitle2: Subtitle3:
1 parent 7cdf90e commit 0f5c264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pair of .c and .py files, and some are directories of files.
6363

6464
### Tracing
6565

66-
#### Examples:
66+
#### Examples
6767

6868
- examples/tracing/[bitehist.py](examples/tracing/bitehist.py): Block I/O size histogram. [Examples](examples/tracing/bitehist_example.txt).
6969
- examples/tracing/[disksnoop.py](examples/tracing/disksnoop.py): Trace block device I/O latency. [Examples](examples/tracing/disksnoop_example.txt).
@@ -80,7 +80,7 @@ pair of .c and .py files, and some are directories of files.
8080
- examples/tracing/[vfsreadlat.py](examples/tracing/vfsreadlat.py) examples/tracing/[vfsreadlat.c](examples/tracing/vfsreadlat.c): VFS read latency distribution. [Examples](examples/tracing/vfsreadlat_example.txt).
8181
- examples/tracing/[kvm_hypercall.py](examples/tracing/kvm_hypercall.py): Conditional static kernel tracepoints for KVM entry, exit and hypercall [Examples](examples/tracing/kvm_hypercall.txt).
8282

83-
#### Tools:
83+
#### Tools
8484
<center><a href="images/bcc_tracing_tools_2019.png"><img src="images/bcc_tracing_tools_2019.png" border=0 width=700></a></center>
8585

8686

@@ -210,7 +210,7 @@ Examples:
210210
- examples/networking/[tunnel_monitor/](examples/networking/tunnel_monitor): Efficiently monitor traffic flows.
211211
- examples/networking/vlan_learning/[vlan_learning.py](examples/networking/vlan_learning/vlan_learning.py) examples/[vlan_learning.c](examples/networking/vlan_learning/vlan_learning.c): Demux Ethernet traffic into worker veth+namespaces.
212212

213-
### BPF Introspection:
213+
### BPF Introspection
214214

215215
Tools that help to introspect BPF programs.
216216

0 commit comments

Comments
 (0)