summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-12-07 23:07:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-12-07 23:07:36 +0000
commit9e16ae435f0804ec4c2fb1c25a1abb6ab3fab142 (patch)
tree521cae768e7a92231dbf8bdf5abd2367d250b7db /lib/libc/stdio
parente04b933dc7de17db818adfc18b611d6be6be1fa3 (diff)
missing comma
Diffstat (limited to 'lib/libc/stdio')
-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 df63ba63d33..a9c667d603a 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.12 2001/02/12 16:08:43 aaron Exp $
+.\" $OpenBSD: fopen.3,v 1.13 2001/12/07 23:07:35 millert Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -154,7 +154,7 @@ function is to change the file associated with a standard text stream
or
.Em stdout ) .
.Sh RETURN VALUES
-Upon successful completion
+Upon successful completion,
.Fn fopen ,
.Fn fdopen
and