diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml index 6e43949419d..3758a3bf2aa 100644 --- a/nixos/doc/manual/release-notes/rl-1703.xml +++ b/nixos/doc/manual/release-notes/rl-1703.xml @@ -222,8 +222,8 @@ following incompatible changes: Iputils no longer provide ping6 and traceroute6. The functionality of these tools have been integrated into ping and traceroute respectively. To enforce an address family the new flags -4 and - -6 have been added. One notable incompabtibility is that - specifying an interface (for link-local ipv6 for instance) is no longer done + -6 have been added. One notable incompatibility is that + specifying an interface (for link-local IPv6 for instance) is no longer done with the -I flag, but by encoding the interface into the address (ping fe80::1%eth0).