Skip to content

Commit 8a5e513

Browse files
authored
fix: add luajit to documentation (#1768)
For an unknown reason, the GitHub Action that creates the PR which runs format_checkers.py failed (see #1705) so fix it by running the script manually Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 990ad0d commit 8a5e513

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ linux
221221
lite
222222
logrotate
223223
lua
224+
luajit
224225
malloc
225226
Manjaro
226227
mariadb

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The following checkers are available for finding components in binary files:
258258

259259
<!--CHECKERS TABLE BEGIN-->
260260
| | | | Available checkers | | | |
261-
|--------------- |------------- |---------------- |--------- |--------------- |------------ |--------------- |
261+
|--------------- |-------------- |---------------- |------------- |--------------- |------------ |---------- |
262262
| accountsservice |avahi |bash |bind |binutils |bolt |bubblewrap |
263263
| busybox |bzip2 |commons_compress |cronie |cryptsetup |cups |curl |
264264
| dbus |dnsmasq |dovecot |dpkg |enscript |expat |ffmpeg |
@@ -268,14 +268,14 @@ The following checkers are available for finding components in binary files:
268268
| kexectools |libarchive |libbpg |libdb |libebml |libgcrypt |libical |
269269
| libjpeg_turbo |liblas |libnss |librsvg |libseccomp |libsndfile |libsolv |
270270
| libsoup |libsrtp |libssh2 |libtiff |libvirt |libvncserver |libxslt |
271-
| lighttpd |logrotate |lua |mariadb |mdadm |memcached |mtr |
272-
| mysql |nano |ncurses |nessus |netpbm |nginx |node |
273-
| ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |openssl |
274-
| openswan |openvpn |p7zip |pcsc_lite |pigz |png |polarssl_fedora |
275-
| poppler |postgresql |pspp |python |qt |radare2 |rsyslog |
276-
| rust |samba |sane_backends |sqlite |strongswan |subversion |sudo |
277-
| syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |wireshark |
278-
| wpa_supplicant |xerces |xml2 |zlib |zsh | | |
271+
| lighttpd |logrotate |lua |luajit |mariadb |mdadm |memcached |
272+
| mtr |mysql |nano |ncurses |nessus |netpbm |nginx |
273+
| node |ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |
274+
| openssl |openswan |openvpn |p7zip |pcsc_lite |pigz |png |
275+
| polarssl_fedora |poppler |postgresql |pspp |python |qt |radare2 |
276+
| rsyslog |rust |samba |sane_backends |sqlite |strongswan |subversion |
277+
| sudo |syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |
278+
| wireshark |wpa_supplicant |xerces |xml2 |zlib |zsh | |
279279
<!--CHECKERS TABLE END-->
280280

281281
All the checkers can be found in the checkers directory, as can the

doc/MANUAL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ which is useful if you're trying the latest code from
137137

138138
<!--CHECKERS TABLE BEGIN-->
139139
| | | | Available checkers | | | |
140-
|--------------- |------------- |---------------- |--------- |--------------- |------------ |--------------- |
140+
|--------------- |-------------- |---------------- |------------- |--------------- |------------ |---------- |
141141
| accountsservice |avahi |bash |bind |binutils |bolt |bubblewrap |
142142
| busybox |bzip2 |commons_compress |cronie |cryptsetup |cups |curl |
143143
| dbus |dnsmasq |dovecot |dpkg |enscript |expat |ffmpeg |
@@ -147,14 +147,14 @@ which is useful if you're trying the latest code from
147147
| kexectools |libarchive |libbpg |libdb |libebml |libgcrypt |libical |
148148
| libjpeg_turbo |liblas |libnss |librsvg |libseccomp |libsndfile |libsolv |
149149
| libsoup |libsrtp |libssh2 |libtiff |libvirt |libvncserver |libxslt |
150-
| lighttpd |logrotate |lua |mariadb |mdadm |memcached |mtr |
151-
| mysql |nano |ncurses |nessus |netpbm |nginx |node |
152-
| ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |openssl |
153-
| openswan |openvpn |p7zip |pcsc_lite |pigz |png |polarssl_fedora |
154-
| poppler |postgresql |pspp |python |qt |radare2 |rsyslog |
155-
| rust |samba |sane_backends |sqlite |strongswan |subversion |sudo |
156-
| syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |wireshark |
157-
| wpa_supplicant |xerces |xml2 |zlib |zsh | | |
150+
| lighttpd |logrotate |lua |luajit |mariadb |mdadm |memcached |
151+
| mtr |mysql |nano |ncurses |nessus |netpbm |nginx |
152+
| node |ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |
153+
| openssl |openswan |openvpn |p7zip |pcsc_lite |pigz |png |
154+
| polarssl_fedora |poppler |postgresql |pspp |python |qt |radare2 |
155+
| rsyslog |rust |samba |sane_backends |sqlite |strongswan |subversion |
156+
| sudo |syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |
157+
| wireshark |wpa_supplicant |xerces |xml2 |zlib |zsh | |
158158
<!--CHECKERS TABLE END-->
159159

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

0 commit comments

Comments
 (0)