aboutsummaryrefslogtreecommitdiff
path: root/manual/stdio.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r--manual/stdio.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 355c563..dbb21ca 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -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