~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/rexec.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
.\"
37
37
.\" 2007-12-08, mtk, Converted from mdoc to man macros
38
38
.\"
39
 
.TH REXEC 3 2007-12-28 "Linux" "Linux Programmer's Manual"
 
39
.TH REXEC 3 2010-09-10 "Linux" "Linux Programmer's Manual"
40
40
.SH NAME
41
41
rexec \- return stream to a remote command
42
42
.SH SYNOPSIS
43
43
.nf
 
44
.BR "#define _BSD_SOURCE" "             /* See feature_test_macros(7) */"
 
45
.B #include <netdb.h>
44
46
.sp
45
47
.BI "int rexec(char **" ahost ", int " inport ", char *" user ", "
46
48
.BI "          char *" passwd ", char *" cmd ", int *" fd2p );
47
 
.\" This function requires _BSD_SOURCE on Linux
48
49
.fi
49
50
.SH DESCRIPTION
50
51
This interface is obsoleted by
134
135
.BR rcmd (3),
135
136
.BR rexecd (8)
136
137
.SH COLOPHON
137
 
This page is part of release 3.26 of the Linux
 
138
This page is part of release 3.27 of the Linux
138
139
.I man-pages
139
140
project.
140
141
A description of the project,