Hello Eugene On 2/22/19 5:26 PM, Eugene Syromyatnikov wrote: > * man2/socket.2 (.SH DESCRIPTION): Mention that the list of address families > is Linux-specific. > * man7/address_families.7 (.SH DESCRIPTION): Likewise. Thanks. Patch applied. Cheers, Michael > Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> > --- > man2/socket.2 | 2 +- > man7/address_families.7 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/socket.2 b/man2/socket.2 > index fed3f4e..ea68580 100644 > --- a/man2/socket.2 > +++ b/man2/socket.2 > @@ -62,7 +62,7 @@ argument specifies a communication domain; this selects the protocol > family which will be used for communication. > These families are defined in > .IR <sys/socket.h> . > -The currently understood formats include: > +The formats currently understood by the Linux kernel include: > .TS > tab(:); > l1 lw40 l. > diff --git a/man7/address_families.7 b/man7/address_families.7 > index 93fb1e6..62318d7 100644 > --- a/man7/address_families.7 > +++ b/man7/address_families.7 > @@ -41,7 +41,7 @@ specifies a communication domain; this selects the protocol > family which will be used for communication. > These families are defined in > .IR <sys/socket.h> . > -The currently understood formats include: > +The formats currently understood by the Linux kernel include: > .TP > .BR AF_UNIX ", " AF_LOCAL > Local communication > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/