diff --git a/doc/ircd.conf.example b/doc/ircd.conf.example index f54ff128b..c69fdbbfd 100644 --- a/doc/ircd.conf.example +++ b/doc/ircd.conf.example @@ -462,10 +462,10 @@ opm { */ #port_ipv6 = 32000; - /* You can also set a port directive which will set both the IPv4 and - * IPv6 ports at once. + /* You can also set the listen_port directive which will set both the + * IPv4 and IPv6 ports at once. */ - port = 32000; + listen_port = 32000; /* This sets the timeout in seconds before ending open proxy scans. * Values less than 1 or greater than 60 are ignored. diff --git a/doc/reference.conf b/doc/reference.conf index 4a451229f..e13541ae0 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -938,10 +938,10 @@ opm { */ #port_ipv6 = 32000; - /* You can also set a port directive which will set both the IPv4 and - * IPv6 ports at once. + /* You can also set the listen_port directive which will set both the + * IPv4 and IPv6 ports at once. */ - port = 32000; + listen_port = 32000; /* This sets the timeout in seconds before ending open proxy scans. * Values less than 1 or greater than 60 are ignored.