Skip to content

Commit 8bd70c0

Browse files
authored
Fix intradocument hyperlinks in ToC of docs/MANUAL.md (#983)
Fixes #982
1 parent 3d09b65 commit 8bd70c0

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

doc/MANUAL.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33
- [CVE Binary Tool User Manual](#cve-binary-tool-user-manual)
44
- [How it works](#how-it-works)
55
- [Installing](#installing)
6-
- [Fixing Known Issues / What should I do if it finds something?](#fixing-known-issues--what-should-i-do-if-it-finds-something)
6+
- [Fixing Known Issues / What should I do if it finds something?](#fixing-known-issues-what-should-i-do-if-it-finds-something)
77
- [Limitations](#limitations)
88
- [Optional Arguments](#optional-arguments)
9-
- [-u {now,daily,never}, --update {now,daily,never}](#-u-nowdailynever---update-nowdailynever)
10-
- [-e EXCLUDE, --exclude EXCLUDE](#-e-exclude---exclude-exclude)
11-
- [-h, --help](#-h---help)
12-
- [-V, --version](#-v---version)
13-
- [--disable-version-check](#--disable-version-check)
9+
- [-u {now,daily,never}, --update {now,daily,never}](#u-now-daily-never-update-now-daily-never)
10+
- [-e EXCLUDE, --exclude EXCLUDE](#e-exclude-exclude-exclude)
11+
- [-h, --help](#h-help)
12+
- [-V, --version](#v-version)
13+
- [--disable-version-check](#disable-version-check)
1414
- [Checkers Arguments](#checkers-arguments)
15-
- [-s SKIPS, --skips SKIPS](#-s-skips---skips-skips)
16-
- [-r CHECKERS, --runs CHECKERS](#-r-checkers---runs-checkers)
15+
- [-s SKIPS, --skips SKIPS](#s-skips-skips-skips)
16+
- [-r CHECKERS, --runs CHECKERS](#r-checkers-runs-checkers)
1717
- [Input Arguments](#input-arguments)
1818
- [directory (positional argument)](#directory-positional-argument)
19-
- [-i INPUT_FILE, --input-file INPUT_FILE](#-i-input_file---input-file-input_file)
20-
- [-C CONFIG, --config CONFIG](#-c-config---config-config)
19+
- [-i INPUT_FILE, --input-file INPUT_FILE](#i-input-file-input-file-input-file)
20+
- [-C CONFIG, --config CONFIG](#c-config-config-config)
2121
- [Yaml example file](#yaml-example-file)
2222
- [Toml example file](#toml-example-file)
2323
- [Output Arguments](#output-arguments)
24-
- [-o OUTPUT_FILE, --output-file OUTPUT_FILE](#-o-output_file---output-file-output_file)
25-
- [--html-theme HTML_THEME](#--html-theme-html_theme)
26-
- [-f {csv,json,console,html}, --format {csv,json,console,html}](#-f-csvjsonconsolehtml---format-csvjsonconsolehtml)
27-
- [-c CVSS, --cvss CVSS](#-c-cvss---cvss-cvss)
28-
- [-S {low,medium,high,critical}, --severity {low,medium,high,critical}](#-s-lowmediumhighcritical---severity-lowmediumhighcritical)
24+
- [-o OUTPUT_FILE, --output-file OUTPUT_FILE](#o-output-file-output-file-output-file)
25+
- [--html-theme HTML_THEME](#html-theme-html-theme)
26+
- [-f {csv,json,console,html}, --format {csv,json,console,html}](#f-csv-json-console-html-format-csv-json-console-html)
27+
- [-c CVSS, --cvss CVSS](#c-cvss-cvss-cvss)
28+
- [-S {low,medium,high,critical}, --severity {low,medium,high,critical}](#s-low-medium-high-critical-severity-low-medium-high-critical)
2929
- [Output verbosity](#output-verbosity)
3030
- [Quiet Mode](#quiet-mode)
3131
- [Logging modes](#logging-modes)
3232
- [Deprecated Arguments](#deprecated-arguments)
33-
- [-x, --extract](#-x---extract)
33+
- [-x, --extract](#x-extract)
3434
- [Feedback & Contributions](#feedback--contributions)
3535
- [Security Issues](#security-issues)
3636

@@ -82,17 +82,17 @@ which is useful if you're trying the latest code from
8282
comma-separated list of checkers to disable
8383
-r RUNS, --runs RUNS comma-separated list of checkers to enable
8484

85-
| | | | Available checkers | | | |
86-
| -------- | --------- | ---------------| ------------------ | ---------- | ---------- | ------- |
87-
| avahi | bash | bind | binutils | busybox | bzip2 | cups |
88-
| curl | dovecot | expat | ffmpeg | freeradius | gcc | gimp |
89-
| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu |
90-
| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss |
91-
| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus |
92-
| netpbm | nginx | node | openafs | openldap | openssh | openssl |
93-
| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt |
94-
| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd |
95-
| tcpdump | varnish | wireshark | xerces | xml2 | zlib | |
85+
| | | | Available checkers | | | |
86+
| -------- | -------- | ---------- | ------------------ | ---------- | -------- | ------- |
87+
| avahi | bash | bind | binutils | busybox | bzip2 | cups |
88+
| curl | dovecot | expat | ffmpeg | freeradius | gcc | gimp |
89+
| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu |
90+
| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss |
91+
| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus |
92+
| netpbm | nginx | node | openafs | openldap | openssh | openssl |
93+
| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt |
94+
| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd |
95+
| tcpdump | varnish | wireshark | xerces | xml2 | zlib | |
9696

9797
For a quick overview of usage and how it works, you can also see [the readme file](README.md).
9898

0 commit comments

Comments
 (0)