Deleted Added
full compact
rexec.3 (50476) rexec.3 (68994)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rexec.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rexec.3 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libcompat/4.3/rexec.3 50476 1999-08-28 00:22:10Z peter $
33.\" $FreeBSD: head/lib/libcompat/4.3/rexec.3 68994 2000-11-21 12:03:30Z ben $
34.\"
35.Dd June 4, 1993
36.Dt REXEC 3
37.Os BSD 4.2
38.Sh NAME
39.Nm rexec
40.Nd return stream to a remote command
34.\"
35.Dd June 4, 1993
36.Dt REXEC 3
37.Os BSD 4.2
38.Sh NAME
39.Nm rexec
40.Nd return stream to a remote command
41.Sh LIBRARY
42.Lb libcompat
41.Sh SYNOPSIS
42.Ft int
43.Fn rexec "char **ahost" "int inport" "char *user" "char *passwd" "char *cmd" "int *fd2p"
44.Sh DESCRIPTION
45.Bf -symbolic
46This interface is obsoleted by
47.Xr rcmd 3 .
43.Sh SYNOPSIS
44.Ft int
45.Fn rexec "char **ahost" "int inport" "char *user" "char *passwd" "char *cmd" "int *fd2p"
46.Sh DESCRIPTION
47.Bf -symbolic
48This interface is obsoleted by
49.Xr rcmd 3 .
48It is available from the compatibility library, libcompat.
49.Ef
50.Pp
51The
52.Fn rexec
53function
54looks up the host
55.Fa *ahost
56using

--- 77 unchanged lines hidden ---
50.Ef
51.Pp
52The
53.Fn rexec
54function
55looks up the host
56.Fa *ahost
57using

--- 77 unchanged lines hidden ---