summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/stdio/README.design
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/stdio/README.design')
-rw-r--r--usr/src/lib/libc/port/stdio/README.design2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/stdio/README.design b/usr/src/lib/libc/port/stdio/README.design
index 748f7f9913..80305bf22b 100644
--- a/usr/src/lib/libc/port/stdio/README.design
+++ b/usr/src/lib/libc/port/stdio/README.design
@@ -266,7 +266,7 @@ Extended File and fileno()
The 32-bit libc has historically been limited to 255 open streams
because of the use of an unsigned char. This problem does not impact the
64-bit libc. To deal with this, libc uses a series of techniques which
-are summarized for users in extendedFILE(5). The usage of extendedFILE
+are summarized for users in extendedFILE(7). The usage of extendedFILE
can also be enabled by passing the special 'F' character to fopen(3C).
The '_magic' member in the 32-bit 'struct __FILE_TAG' contains what used