On 05/01/2017 11:30 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Hi Jakub Thanks! Applied! Cheers, Michael > --- > man2/socket.2 | 2 +- > man7/ip.7 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/socket.2 b/man2/socket.2 > index 4bd1e9809..b7cb1685f 100644 > --- a/man2/socket.2 > +++ b/man2/socket.2 > @@ -295,7 +295,7 @@ or > argument. > .PP > When the network signals an error condition to the protocol module (e.g., > -using a ICMP message for IP) the pending error flag is set for the socket. > +using an ICMP message for IP) the pending error flag is set for the socket. > The next operation on this socket will return the error code of the pending > error. > For some protocols it is possible to enable a per-socket error queue > diff --git a/man7/ip.7 b/man7/ip.7 > index 0c6379f24..2ff17c845 100644 > --- a/man7/ip.7 > +++ b/man7/ip.7 > @@ -1168,7 +1168,7 @@ A connection was closed during an > .TP > .B EHOSTUNREACH > No valid routing table entry matches the destination address. > -This error can be caused by a ICMP message from a remote router or > +This error can be caused by an ICMP message from a remote router or > for the local routing table. > .TP > .B EINVAL > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html