Thank you Roberto for clarifying the inclusion of stdarg.h. I updated the STANDARDS in `cp.1` to reflect the addition of `-i`. The original man page has an invalid mdoc macro (.St) argument (-p1003.1-2013) so I replaced the macro with plain text "POSIX.1-2013" for portability across man page renderers.
P.S: I noticed some of my emails to hackers_AT_suckless.org are rejected with SMTP 451. >From 91b8349c8558de51706f41aa2d47da6477379159 Tue Apr 22 00:00:00 2025 From: Thibaut Aubin <t.aubi...@ejm.org> Date: Tue, 22 Apr 2025 00:00:00 +0000 Subject: [PATCH] cp.1: swap .St mdoc macro with text --- cp.1 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/cp.1 b/cp.1 index 08c169a..74027ea 100644 --- a/cp.1 +++ b/cp.1 @@ -1,4 +1,4 @@ -.Dd April 10, 2025 +.Dd April 22, 2025 .Dt CP 1 .Os sbase .Sh NAME @@ -64,13 +64,7 @@ If this flag is not specified, directories are not copied. .Sh SEE ALSO .Xr mv 1 .Sh STANDARDS -The -.Nm -utility is compliant with the -.St -p1003.1-2013 -specification except from the -.Op Fl i -flag. +POSIX.1-2013. .Pp The .Op Fl av -- 2.48.1