From 529bf60e1c3d39215ba1134c8e531c30be12f611 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 3 Aug 2026 02:25:06 +0200 Subject: [PATCH] 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 --- man/man3/stpncpy.3 | 2 -- 1 file changed, 2 deletions(-) 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), -- 2.47.3