aboutsummaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2024-07-08 17:52:15 -0400
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-07-09 11:54:29 +0200
commit6c0be74305745c8f78bcfb69442c8c379459d99b (patch)
treefac67d679685e56d7c379911f5803332592d9317 /manual/Makefile
parent2213b37b705843908355a89648017f4e597b2bbb (diff)
downloadglibc-6c0be74305745c8f78bcfb69442c8c379459d99b.zip
glibc-6c0be74305745c8f78bcfb69442c8c379459d99b.tar.gz
glibc-6c0be74305745c8f78bcfb69442c8c379459d99b.tar.bz2
manual: add syscalls
The purpose of this patch is to add some system calls that (1) aren't otherwise documented, and (2) are merely redirected to the kernel, so can refer to their documentation; and define a standard way of doing so in the future. A more detailed explaination of how system calls are wrapped is added along with reference to the Linux Man-Pages project. Default version of man-pages is in configure.ac but can be overridden by --with-man-pages=X.Y Reviewed-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/Makefile b/manual/Makefile
index b5fda4a..a6c05db 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -117,6 +117,7 @@ $(objpfx)stamp-pkgvers: $(common-objpfx)config.make
echo "@set PKGVERSION_DEFAULT" >> $(objpfx)pkgvers-tmp; \
fi
echo "@set REPORT_BUGS_TO $(REPORT_BUGS_TEXI)" >> $(objpfx)pkgvers-tmp
+ echo "@set man_pages_version $(man-pages-version)" >> $(objpfx)pkgvers-tmp; \
echo "@end ifclear" >> $(objpfx)pkgvers-tmp
$(move-if-change) $(objpfx)pkgvers-tmp $(objpfx)pkgvers.texi
touch $@