On 9/18/20 3:29 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> Thanks, Alex. Patch applied. Cheers, Michael > --- > man7/system_data_types.7 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index 16dcb7d66..2ccbfe817 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -65,7 +65,7 @@ system_data_types \- overview of system data types > .I ptrdiff_t > .IP > Include: > -.I <stddef.h>. > +.IR <stddef.h> . > .IP > Used for a count of elements, and array indices. > It is the result of subtracting two pointers. > @@ -85,7 +85,7 @@ types in this page. > .I regoff_t > .IP > Include: > -.I <regex.h>. > +.IR <regex.h> . > .IP > According to POSIX, it shall be a signed integer type > capable of storing the largest value that can be stored in either a > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/