about summary refs log tree commit diff
path: root/manual/llio.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-03-14 21:12:49 +0000
committerUlrich Drepper <drepper@redhat.com>1999-03-14 21:12:49 +0000
commit336dfb2d27fdd4c8fb69b5aee7817b595bb23691 (patch)
treeb1190e254b25453d8f70260cfd6e4d6c64f63d27 /manual/llio.texi
parentcb9245ba930565190b73f86e032fdbf75ec427a0 (diff)
downloadglibc-336dfb2d27fdd4c8fb69b5aee7817b595bb23691.tar.gz
glibc-336dfb2d27fdd4c8fb69b5aee7817b595bb23691.tar.xz
glibc-336dfb2d27fdd4c8fb69b5aee7817b595bb23691.zip
Update.
1999-03-13  Mark Kettenis  <kettenis@gnu.org>

	* sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
	if the opened master pty really is a pty.  `isatty' checks for
	tty-ness and a pty is not a tty.  Return ENOENT instead of ENFILE
	if we are out of pty's.

1999-03-13  Mark Kettenis  <kettenis@gnu.org>

	* sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
	opened file is closed on exec.
	* login/utmp_daemon.c (setutent_daemon): Likewise for the just
	opened socket.

1999-03-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manual/llio.texi (File Position Primitive): Reformat @end
	command.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].

	* nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
	entry is found.
	* nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
	* nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index 2e497bf512..47f79a7f20 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.