diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-08-10 22:43:54 -0700 |
---|---|---|
committer | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-08-10 22:43:54 -0700 |
commit | ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3 (patch) | |
tree | f306764e7bb40f124eb0e13ffa9a669fd5a9ff57 /usr/src/man/man3c | |
parent | f16a0f4cde3ff2f7a495def818cbdce2d570ea33 (diff) | |
download | illumos-joyent-ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3.tar.gz |
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 <trisk@opensolaris.org>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Garrett D'Amore <garrett@nexenta.com>
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/Makefile | 7 | ||||
-rw-r--r-- | usr/src/man/man3c/stdio.3c | 2 |
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 |