X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fether_aton.3;h=ac5a46975cbb4d211ad0fffb3514ab17fa321b93;hb=4fe824747c7faf385ebddbeea1a89602416484c3;hp=aef38e0eb993a5b255d97c17b22b3bb12af6cbd4;hpb=fc763faabe545d972b718551999cbd8204464dd6;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/ether_aton.3 b/draft/man3/ether_aton.3 index aef38e0e..ac5a4697 100644 --- a/draft/man3/ether_aton.3 +++ b/draft/man3/ether_aton.3 @@ -1,7 +1,6 @@ -.\" Hey Emacs! This file is -*- nroff -*- source. -.\" .\" Copyright 2002 Ian Redfern (redferni@logica.com) .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -21,19 +20,20 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code .\" FreeBSD 4.4 man pages .\" -.\" Minor additions, aeb, 2002-07-20 +.\" Minor additions, aeb, 2013-06-21 .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH ETHER_ATON 3 2002\-07\-20 GNU "Linux Programmer's Manual" +.TH ETHER_ATON 3 2013\-07\-04 GNU "Linux Programmer's Manual" .SH 名前 ether_aton, ether_ntoa, ether_ntohost, ether_hostton, ether_line, ether_ntoa_r, ether_aton_r \- Ethernet アドレスの操作用関数 @@ -92,6 +92,12 @@ struct ether_addr { } .fi .in +.SH 属性 +.SS "マルチスレッディング (pthreads(7) 参照)" +関数 \fBether_aton\fP() と \fBether_ntoa\fP() はスレッドセーフではない。 +.LP +関数 \fBether_ntohost\fP(), \fBether_hostton\fP(), \fBether_line\fP(), +\fBether_ntoa_r\fP(), \fBether_aton_r\fP() はスレッドセーフである。 .SH 準拠 4.3BSD, SunOS. .SH バグ @@ -99,6 +105,6 @@ glibc 2.2.5 での \fBether_line\fP() の実装はおかしい。 .SH 関連項目 \fBethers\fP(5) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。