summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2018-07-24 02:46:14 +0200
committerBruno Haible <bruno@clisp.org>2018-07-24 02:46:14 +0200
commit580b07202d3e6744d8d014aac695c20d33ca7119 (patch)
tree4b7903aa1e3947ac300379b4468b87efdad78608 /doc/pastposix-functions
parent68df637b5f1b5c10370f6981d2a43a5cf74368df (diff)
downloadgnulib-580b07202d3e6744d8d014aac695c20d33ca7119.tar.gz
doc: Avoid some overfull lines in the TeX output.
* doc/glibc-functions/futimesat.texi: Replace a long @code with a @example. * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Insert a newline before the long URL. * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise. * doc/relocatable-maint.texi: Use @smallexample instead of @example. Add line breaks in code snippets.
Diffstat (limited to 'doc/pastposix-functions')
-rw-r--r--doc/pastposix-functions/pthread_attr_getstackaddr.texi3
-rw-r--r--doc/pastposix-functions/pthread_attr_setstackaddr.texi3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/pastposix-functions/pthread_attr_getstackaddr.texi b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
index a3cf1ac8a4..d0aaf42bda 100644
--- a/doc/pastposix-functions/pthread_attr_getstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
@@ -2,7 +2,8 @@
@section @code{pthread_attr_getstackaddr}
@findex pthread_attr_getstackaddr
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/pthread_attr_getstackaddr.html}
+POSIX specification:@inlinefmt{tex,@*}
+@url{http://www.opengroup.org/susv3xsh/pthread_attr_getstackaddr.html}
Gnulib module: ---
diff --git a/doc/pastposix-functions/pthread_attr_setstackaddr.texi b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
index 5c695abda1..9e6b588da3 100644
--- a/doc/pastposix-functions/pthread_attr_setstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
@@ -2,7 +2,8 @@
@section @code{pthread_attr_setstackaddr}
@findex pthread_attr_setstackaddr
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/pthread_attr_setstackaddr.html}
+POSIX specification:@inlinefmt{tex,@*}
+@url{http://www.opengroup.org/susv3xsh/pthread_attr_setstackaddr.html}
Gnulib module: ---