From: Alejandro Colomar Date: Mon, 3 Aug 2026 00:25:06 +0000 (+0200) Subject: man/man3/stpncpy.3: EXAMPLES: Remove 'SRC' BEGIN/END comments X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fman-pages.git man/man3/stpncpy.3: EXAMPLES: Remove 'SRC' BEGIN/END comments This example is incomplete, and won't build. Fixes: 10f9e349c888 (2026-08-03; "man/man3/stpncpy.3: EXAMPLES: Use a more realistic example") Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/stpncpy.3 b/man/man3/stpncpy.3 index 78e7a9fc8..1ff292ba5 100644 --- a/man/man3/stpncpy.3 +++ b/man/man3/stpncpy.3 @@ -147,12 +147,10 @@ such as those in members. .P .in +4n -.\" SRC BEGIN (stpncpy.c) .EX strncpy(utmp->ut_user, "foo", countof(utmp->ut_user)); .EE .in -.\" SRC END .SH SEE ALSO .BR memory.h (3head), .BR wcpncpy (3),