diff options
author | Bruno Haible <bruno@clisp.org> | 2019-06-10 14:08:09 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2019-06-10 14:08:09 +0200 |
commit | 36e84d15decfc8ad45fb809ed7c96c9c1ebb9725 (patch) | |
tree | 8388b586ccf9cd6ea6e79223da3a67274912f692 /doc/glibc-functions/pow10f.texi | |
parent | c3cd0d5e4943d97e7f268fef47e7343142bcf3ca (diff) | |
download | gnulib-36e84d15decfc8ad45fb809ed7c96c9c1ebb9725.tar.gz |
doc: Add references to Linux man pages.
* doc/glibc-functions/add-manpage-link.sh: New file.
* doc/glibc-functions/*.texi: Add reference to man page on kernel.org when it
exists.
* doc/posix-functions/aligned_alloc.texi: Likewise.
Diffstat (limited to 'doc/glibc-functions/pow10f.texi')
-rw-r--r-- | doc/glibc-functions/pow10f.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/glibc-functions/pow10f.texi b/doc/glibc-functions/pow10f.texi index 4d1c6aa356..731dd9bf49 100644 --- a/doc/glibc-functions/pow10f.texi +++ b/doc/glibc-functions/pow10f.texi @@ -2,6 +2,8 @@ @subsection @code{pow10f} @findex pow10f +Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pow10f.3.html,,man pow10f} + Gnulib module: --- Portability problems fixed by Gnulib: |