summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-27 18:08:23 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-27 18:08:23 +0000
commit6c0aebfa903a658e77d597f1cd49b736264b3c07 (patch)
tree15134efb4efff8684be0a67a83c0ded36cd6efd6
parent1f5367caeebf97b2f74cb34d5a71dd85c76e6de4 (diff)
Notes
-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 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.