diff options
-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 7cde50b410d..df63ba63d33 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.11 2000/12/24 00:30:58 aaron Exp $ +.\" $OpenBSD: fopen.3,v 1.12 2001/02/12 16:08:43 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -61,7 +61,7 @@ and associates a stream with it. The argument .Fa mode points to a string beginning with one of the following -sequences (Additional characters may follow these sequences.): +sequences (additional characters may follow these sequences): .Bl -tag -width indent .It Dq Li r Open text file for reading. |