]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - manual/stdio.texi
manual: Convert @tables of variables to @vtables.
[thirdparty/glibc.git] / manual / stdio.texi
index 355c56341a5b40c634a94c88cb1e2b00a9d0a363..dbb21ca4a9729acbe76a7ed710cf9288b694eaa5 100644 (file)
@@ -4526,25 +4526,22 @@ These three aliases for the @samp{SEEK_@dots{}} constants exist for the
 sake of compatibility with older BSD systems.  They are defined in two
 different header files: @file{fcntl.h} and @file{sys/file.h}.
 
-@table @code
+@vtable @code
 @comment sys/file.h
 @comment BSD
 @item L_SET
-@vindex L_SET
 An alias for @code{SEEK_SET}.
 
 @comment sys/file.h
 @comment BSD
 @item L_INCR
-@vindex L_INCR
 An alias for @code{SEEK_CUR}.
 
 @comment sys/file.h
 @comment BSD
 @item L_XTND
-@vindex L_XTND
 An alias for @code{SEEK_END}.
-@end table
+@end vtable
 
 @node Portable Positioning
 @section Portable File-Position Functions