All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] strcpy.3: Add missing 'restrict'
       [not found] <20210628203829.1056324-1-alx.manpages@gmail.com>
@ 2021-06-28 22:29 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; only message in thread
From: Alejandro Colomar (man-pages) @ 2021-06-28 22:29 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

D'oh!

It's really been a long time without writing that email address... :-)

On 6/28/21 10:38 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
> ---
>   man3/strcpy.3 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/strcpy.3 b/man3/strcpy.3
> index db4663ff8..545e86107 100644
> --- a/man3/strcpy.3
> +++ b/man3/strcpy.3
> @@ -39,7 +39,7 @@ strcpy, strncpy \- copy a string
>   .nf
>   .B #include <string.h>
>   .PP
> -.BI "char *strcpy(char *restrict " dest ", const char *" src );
> +.BI "char *strcpy(char *restrict " dest ", const char *restrict " src );
>   .BI "char *strncpy(char *restrict " dest ", const char *restrict " src \
>   ", size_t " n );
>   .fi
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-28 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210628203829.1056324-1-alx.manpages@gmail.com>
2021-06-28 22:29 ` [PATCH] strcpy.3: Add missing 'restrict' Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.