diff options
author | Bruno Haible <bruno@clisp.org> | 2019-06-10 14:08:10 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2019-06-10 14:08:10 +0200 |
commit | 1ebf5e216fd703d34fe009b2c878e2a10719697a (patch) | |
tree | dc2887fd61aa0e8d3cd3071742b6a4693db9c61b /doc/glibc-functions/getmntent.texi | |
parent | 36e84d15decfc8ad45fb809ed7c96c9c1ebb9725 (diff) | |
download | gnulib-1ebf5e216fd703d34fe009b2c878e2a10719697a.tar.gz |
doc: Add references to glibc documentation.
* doc/glibc-functions/add-links.sh: Renamed from
doc/glibc-functions/add-manpage-link.sh. Emit also a link to the Glibc manual.
* doc/glibc-functions/*.texi: Add references to the glibc manual.
Diffstat (limited to 'doc/glibc-functions/getmntent.texi')
-rw-r--r-- | doc/glibc-functions/getmntent.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/glibc-functions/getmntent.texi b/doc/glibc-functions/getmntent.texi index a2a4abe64b..9bcddc0e87 100644 --- a/doc/glibc-functions/getmntent.texi +++ b/doc/glibc-functions/getmntent.texi @@ -2,7 +2,18 @@ @subsection @code{getmntent} @findex getmntent -Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getmntent.3.html,,man getmntent} +Documentation: +@itemize +@item +@ifinfo +@ref{mtab,,The mtab file,libc}, +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/mtab.html}, +@end ifnotinfo +@item +@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getmntent.3.html,,man getmntent}. +@end itemize Gnulib module: --- |