]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
a68: fix documentation of lseek in manual
authorJose E. Marchesi <jemarch@gnu.org>
Wed, 14 Jan 2026 23:58:10 +0000 (00:58 +0100)
committerJose E. Marchesi <jemarch@gnu.org>
Thu, 15 Jan 2026 00:52:00 +0000 (01:52 +0100)
The first argument of lseek is a `long long int'.

Signed-off-by: Jose E. Marchesi <jemarch@gnu.org>
gcc/algol68/ChangeLog

* ga68.texi (POSIX files): Fix documentation of lseek.

gcc/algol68/ga68.texi

index bdd264e2de6a6fc94f635edd488fb54cd8fcf6e6..cca9428c90f822c10a0b005ae7ccb0696868f09f 100644 (file)
@@ -3071,7 +3071,7 @@ error condition, this procedure yields -1 and @code{errno} is set
 appropriately.
 @end deftypefn
 
-@deftypefn Procedure {} {lseek} {= (@B{int} fd, @B{long int} offset, @B{int} whence) @B{long long int}}
+@deftypefn Procedure {} {lseek} {= (@B{int} fd, @B{long long int} offset, @B{int} whence) @B{long long int}}
 Set the file offset of the file characterized by the file descriptor @code{fd}
 depending on the values of @code{offset} and @code{whence}.  On success, the
 resulting offset, as measured in bytes from the beginning of the file, is