rexec.3 (b9b9e020c9ccb7816bacb9b236f314e54a6b4df7) | rexec.3 (d0353b836e88609b9400851d32e0aa6645ff9be3) |
---|---|
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. --- 60 unchanged lines hidden (view full) --- 69If all this fails, the user is prompted for the information. 70.Pp 71The port 72.Fa inport 73specifies which well-known 74.Tn DARPA 75Internet port to use for 76the connection; the call | 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. --- 60 unchanged lines hidden (view full) --- 69If all this fails, the user is prompted for the information. 70.Pp 71The port 72.Fa inport 73specifies which well-known 74.Tn DARPA 75Internet port to use for 76the connection; the call |
77.Ql getservbyname(\\*qexec\\*q, \\*qtcp\\*q) | 77.Fn getservbyname \*qexec\*q \*qtcp\*q |
78(see 79.Xr getservent 3 ) 80will return a pointer to a structure, which contains the 81necessary port. 82The protocol for connection is described in detail in 83.Xr rexecd 8 . 84.Pp 85If the connection succeeds, --- 49 unchanged lines hidden --- | 78(see 79.Xr getservent 3 ) 80will return a pointer to a structure, which contains the 81necessary port. 82The protocol for connection is described in detail in 83.Xr rexecd 8 . 84.Pp 85If the connection succeeds, --- 49 unchanged lines hidden --- |