Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163327603
D50055.id154419.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D50055.id154419.diff
View Options
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -31,7 +31,7 @@
# machine-dependent stdlib sources
.sinclude "${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib/Makefile.inc"
-MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
+MAN+= a64l.3 abort.3 abs.3 atexit.3 atof.3 \
atoi.3 atol.3 at_quick_exit.3 bsearch.3 \
div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -1,6 +1,7 @@
.include <src.opts.mk>
-MAN= arb.3 \
+MAN= alloca.3 \
+ arb.3 \
assert.3 \
ATOMIC_VAR_INIT.3 \
bitstring.3 \
diff --git a/lib/libc/stdlib/alloca.3 b/share/man/man3/alloca.3
rename from lib/libc/stdlib/alloca.3
rename to share/man/man3/alloca.3
--- a/lib/libc/stdlib/alloca.3
+++ b/share/man/man3/alloca.3
@@ -25,14 +25,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd September 5, 2006
+.Dd April 28, 2025
.Dt ALLOCA 3
.Os
.Sh NAME
.Nm alloca
.Nd memory allocator
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In stdlib.h
.Ft void *
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 3:55 AM (15 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35391023
Default Alt Text
D50055.id154419.diff (1 KB)
Attached To
Mode
D50055: alloca.3: move to share/man/man3
Attached
Detach File
Event Timeline
Log In to Comment