Hi Michael, On 1/28/21 9:16 PM, Michael Kerrisk (man-pages) wrote: > Hi Alex, > > On 1/28/21 4:24 PM, Alejandro Colomar wrote: >> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> >> --- >> man7/netdevice.7 | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/man7/netdevice.7 b/man7/netdevice.7 >> index bdc2d1922..4acf05c10 100644 >> --- a/man7/netdevice.7 >> +++ b/man7/netdevice.7 >> @@ -390,12 +390,12 @@ flag set can be found via >> .IR /proc/net/dev . >> .PP >> .B AF_INET6 >> -IPv6 addresses can be read from >> +IPv6 addresses can be read in >> .I /proc/net/if_inet6 >> -file or via >> +or via > > I made a different fix. "read from" is a little better than > "read in", but it needs to be either "read from the ... file" > or "read from ...". I chose the latter. > > Thanks, > > Michael > > >> .BR rtnetlink (7). >> Adding a new or deleting an existing IPv6 address can be done via >> -.BR SIOCSIFADDR " / " SIOCDIFADDR >> +.BR SIOCSIFADDR / SIOCDIFADDR I noticed you didn't apply this part. Did you forget it, or do you prefer it as is? Rationale: https://lore.kernel.org/linux-man/fc4a94d4-2eac-1b24-cc90-162045eae107@xxxxxxxxx/ Thanks, Alex >> or via >> .BR rtnetlink (7). >> Retrieving or changing destination IPv6 addresses of a point-to-point >> > > -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/