diff options
author | 2001-12-07 23:07:35 +0000 | |
---|---|---|
committer | 2001-12-07 23:07:35 +0000 | |
commit | 12a151b61b0b43f03b4a1e6145d5c2c36bc49b6f (patch) | |
tree | 3d7c5477fdb4121e0caea0bd471454b8e1e7bc6b /lib/libc/stdio/fopen.3 | |
parent | OK, this is horrible. stdio safety in a signal handler, requires that we (diff) | |
download | wireguard-openbsd-12a151b61b0b43f03b4a1e6145d5c2c36bc49b6f.tar.xz wireguard-openbsd-12a151b61b0b43f03b4a1e6145d5c2c36bc49b6f.zip |
missing comma
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 |
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 |