mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
The w+ entry description was misformatted.
Pointed out by: bde
This commit is contained in:
parent
1f5367caee
commit
6c0aebfa90
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue