From a449fc68f652ee3b4b048f30701cec19c91e96e8 Mon Sep 17 00:00:00 2001 From: Rical Jasan Date: Mon, 15 May 2017 23:41:25 -0700 Subject: 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. --- manual/socket.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/socket.texi') diff --git a/manual/socket.texi b/manual/socket.texi index 25d9276d7c..21b672badc 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -3483,7 +3483,7 @@ this section. Here is a table of socket-level option names; all are defined in the header file @file{sys/socket.h}. -@table @code +@vtable @code @comment sys/socket.h @comment BSD @item SO_DEBUG @@ -3596,7 +3596,7 @@ This option can be used with @code{getsockopt} only. It is used to reset the error status of the socket. The value is an @code{int}, which represents the previous error status. @c !!! what is "socket error status"? this is never defined. -@end table +@end vtable @node Networks Database @section Networks Database -- cgit v1.2.3