On 9/25/20 10:03 AM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> > --- > man7/system_data_types.7 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index 43e88942a..caca5bb3c 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -454,7 +454,7 @@ Used for a count of elements, and array indices. > It is the result of subtracting two pointers. > According to the C language standard, it shall be a signed integer type > capable of storing values in the range > -.BR "" [ PTRDIFF_MIN , > +.RB [ PTRDIFF_MIN , Patch applied. I should have spotted that and told you earlier about the right way... Thanks, Michael > .BR PTRDIFF_MAX ]. > .IP > The length modifier for > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/