From 8a19b2b671e298d9ee480debd08951a16f6997fc Mon Sep 17 00:00:00 2001 From: des Date: Wed, 4 May 2005 08:12:44 +0000 Subject: The correct description for mode "w" is (((truncate to zero length) or (create)) (text file)) (for writing) and not ((truncate file to zero length) or (create text file)) (for writing) MFC after: 1 week --- lib/libc/stdio/fopen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 1508e59..e0680da 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -74,7 +74,7 @@ The stream is positioned at the beginning of the file. Open for reading and writing. The stream is positioned at the beginning of the file. .It Dq Li w -Truncate file to zero length or create text file for writing. +Truncate to zero length or create text file for writing. The stream is positioned at the beginning of the file. .It Dq Li w+ Open for reading and writing. -- cgit v1.1