From ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Wed, 10 Aug 2011 22:43:54 -0700 Subject: 635 sed manual page needs significant updates 1188 Move pppdump and tcpd manpages to usr/src/man 1189 add stdin/stdout/stderr(3C) manpage symlinks 1190 Remove source-security-tcp-wrapper and SUNWtcpdS packages 1191 Remove source-network-pppdump and SUNWpppgS packages 1192 fd manpage should be in section 7 Reviewed by: Albert Lee Reviewed by: Gordon Ross Approved by: Garrett D'Amore --- usr/src/man/man3c/Makefile | 7 +++++++ usr/src/man/man3c/stdio.3c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'usr/src/man/man3c') 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 -- cgit v1.2.3