- Package:
- manpages-dev
- Source:
- manpages-dev
- Submitter:
- Mathieu Malaterre
- Date:
- 2023-10-18 07:36:03 UTC
- Severity:
- normal
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