OSDN Git Service

Update draft for LDP 3.67
[linuxjm/LDP_man-pages.git] / draft / man3 / getrpcport.3
index f55583e..f857cb4 100644 (file)
@@ -1,65 +1,37 @@
 .\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
 .\"
+.\" %%%LICENSE_START(BSD_ONELINE_CDROM)
+.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
+.\" %%%LICENSE_END
+.\"
 .\" @(#)getrpcport.3r  2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
 .\"
 .\" Japanese Version Copyright (c) 1999 HANATAKA Shinya
 .\"         all rights reserved.
 .\" Translated Tue Jan 11 00:56:31 JST 2000
 .\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
 .\"
-.TH GETRPCPORT 3 2007-12-23 "" "Linux Programmer's Manual"
-.\"O .SH NAME
+.TH GETRPCPORT 3 2007\-12\-23 "" "Linux Programmer's Manual"
 .SH 名前
-.\"O getrpcport \- get RPC port number
 getrpcport \- RPC ポート番号を取得する
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.BI "int getrpcport(char *" host ", int " prognum ", int " versnum \
-", int " proto );
+\fBint getrpcport(char *\fP\fIhost\fP\fB, int \fP\fIprognum\fP\fB, int \fP\fIversnum\fP\fB, int \fP\fIproto\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.BR getrpcport ()
-.\"O returns the port number for version
-.\"O .I versnum
-.\"O of the RPC program
-.\"O .I prognum
-.\"O running on
-.\"O .I host
-.\"O and using protocol
-.\"O .IR proto .
-は
-.I host
-上で
-.I proto
-プロトコルを使用しているバージョン
-.I versnum
-の RPC プログラム
-.I prognum
-のポート番号を返す。
-.\"O It returns 0 if it cannot contact the portmapper, or if
-.\"O .I prognum
-.\"O is not registered.
-.\"O If
-.\"O .I prognum
-.\"O is registered but not with version
-.\"O .IR versnum ,
-.\"O it will still return a port number (for some version of the program)
-.\"O indicating that the program is indeed registered.
-.\"O The version mismatch will be detected upon the first call to the service.
-ポートマッパーと連絡が取れない場合や
-.I prognum
-が登録されていない場合には 0 を返す。
-.I prognum
-が登録されているが、バージョン
-.I versnum
-でない場合にも、そのプログラムが実際に登録されていることを示すために
-(そのプログラムのバージョンの)ポート番号を返す。
+\fBgetrpcport\fP()  は \fIhost\fP 上で \fIproto\fP プロトコルを使用しているバージョン \fIversnum\fP の RPC
+プログラム \fIprognum\fP のポート番号を返す。 ポートマッパーと連絡が取れない場合や \fIprognum\fP が登録されていない場合には 0
+を返す。 \fIprognum\fP が登録されているが、バージョン \fIversnum\fP
+でない場合にも、そのプログラムが実際に登録されていることを示すために (そのプログラムのバージョンの)ポート番号を返す。
 バージョンの不一致は最初にそのサービスを呼び出した時に検出される。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
-.\"O Not in POSIX.1-2001.
-.\"O Present on the BSDs, Solaris, and many other systems.
-POSIX.1-2001 にはない。
-BSD 系、Solaris や他の多くのシステムに存在する。
+POSIX.1\-2001 にはない。 BSD 系、Solaris や他の多くのシステムに存在する。
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。