formatting error
authorderaadt <deraadt@openbsd.org>
Wed, 4 Dec 1996 02:14:27 +0000 (02:14 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 4 Dec 1996 02:14:27 +0000 (02:14 +0000)
lib/libc/stdio/fopen.3

index ea8cc62..dadb17c 100644 (file)
@@ -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.