diff --git a/pages/common/sc_analysis_dump.md b/pages/common/sc_analysis_dump.md
index 3456bdf8b1082d..3ec9d34ab3f4c9 100644
--- a/pages/common/sc_analysis_dump.md
+++ b/pages/common/sc_analysis_dump.md
@@ -3,6 +3,6 @@
> Dump of traceroute data in an easily parsed format.
> More information: .
-- Output the traceroute of `warts` files one after the other in an easy-to-parse format:
+- Output the traceroute of `.warts` files one after the other in an easy-to-parse format:
`sc_analysis_dump {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_tracediff.md b/pages/common/sc_tracediff.md
index 8a3157adf24346..4269c491a5b5b9 100644
--- a/pages/common/sc_tracediff.md
+++ b/pages/common/sc_tracediff.md
@@ -3,14 +3,14 @@
> Display traceroute paths where the path has changed.
> More information: .
-- Show the difference between traceroutes in two `warts` files:
+- Show the difference between traceroutes in two `.warts` files:
`sc_tracediff {{path/to/file1.warts}} {{path/to/file2.warts}}`
-- Show the difference between the traceroutes in two `warts` files, including those that have not changed:
+- Show the difference between the traceroutes in two `.warts` files, including those that have not changed:
`sc_tracediff -a {{path/to/file1.warts}} {{path/to/file2.warts}}`
-- Show the difference between the traceroutes in two `warts` files and try to show DNS names and not IP addresses if possible:
+- Show the difference between the traceroutes in two `.warts` files and try to show DNS names and not IP addresses if possible:
`sc_tracediff -n {{path/to/file1.warts}} {{path/to/file2.warts}}`
diff --git a/pages/common/sc_ttlexp.md b/pages/common/sc_ttlexp.md
index a45815e5e3869c..91eb3c9061eb11 100644
--- a/pages/common/sc_ttlexp.md
+++ b/pages/common/sc_ttlexp.md
@@ -1,8 +1,8 @@
# sc_ttlexp
-> Dump source addresses from ICMP TTL expired messages in `warts` files.
+> Dump source addresses from ICMP TTL expired messages in `.warts` files.
> More information: .
-- Output the source address of ICMP TTL expire messages in `warts` files one after the other:
+- Output the source address of ICMP TTL expire messages in `.warts` files one after the other:
`sc_ttlexp {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_warts2csv.md b/pages/common/sc_warts2csv.md
index e49a34e934188f..5fa3d6bdadbdf1 100644
--- a/pages/common/sc_warts2csv.md
+++ b/pages/common/sc_warts2csv.md
@@ -3,6 +3,6 @@
> Dump traceroutes collected by `scamper` in CSV format.
> More information: .
-- Convert traceroute data in `warts` files to CSV and output it:
+- Convert traceroute data in `.warts` files to CSV and output it:
`sc_warts2csv {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_warts2json.md b/pages/common/sc_warts2json.md
index 3c4e90f14a8372..67350ce3729fcf 100644
--- a/pages/common/sc_warts2json.md
+++ b/pages/common/sc_warts2json.md
@@ -1,8 +1,8 @@
# sc_warts2json
-> JSON dump of information contained in a `warts` file.
+> JSON dump of information contained in a `.warts` file.
> More information: .
-- Convert `warts` files to JSON and output the result:
+- Convert `.warts` files to JSON and output the result:
`sc_warts2json {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_warts2pcap.md b/pages/common/sc_warts2pcap.md
index ab483a58196ad6..75c6aa44565ec9 100644
--- a/pages/common/sc_warts2pcap.md
+++ b/pages/common/sc_warts2pcap.md
@@ -1,13 +1,13 @@
# sc_warts2pcap
-> Write packets included in `warts` object to a PCAP file.
-> This is only possible for tbit, sting and sniff.
+> Write packets included in `.warts` files to a PCAP file.
+> This is only possible for packets of type `tbit`, `sting` or `sniff`.
> More information: .
-- Convert the data from several `warts` files into one PCAP file:
+- Convert the data from several `.warts` files into one PCAP file:
`sc_warts2pcap -o {{path/to/output.pcap}} {{path/to/file1.warts path/to/file2.warts ...}}`
-- Convert the data from a `warts` file into a PCAP file and sort the packets by timestamp:
+- Convert the data from a `.warts` file into a PCAP file and sort the packets by timestamp:
`sc_warts2pcap -s -o {{path/to/output.pcap}} {{path/to/file.warts}}`
diff --git a/pages/common/sc_warts2text.md b/pages/common/sc_warts2text.md
index ecf8046b47b8bf..67eb677f726c58 100644
--- a/pages/common/sc_warts2text.md
+++ b/pages/common/sc_warts2text.md
@@ -1,8 +1,8 @@
# sc_warts2text
-> Simple dump of information contained in a `warts` file.
+> Simple dump of information contained in a `.warts` file.
> More information: .
-- Output the information in `warts` files as text:
+- Output the information in `.warts` files as text:
`sc_warts2text {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_wartscat.md b/pages/common/sc_wartscat.md
index ee14b9c6fe7f20..e25eb353dadb9c 100644
--- a/pages/common/sc_wartscat.md
+++ b/pages/common/sc_wartscat.md
@@ -1,8 +1,8 @@
# sc_wartscat
-> Concatenate `warts` files.
+> Concatenate `.warts` files.
> More information: .
-- Concatenate `warts` files into one:
+- Concatenate `.warts` files into one:
`sc_wartscat -o {{path/to/output.warts}} {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_wartsdump.md b/pages/common/sc_wartsdump.md
index 82355f7c2a030c..51b21555524e6e 100644
--- a/pages/common/sc_wartsdump.md
+++ b/pages/common/sc_wartsdump.md
@@ -1,8 +1,8 @@
# sc_wartsdump
-> Verbose dump of information contained in a `warts` file.
+> Verbose dump of information contained in a `.warts` file.
> More information: .
-- Output the content of `warts` files verbose:
+- Output the content of `.warts` files verbose:
`sc_wartsdump {{path/to/file1.warts path/to/file2.warts ...}}`
diff --git a/pages/common/sc_wartsfilter.md b/pages/common/sc_wartsfilter.md
index a5fe7657221d56..7a0a213127de37 100644
--- a/pages/common/sc_wartsfilter.md
+++ b/pages/common/sc_wartsfilter.md
@@ -1,6 +1,6 @@
# sc_wartsfilter
-> Select specific records from a `warts` file.
+> Select specific records from a `.warts` file.
> More information: .
- Filter all data records that had specific destinations and write them to a separate file:
diff --git a/pages/common/sc_wartsfix.md b/pages/common/sc_wartsfix.md
index 2dea978800724e..2be289d72579ae 100644
--- a/pages/common/sc_wartsfix.md
+++ b/pages/common/sc_wartsfix.md
@@ -1,6 +1,6 @@
# sc_wartsfix
-> Truncate damaged `warts` files.
+> Truncate damaged `.warts` files.
> More information: .
- Save all records (in a separate file) up to the last intact one:
diff --git a/pages/common/scamper.md b/pages/common/scamper.md
index cc06048a8e8179..6eecebf6d31193 100644
--- a/pages/common/scamper.md
+++ b/pages/common/scamper.md
@@ -16,14 +16,14 @@
`scamper -c "{{ping}} -P {{UDP-dport}} -d {{33434}}" -i {{192.0.2.1}} -i {{192.0.2.2}}`
-- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `warts` file:
+- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `.warts` file:
`scamper -O {{warts}} -o {{path/to/output.warts}} -I "{{tracelb}} -P {{ICMP-echo}} -q {{3}} {{192.0.2.1}}"`
-- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `warts` file:
+- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `.warts` file:
`scamper -O {{warts.gz}} -o {{path/to/output.warts}} -I "{{trace}} -P {{icmp-paris}} {{2001:db8:dead:beaf::4}}"`
-- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `warts` file:
+- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `.warts` file:
`scamper -O {{warts}} -o {{path/to/output.warts}} -I "sniff -S {{2001:db8:dead:beef::6}} icmp[icmpid] == {{101}}"`