summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-11-19 23:44:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-11-19 23:44:29 +0000
commit686f3cfc609e35911804ed5138d7ffff024d9c65 (patch)
treecaae3275a699b865455ba7172d4b8455674b3f54 /lib/libc/stdio/fopen.3
parentc276f2a71d0de0ae36b954f29dbc61acb6fe1a4d (diff)
Formatting error spotted by Theo
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r--lib/libc/stdio/fopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index f16b5aa6778..ea8cc62b028 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.2 1996/08/19 08:32:39 tholo Exp $
+.\" $OpenBSD: fopen.3,v 1.3 1996/11/19 23:44:28 millert Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -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+
+.No 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.