diff options
author | 2001-02-12 16:08:43 +0000 | |
---|---|---|
committer | 2001-02-12 16:08:43 +0000 | |
commit | 3da62a22ef77daecdb49ae757570400c70d9c548 (patch) | |
tree | 118a8626c2360d2f29c15cb65bb00d7dcd56ca2b /lib/libc/stdio/fopen.3 | |
parent | skip empty lines in rulefile. ok jason@ (diff) | |
download | wireguard-openbsd-3da62a22ef77daecdb49ae757570400c70d9c548.tar.xz wireguard-openbsd-3da62a22ef77daecdb49ae757570400c70d9c548.zip |
capitalization
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 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. |