summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fopen.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-27 18:08:23 +0000
committermpp <mpp@FreeBSD.org>1997-03-27 18:08:23 +0000
commitdf9784adc595c15e35562f5389b60b494398437b (patch)
tree2b0e7ee934bdfbba499efba8d8ac99327fce408b /lib/libc/stdio/fopen.3
parent57689e09a5e31b0522665d3e18493d7c4b6dbe68 (diff)
downloadFreeBSD-src-df9784adc595c15e35562f5389b60b494398437b.zip
FreeBSD-src-df9784adc595c15e35562f5389b60b494398437b.tar.gz
The w+ entry description was misformatted.
Pointed out by: bde
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r--lib/libc/stdio/fopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 87bb049..17cfc96 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.
OpenPOWER on IntegriCloud