rexec.3: SYNOPSIS: Add header file and feature test macro requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-10 06:58:38 +02:00
parent 89ded5e7b7
commit 090e0f8c7d
1 changed files with 3 additions and 2 deletions

View File

@ -36,15 +36,16 @@
.\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
.TH REXEC 3 2007-12-28 "Linux" "Linux Programmer's Manual"
.TH REXEC 3 2010-09-10 "Linux" "Linux Programmer's Manual"
.SH NAME
rexec \- return stream to a remote command
.SH SYNOPSIS
.nf
.BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */"
.B #include <netdb.h>
.sp
.BI "int rexec(char **" ahost ", int " inport ", char *" user ", "
.BI " char *" passwd ", char *" cmd ", int *" fd2p );
.\" This function requires _BSD_SOURCE on Linux
.fi
.SH DESCRIPTION
This interface is obsoleted by