]> Kevux Git Server - fll/commit
Bugfix: Incorrect documentation for f_network_from_ip_string().
authorKevin Day <Kevin@kevux.org>
Tue, 27 Jan 2026 02:49:06 +0000 (20:49 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 27 Jan 2026 02:49:06 +0000 (20:49 -0600)
commitabd167c465e5848a3e18fb9b77d0b69c2553a7de
tree134cb25dc14932de282d0e81e125d551fc30381a
parent9d40801d68e2d6729886496fa3a1a670de6f2edc
Bugfix: Incorrect documentation for f_network_from_ip_string().

The `f_network_from_ip_string()` is incorrectly referencing IPv6 bracket notation.

Make it clear that ports are not supported.

Make it clear that IPv6 bracket notation is not supported.

Clean up the `f_network_from_ip_string()`, removing unnecessary nesting.
level_0/f_network/c/network.c
level_0/f_network/c/network.h
level_0/f_network/data/documentation/man/man3/f_network_from_ip_string.3