From 9b81dcfda2a4e4ebc94531767770f2c1406ea1e7 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 22 Feb 2017 08:45:30 +0100 Subject: [PATCH] nixos/release-notes: fix typos --- nixos/doc/manual/release-notes/rl-1703.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml index 6e43949419dc..3758a3bf2aac 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).