summaryrefslogtreecommitdiff
path: root/man3/fopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-04-22 13:38:00 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-04-22 14:48:28 +1200
commit20e41f3f02e57a9ca9ff1094ed1205ff67da298a (patch)
treee3f2a4e2a8ddad7e98df2f113c09af08d2fc586c /man3/fopen.3
parent96285a93ed3df3043cddb5d419dbaac7b919a4b4 (diff)
fopen.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/fopen.3')
-rw-r--r--man3/fopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index 39ff9fa4..5323ee0c 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -70,7 +70,7 @@ and associates a stream with it.
The argument
.I mode
points to a string beginning with one of the following sequences
-(Additional characters may follow these sequences.):
+(possibly followed by additional characters, as described below):
.TP
.B r
Open text file for reading.