The w+ entry description was misformatted.

Pointed out by: bde
This commit is contained in:
Mike Pritchard 1997-03-27 18:08:23 +00:00
parent 1f5367caee
commit 6c0aebfa90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24322

View File

@ -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.