On Mon, Dec 19, 2022 at 10:02:05PM +0100, Alejandro Colomar wrote: > diff --git a/man7/string_copy.7 b/man7/string_copy.7 > new file mode 100644 > index 000000000..a32b93c01 > --- /dev/null > +++ b/man7/string_copy.7 > @@ -0,0 +1,855 @@ > +.\" Copyright 2022 Alejandro Colomar <alx@xxxxxxxxxx> > +.\" > +.\" SPDX-License-Identifier: BSD-3-Clause > +.\" > +.TH string_copy 7 (date) "Linux man-pages (unreleased)" > +.\" ----- NAME :: -----------------------------------------------------/ > +.SH NAME > +stpcpy, > +strcpy, strcat, > +stpecpy, stpecpyx, > +strlcpy, strlcat, > +stpncpy, > +strncpy, > +zustr2ustp, zustr2stp, > +strncat, > +ustpcpy, ustr2stp I happened to come across this new man page, and I'm confused by the inclusion of functions like "ustpcpy". These functions don't seem to actually exist, so why are they documented in the man page? - Eric