Feature #1189
add stdin/stdout/stderr(3C) manpage symlinks
100%
Description
We have an stdio(3C) man page, but none for stdin/stdout/stderr(3C) - the global variables it actually describes. Solve by adding symlinks to stdio(3C).
Updated by Yuri Pankov over 9 years ago
fd(4) looks like a better candidate for stdin, stdout, stderr manpages.
Updated by Yuri Pankov over 9 years ago
On the related note, I have a strong feeling that fd manpage should live in section 7 (special files) and could mention the stdio(3C) in the SEE ALSO section. I'll make these changes if you agree with them.
Updated by Albert Lee over 9 years ago
Yuri Pankov wrote:
fd(4) looks like a better candidate for stdin, stdout, stderr manpages.
For /dev/{stdin,stdout,stderr} certainly. The topic was the C library interface, but we can include the /dev files too.
Updated by Albert Lee over 9 years ago
Yuri Pankov wrote:
On the related note, I have a strong feeling that fd manpage should live in section 7 (special files) and could mention the stdio(3C) in the SEE ALSO section. I'll make these changes if you agree with them.
That seems correct to me, as everything else in /dev is in section 7 and it is not really documenting a file format.
Updated by Yuri Pankov over 9 years ago
Albert Lee wrote:
Yuri Pankov wrote:
fd(4) looks like a better candidate for stdin, stdout, stderr manpages.
For /dev/{stdin,stdout,stderr} certainly. The topic was the C library interface, but we can include the /dev files too.
Sorry, I misunderstood your proposal. I'll create separate issue for /dev files.
Updated by Garrett D'Amore over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
date: Wed Aug 10 22:43:54 2011 -0700
description:
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>