aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stdio_ext.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 19:42:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 19:42:52 +0000
commit2f0af33ba65b9acc67dc3fcdbb8b123af932a477 (patch)
tree504cfe0d5df667fddf7cc42641c7c1d31db40a8a /man3/stdio_ext.3
parent1274071a69a58859123c827aecbdd938c27ebd6f (diff)
downloadman-pages-2f0af33ba65b9acc67dc3fcdbb8b123af932a477.tar.gz
ffix
Diffstat (limited to 'man3/stdio_ext.3')
-rw-r--r--man3/stdio_ext.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3
index 58a2eac6c2..9b8da4ddf5 100644
--- a/man3/stdio_ext.3
+++ b/man3/stdio_ext.3
@@ -50,7 +50,9 @@ __freading, __fsetlocking, __fwritable, __fwriting, _flushlbf \- interfaces to s
.BI "void __fpurge(FILE *" stream );
.SH DESCRIPTION
Solaris introduced routines to allow portable access to the
-internals of the FILE structure, and glibc also implemented these.
+internals of the
+.B FILE
+structure, and glibc also implemented these.
.LP
The
.BR __fbufsize ()