diff options
Diffstat (limited to 'usr/src/man/man3c/popen.3c')
-rw-r--r-- | usr/src/man/man3c/popen.3c | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/usr/src/man/man3c/popen.3c b/usr/src/man/man3c/popen.3c index ca1226e00d..52e22a601c 100644 --- a/usr/src/man/man3c/popen.3c +++ b/usr/src/man/man3c/popen.3c @@ -215,7 +215,7 @@ int my_system(const char *cmd) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -238,6 +238,15 @@ Standard. .SH SEE ALSO .sp .LP -\fBksh\fR(1), \fBpipe\fR(2), \fBfclose\fR(3C), \fBfopen\fR(3C), -\fBposix_spawn\fR(3C), \fBstdio\fR(3C), \fBsystem\fR(3C), \fBwait\fR(3C), -\fBwaitpid\fR(3C), \fBwait.h\fR(3HEAD), \fBattributes\fR(5), \fBstandards\fR(5) +.BR ksh (1), +.BR pipe (2), +.BR fclose (3C), +.BR fopen (3C), +.BR posix_spawn (3C), +.BR stdio (3C), +.BR system (3C), +.BR wait (3C), +.BR waitpid (3C), +.BR wait.h (3HEAD), +.BR attributes (7), +.BR standards (7) |