aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stdio_ext.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-05-31 22:16:55 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-05-31 22:16:55 +0000
commitc10859eb0d1689d97374268c226dbcacc5577048 (patch)
treee5f03d666c25fbefbfcc1212df2407fca0d5b43c /man3/stdio_ext.3
parent2866cb53151d8e0204da4b7b3b346afb6d1626b4 (diff)
downloadman-pages-c10859eb0d1689d97374268c226dbcacc5577048.tar.gz
Fix unbalanced quotes
Diffstat (limited to 'man3/stdio_ext.3')
-rw-r--r--man3/stdio_ext.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3
index ab6c872357..ef20243754 100644
--- a/man3/stdio_ext.3
+++ b/man3/stdio_ext.3
@@ -44,7 +44,7 @@ __fbufsize, __flbf, __fpending, __fpurge, __freadable, __freading, __fsetlocking
.br
.BI "int __fsetlocking(FILE *" stream ", int " type );
.br
-.BI "void _flushlbf(void);
+.BI "void _flushlbf(void);"
.br
.BI "void __fpurge(FILE *" stream );
.SH DESCRIPTION