#1054149 manpages-dev: Bizarre rendering of pointers (restrict .n)

#1054149#5
Date:
2023-10-18 07:32:51 UTC
From:
To:
Dear Maintainer,

Consider the following: `man 3 memcpy`

You'll be presented with the following signature:

<...>
SYNOPSIS
       #include <string.h>

       void *memcpy(void dest[restrict .n], const void src[restrict .n],
                    size_t n);
<...>

I find it quite difficult to read the `restrict .n` is actually a
pointer. Could you please revert to the previous rendering mechanism ?

Thanks