The w+ entry description was misformatted.

Pointed out by: bde
This commit is contained in:
mpp 1997-03-27 18:08:23 +00:00
parent 57689e09a5
commit df9784adc5

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.