aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcmp.3')
-rw-r--r--man3/strcmp.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/strcmp.3 b/man3/strcmp.3
index 933011b9cb..5f1eb05678 100644
--- a/man3/strcmp.3
+++ b/man3/strcmp.3
@@ -156,6 +156,7 @@ $ \fB./string_comp ABC AB 2\fP
.in
.SS Program source
\&
+.\" SRC BEGIN (string_comp.c)
.EX
/* string_comp.c
@@ -194,6 +195,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.EE
+.\" SRC END
.SH SEE ALSO
.BR bcmp (3),
.BR memcmp (3),