X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman2%2Fsocketcall.2;h=31e0209bdab04a5ebbb96f0815aac66a09f87ea1;hb=ad24a8da2d0555b45e75db36ccc1b56d01cc68e6;hp=958ee1a324a084bdfeaf0cde6ac15d4e7c2bc7c1;hpb=ce024239a1d8e74a7a44f7c24cee4375cb13b3ef;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man2/socketcall.2 b/draft/man2/socketcall.2 index 958ee1a3..31e0209b 100644 --- a/draft/man2/socketcall.2 +++ b/draft/man2/socketcall.2 @@ -1,7 +1,6 @@ -.\" Hey Emacs! This file is -*- nroff -*- source. -.\" .\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" +.\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of @@ -18,93 +17,39 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public -.\" License along with this manual; if not, write to the Free -.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, -.\" USA. +.\" License along with this manual; if not, see +.\" . +.\" %%%LICENSE_END .\" .\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond +.\"******************************************************************* .\" -.\" Japanese Version Copyright (c) 1997 HANATAKA Shinya -.\" all rights reserved. -.\" Translated Mon Mar 3 23:45:10 JST 1997 -.\" by HANATAKA Shinya -.\" -.\"WORD: socket ソケット -.\"WORD: kernel カーネル -.\"WORD: entry エントリ -.\"WORD: hacker ハッカー -.\"WORD: library ライブラリ +.\" This file was generated with po4a. Translate the source file. .\" -.TH SOCKETCALL 2 2007-06-28 "Linux" "Linux Programmer's Manual" -.\"O .SH NAME +.\"******************************************************************* +.TH SOCKETCALL 2 2012\-10\-16 Linux "Linux Programmer's Manual" .SH 名前 -.\"O socketcall \- socket system calls socketcall \- ソケット・システムコール -.\"O .SH SYNOPSIS .SH 書式 -.BI "int socketcall(int " call ", unsigned long *" args ); -.\"O .SH DESCRIPTION +\fBint socketcall(int \fP\fIcall\fP\fB, unsigned long *\fP\fIargs\fP\fB);\fP .SH 説明 -.\"O .BR socketcall () -.\"O is a common kernel entry point for the socket system calls. -.\"O .I call -.\"O determines which socket function to invoke. -.\"O .I args -.\"O points to a block containing the actual arguments, -.\"O which are passed through to the appropriate call. -.BR socketcall () -はソケット・システムコールのための共通のカーネル・エントリ・ -ポイント(kernel entry point)である。 -.I call -はどのソケット関数を呼び出すかを指定する。 -.I args -は適切なコールに渡すための実際の引き数を含んでいるブロックを指す。 +\fBsocketcall\fP() はソケット・システムコールのための共通のカーネル・エントリ・ ポイント(kernel entry point)である。 +\fIcall\fP はどのソケット関数を呼び出すかを指定する。 \fIargs\fP は適切なコールに渡すための実際の引き数を含んでいるブロックを指す。 .PP -.\"O User programs should call the appropriate functions by their usual names. -.\"O Only standard library implementors and kernel hackers need to know about -.\"O .BR socketcall (). -ユーザー・プログラムは通常の名前を使用して適切な関数を呼び出すべきである。 -標準ライブラリの実装者やカーネル・ハッカーのみが -.BR socketcall () -について知る必要がある。 -.\"O .SH "CONFORMING TO" +ユーザー・プログラムは通常の名前を使用して適切な関数を呼び出すべきである。 標準ライブラリの実装者やカーネル・ハッカーのみが +\fBsocketcall\fP() について知る必要がある。 .SH 準拠 -.\"O This call is specific to Linux, and should not be used in programs -.\"O intended to be portable. -このコールは Linux 特有であり、移植を意図したプログラムで -使用してはいけない。 -.\"O .SH NOTES +このコールは Linux 特有であり、移植を意図したプログラムで 使用してはいけない。 .SH 注意 -.\"O On a few architectures, for example ia64, there is no -.\"O .BR socketcall () -.\"O system call; instead -.\"O .BR socket (2), -.\"O .BR accept (2), -.\"O .BR bind (2), -.\"O and so on really are implemented as separate system calls. -ia64 などのいくつかのアーキテクチャでは、システムコール -.BR socketcall () -が存在しない。実際には、その代わりに -.BR socket (2), -.BR accept (2), -.BR bind (2) +いくつかのアーキテクチャ\\(emfor 例えば x86\-64 や ARM\\(emでは、システムコール \fBsocketcall\fP() +が存在しない。実際には、その代わりに \fBsocket\fP(2), \fBaccept\fP(2), \fBbind\fP(2) などが独立したシステムコールとして実装されている。 -.\"O .SH "SEE ALSO" .SH 関連項目 -.BR accept (2), -.BR bind (2), -.BR connect (2), -.BR getpeername (2), -.BR getsockname (2), -.BR getsockopt (2), -.BR listen (2), -.BR recv (2), -.BR recvfrom (2), -.BR recvmsg (2), -.BR send (2), -.BR sendmsg (2), -.BR sendto (2), -.BR setsockopt (2), -.BR shutdown (2), -.BR socket (2), -.BR socketpair (2) +\fBaccept\fP(2), \fBbind\fP(2), \fBconnect\fP(2), \fBgetpeername\fP(2), +\fBgetsockname\fP(2), \fBgetsockopt\fP(2), \fBlisten\fP(2), \fBrecv\fP(2), +\fBrecvfrom\fP(2), \fBrecvmsg\fP(2), \fBsend\fP(2), \fBsendmsg\fP(2), \fBsendto\fP(2), +\fBsetsockopt\fP(2), \fBshutdown\fP(2), \fBsocket\fP(2), \fBsocketpair\fP(2) +.SH この文書について +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 +である。プロジェクトの説明とバグ報告に関する情報は +http://www.kernel.org/doc/man\-pages/ に書かれている。