Fix a bizarre formatting error.
This commit is contained in:
parent
837124b35c
commit
3c891ba5b1
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fopen.3,v 1.5 1997/07/14 23:19:48 kleink Exp $
|
||||
.\" $NetBSD: fopen.3,v 1.6 1997/10/14 07:27:57 mycroft Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -75,7 +75,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 New Issue