gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / lseek.texi
index 1c87759..293ab99 100644 (file)
@@ -23,7 +23,7 @@ In practice, regular files and block devices support seeking, and ttys, pipes,
 and most character devices don't support it.
 @item
 When the third argument is invalid, POSIX says that @code{lseek} should set
-@code{errno} to @code{EINVAL} and return -1, but in this situation a
+@code{errno} to @code{EINVAL} and return @minus{}1, but in this situation a
 @code{SIGSYS} signal is raised on some platforms:
 IRIX 6.5.
 @item