summaryrefslogtreecommitdiff
path: root/doc/alloca.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-07-24 03:31:36 +0200
committerBruno Haible <bruno@clisp.org>2018-07-24 03:31:36 +0200
commitb4f88b3c1163e6cbc6f63b76ee9f002d701031ed (patch)
treeffc66c30cf42d9e547275e4ef610b471aa81d776 /doc/alloca.texi
parent580b07202d3e6744d8d014aac695c20d33ca7119 (diff)
downloadgnulib-b4f88b3c1163e6cbc6f63b76ee9f002d701031ed.tar.gz
doc: For module names, use texinfo markup @code{} or @samp{}.
* doc/alloca.texi: Mark gnulib module names with @code. * doc/alloca-opt.texi: Likewise. * doc/quote.texi: Likewise. * doc/posix-functions/freopen.texi: Likewise. * doc/posix-functions/open.texi: Likewise. * doc/posix-functions/readlink.texi: Likewise. * doc/posix-functions/readlinkat.texi: Likewise. * doc/posix-functions/stdout.texi: Likewise. * doc/posix-functions/stderr.texi: Likewise. * doc/posix-functions/unlink.texi: Likewise. * doc/posix-functions/unlinkat.texi: Likewise. * doc/posix-functions/utime.texi: Likewise. * doc/posix-functions/utimensat.texi: Likewise. * doc/posix-functions/utimes.texi: Likewise. * doc/posix-headers/stdint.texi: Likewise. * doc/glibc-functions/futimesat.texi: Likewise. * doc/glibc-functions/lutimes.texi: Likewise. * doc/glibc-functions/memmem.texi: Likewise.
Diffstat (limited to 'doc/alloca.texi')
-rw-r--r--doc/alloca.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/alloca.texi b/doc/alloca.texi
index 04c9cb3af6..546a0dc133 100644
--- a/doc/alloca.texi
+++ b/doc/alloca.texi
@@ -9,7 +9,7 @@
@c Texts. A copy of the license is included in the ``GNU Free
@c Documentation License'' file as part of this distribution.
-The alloca module provides for a function @code{alloca} which allocates
+The @code{alloca} module provides for a function @code{alloca} which allocates
memory on the stack, where the system allows it. A memory block allocated with
@code{alloca} exists only until the function that calls @code{alloca} returns
or exits abruptly.