aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 21:06:54 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 21:06:54 +0100
commite520c96ee4ed4c9391abbadda704043aad3f302b (patch)
tree437fd050e4bcfe03cc9522b547590599434fd048
parentc3a651fa29d27dca0cf45c1141b9b9a76180ad69 (diff)
downloadman-pages-e520c96ee4ed4c9391abbadda704043aad3f302b.tar.gz
strspn.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/strspn.33
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/strspn.3 b/man3/strspn.3
index dd09fbc4fa..1312ffee22 100644
--- a/man3/strspn.3
+++ b/man3/strspn.3
@@ -10,6 +10,9 @@
.TH STRSPN 3 2021-03-22 "" "Linux Programmer's Manual"
.SH NAME
strspn, strcspn \- get length of a prefix substring
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
.B #include <string.h>