about summary refs log tree commit diff
path: root/manual/resource.texi
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2017-05-15 23:41:25 -0700
committerRical Jasan <ricaljasan@pacific.net>2017-05-18 00:44:06 -0700
commita449fc68f652ee3b4b048f30701cec19c91e96e8 (patch)
treefa4ae88a12f710d7c8418f611a33f92bb8a53f6d /manual/resource.texi
parentf227c3e0a6a93e111a6217942d21ebab5898d59b (diff)
downloadglibc-a449fc68f652ee3b4b048f30701cec19c91e96e8.tar.gz
glibc-a449fc68f652ee3b4b048f30701cec19c91e96e8.tar.xz
glibc-a449fc68f652ee3b4b048f30701cec19c91e96e8.zip
manual: Convert @tables of annotated @items to @vtables.
The conversion script will convert these annotations, but the
replacement Summary-generation script won't catch them because @items
in @tables are not generally considered annotatable, causing them to
be skipped over (or cause errors).  Using @vtable ensures their
continued presence in the Summary, with the added benefit that Texinfo
will also automatically include them in the Variable and Constant
Macro index now.

	* manual/conf.texi: Convert @tables of annotated @items to
	@vtables.
	* manual/lang.texi: Likewise.
	* manual/pattern.texi: Likewise.
	* manual/resource.texi: Likewise.
	* manual/socket.texi: Likewise.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r--manual/resource.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/resource.texi b/manual/resource.texi
index 2328045ac0..40160384fc 100644
--- a/manual/resource.texi
+++ b/manual/resource.texi
@@ -32,7 +32,7 @@ This function reports resource usage totals for processes specified by
 
 In most systems, @var{processes} has only two valid values:
 
-@table @code
+@vtable @code
 @comment sys/resource.h
 @comment BSD
 @item RUSAGE_SELF
@@ -42,7 +42,7 @@ Just the current process.
 @comment BSD
 @item RUSAGE_CHILDREN
 All child processes (direct and indirect) that have already terminated.
-@end table
+@end vtable
 
 The return value of @code{getrusage} is zero for success, and @code{-1}
 for failure.