OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / rcmd.3
index 4b5028d..53a5881 100644 (file)
@@ -100,9 +100,10 @@ _BSD_SOURCE
 (他の関数とともに) 利用される。
 .SS rcmd()
 .PP
-\fBrcmd\fP()  関数は \fBgethostbyname\fP(3)  を用いて \fI*ahost\fP の参照を行う。ホストが存在しない場合は \-1
-を返す。 見つかった場合は \fI*ahost\fP にホストの標準名 (standard name) をセットして、 予約されているインターネットポート
-\fIinport\fP 経由でサーバーへの接続を確立する。
+The \fBrcmd\fP()  function looks up the host \fI*ahost\fP using
+\fBgethostbyname\fP(3), returning \-1 if the host does not exist.  Otherwise,
+\fI*ahost\fP is set to the standard name of the host and a connection is
+established to a server residing at the well\-known Internet port \fIinport\fP.
 .PP
 接続に成功したら、インターネットドメインに存在するタイプ \fBSOCK_STREAM\fP のソケットが呼び出しもとに返される。
 このソケットの相手側はリモートコマンドの \fIstdin\fP および \fIstdout\fP に接続される。 \fIfd2p\fP
@@ -172,6 +173,6 @@ POSIX.1\-2001 にはない。 BSD 系、Solaris や他の多くのシステム
 \fBrlogin\fP(1), \fBrsh\fP(1), \fBintro\fP(2), \fBrexec\fP(3), \fBrexecd\fP(8),
 \fBrlogind\fP(8), \fBrshd\fP(8)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。