summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r--usr/src/man/man3c/Makefile7
-rw-r--r--usr/src/man/man3c/stdio.3c2
2 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile
index 4b2660a1ff..e81e80e5ea 100644
--- a/usr/src/man/man3c/Makefile
+++ b/usr/src/man/man3c/Makefile
@@ -1043,6 +1043,9 @@ MANSOFILES = FD_CLR.3c \
srand48.3c \
srandom.3c \
sscanf.3c \
+ stderr.3c \
+ stdin.3c \
+ stdout.3c \
strcasecmp.3c \
strcat.3c \
strchr.3c \
@@ -1915,6 +1918,10 @@ sigtimedwait.3c := SOSRC = man3c/sigwaitinfo.3c
gsignal.3c := SOSRC = man3c/ssignal.3c
+stderr.3c := SOSRC = man3c/stdio.3c
+stdin.3c := SOSRC = man3c/stdio.3c
+stdout.3c := SOSRC = man3c/stdio.3c
+
sig2str.3c := SOSRC = man3c/str2sig.3c
strerror_r.3c := SOSRC = man3c/strerror.3c
diff --git a/usr/src/man/man3c/stdio.3c b/usr/src/man/man3c/stdio.3c
index 4c9b951627..d75bc0dc28 100644
--- a/usr/src/man/man3c/stdio.3c
+++ b/usr/src/man/man3c/stdio.3c
@@ -5,7 +5,7 @@
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH stdio 3C "18 May 2005" "SunOS 5.11" "Standard C Library Functions"
.SH NAME
-stdio \- standard buffered input/output package
+stdio, stdin, stdout, stderr \- standard buffered input/output package
.SH SYNOPSIS
.LP
.nf