diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-12 16:08:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-12 16:08:44 +0000 |
commit | 606743a9b6cae131c5811a7f0f525f16d6f60f29 (patch) | |
tree | ac1bd70988402e8ae01eb3a0f3e6dcaf1f67987a /lib/libc | |
parent | 4618ef299dab80374d95032d2c120df2b010b138 (diff) |
capitalization
Diffstat (limited to 'lib/libc')
-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. |