diff --git a/docs/manual.en.md b/docs/manual.en.md
index fe1c819..d927e94 100644
--- a/docs/manual.en.md
+++ b/docs/manual.en.md
@@ -780,7 +780,7 @@ On the next request, the host will be treated as if it were in the inclusion lis
- In the static versions of `--ipset-ip` and `--hostlist-domains`, domains are separated by commas. The `#` and `^` symbols are also supported in static hostlists.
- Gzip compression is supported for all list files.
-### Auto-hostlist failure detector
+### Autohostlist failure detector
The detector only triggers when a hostname is present. A failure is defined as:
@@ -1484,7 +1484,6 @@ Before executing `--lua-init`, the C code sets up base constants, blobs, and C f
| NFQWS2_COMPAT_VER | number | sequence number of incompatible interface changes with nfqws2 | incremented by 1 for each change |
| b_debug | bool | --debug enabled | debug message output |
| b_daemon | bool | --daemon enabled | daemonize process, detach from tty |
-
| b_server | bool | --server enabled | Server mode |
| b_ipcache_hostname | bool | --ipcache-hostname enabled | Caching of hostnames corresponding to IP addresses |
| b_ctrack_disable | bool | --ctrack-disable enabled | Conntrack disabled |
@@ -1494,7 +1493,6 @@ Before executing `--lua-init`, the C code sets up base constants, blobs, and C f
| IP6_BASE_LEN | number | Base IPv6 header size | 40 |
| TCP_BASE_LEN | number | Base TCP header size | 20 |
| UDP_BASE_LEN | number | UDP header size | 8 |
-
| TCP_KIND_END
TCP_KIND_NOOP
TCP_KIND_MSS
TCP_KIND_SCALE
TCP_KIND_SACK_PERM
TCP_KIND_SACK
TCP_KIND_TS
TCP_KIND_MD5
TCP_KIND_AO
TCP_KIND_FASTOPEN | number | TCP option type codes (kinds) | |
| TH_FIN
TH_SYN
TH_RST
TH_PUSH
TH_ACK
TH_FIN
TH_URG
TH_ECE
TH_CWR | number | TCP flags | Can be combined using + |
| IP_MF | number | IP "more fragments" flag | 0x8000, part of the ip_off field |
@@ -1504,7 +1502,6 @@ Before executing `--lua-init`, the C code sets up base constants, blobs, and C f
| IP_FLAGMASK | number | Bitmask for the ip_off field corresponding to IP flags | 0xE000 |
| IPTOS_ECN_MASK | number | Bitmask for the ip_tos field corresponding to ECN | 0x03 |
| IPTOS_ECN_NOT_ECT | number | Not ECN-Capable Transport | 0x00 |
-
| IPTOS_ECN_ECT1 | number | ECN Capable Transport(1) | 0x01 |
| IPTOS_ECN_ECT1 | number | ECN Capable Transport(0) | 0x02 |
| IPTOS_ECN_CE1 | number | Congestion Experienced | 0x03 |