From 6c0aebfa903a658e77d597f1cd49b736264b3c07 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Thu, 27 Mar 1997 18:08:23 +0000 Subject: [PATCH] The w+ entry description was misformatted. Pointed out by: bde --- 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 87bb0494e0ab..17cfc969906e 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -73,7 +73,7 @@ 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. The stream is positioned at the beginning of the file. -.No It Dq Li w+ +.It Dq Li w+ Open for reading and writing. The file is created if it does not exist, otherwise it is truncated. The stream is positioned at the beginning of the file.