aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/llio.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index 2e497bf..47f79a7 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -739,7 +739,8 @@ the file. A negative count specifies a position within the current
extent of the file; a positive count specifies a position past the
current end. If you set the position past the current end, and
actually write data, you will extend the file with zeros up to that
-position.@end table
+position.
+@end table
The return value from @code{lseek} is normally the resulting file
position, measured in bytes from the beginning of the file.