From 8e96ae1a08f419829221ab7e31291606754f0a69 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Nov 2002 09:18:22 +0000 Subject: Update. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2002-11-04 Ulrich Drepper * manual/examples/dir.c: Don't include . * manual/examples/select.c: Include for TEMP_FAILURE_RETRY. Reported by Frédéric Delanoy . 2002-11-02 H.J. Lu * stdio-common/reg-printf.c: Include . --- manual/llio.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/llio.texi') diff --git a/manual/llio.texi b/manual/llio.texi index e9bf1d0d60..e9b5573ddd 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -2829,7 +2829,7 @@ int set_cloexec_flag (int desc, int value) @{ int oldflags = fcntl (desc, F_GETFD, 0); - /* @r{If reading the flags failed, return error indication now.} + /* @r{If reading the flags failed, return error indication now.} */ if (oldflags < 0) return oldflags; /* @r{Set just the flag we want to set.} */ -- cgit v1.2.1