summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-04 02:14:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-04 02:14:28 +0000
commit2522517bb5b32e61ffeaf03a9eaffe8059487028 (patch)
treec806d779f31639faa457f842b2d220c9bf97a30f /lib
parentd37f716b2b038b7fcb09d9172e088a7f99ef54a3 (diff)
formatting error
Diffstat (limited to 'lib')
-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 ea8cc62b028..dadb17c0195 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.3 1996/11/19 23:44:28 millert Exp $
+.\" $OpenBSD: fopen.3,v 1.4 1996/12/04 02:14:27 deraadt 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 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.