OSDN Git Service

(split) LDP: Update draft pages (with po4a --force)
[linuxjm/LDP_man-pages.git] / draft / man7 / netdevice.7
index 21f1012..35f2898 100644 (file)
@@ -1,10 +1,13 @@
 .\" t
-.\" Don't change the first line, it tells man that tbl is needed.
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
+.\"
+.\" %%%LICENSE_START(VERBATIM_ONE_PARA)
 .\" Permission is granted to distribute possibly modified copies
 .\" of this page provided the header is included verbatim,
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
+.\" %%%LICENSE_END
+.\"
 .\" $Id: netdevice.7,v 1.10 2000/08/17 10:09:54 ak Exp $
 .\"
 .\" Modified, 2004-11-25, mtk, formatting and a few wording fixes
@@ -75,7 +78,9 @@ struct ifconf {
 インターフェースの interface index を取得し、 \fIifr_ifindex\fP に入れて返す。
 .TP 
 \fBSIOCGIFFLAGS\fP, \fBSIOCSIFFLAGS\fP
+.\" Do not right adjust text blocks in tables
 デバイスの active フラグワードを取得または設定する。 \fIifr_flags\fP には以下の値のビットマスクが入る。
+.na
 .TS
 tab(:);
 c s
@@ -87,7 +92,9 @@ IFF_DEBUG:内部のデバッグフラグ。
 IFF_LOOPBACK:インターフェースはループバックである。
 IFF_POINTOPOINT:インターフェースは point\-to\-point リンクである。
 IFF_RUNNING:リソースが割り当て済み。
-IFF_NOARP:arp プロトコルがない。
+IFF_NOARP:T{
+arp プロトコルがない。 L2 宛先アドレスが設定されていない。
+T}
 IFF_PROMISC:インターフェースは promiscuous モードである。
 IFF_NOTRAILERS:trailer の利用を避ける。
 IFF_ALLMULTI:全てのマルチキャストパケットを受信する。
@@ -103,8 +110,8 @@ IFF_LOWER_UP:ドライバからの L1 アップの通知 (Linux 2.6.17 以降)
 IFF_DORMANT:ドライバからの休止状態の通知 (Linux 2.6.17 以降)
 IFF_ECHO:送られたパケットをエコーする (Linux 2.6.25 以降)
 
-
 .TE
+.ad
 active フラグワードの設定は特権が必要な操作である。
 読み出しはどんなプロセスからも可能である。
 .TP 
@@ -242,6 +249,6 @@ glibc 2.1 では \fI<net/if.h>\fP に \fIifr_newname\fP マクロがない。
 .SH 関連項目
 \fBproc\fP(5), \fBcapabilities\fP(7), \fBip\fP(7), \fBrtnetlink\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。