OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man5 / networks.5
1 .\" Copyright (c) 2001 Martin Schulze <joey@infodrom.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21 .\" USA.
22 .\" 2008-09-04, mtk, taken from Debian downstream, with a few light edits
23 .\"
24 .\"*******************************************************************
25 .\"
26 .\" This file was generated with po4a. Translate the source file.
27 .\"
28 .\"*******************************************************************
29 .TH NETWORKS 5 2008\-09\-04 GNU/Linux "Linux System Administration"
30 .SH 名前
31 networks \- network name information
32 .SH 説明
33 The file \fI/etc/networks\fP is a plain ASCII file that describes known DARPA
34 networks and symbolic names for these networks.  Each line represents a
35 network and has the following structure:
36
37 .RS
38 \fIname number aliases ...\fP
39 .RE
40
41 where the fields are delimited by spaces or tabs.  Empty lines are ignored.
42 The hash character (\fB#\fP) indicates the start of a comment: this character,
43 and the remaining characters up to the end of the current line, are ignored
44 by library functions that process the file.
45
46 フィールドの説明は以下のとおり。
47
48 .TP 
49 \fIname\fP
50 The symbolic name for the network.  Network names can contain any printable
51 characters execept white\-space characters or the comment character.
52 .TP 
53 \fInumber\fP
54 The official number for this network in numbers\-and\-dots notation (see
55 \fBinet\fP(3)).  The trailing ".0" (for the host component of the network
56 address) may be omitted.
57 .TP 
58 \fIaliases\fP
59 Optional aliases for the network.
60 .LP
61
62 This file is read by the \fBroute\fP(8)  and \fBnetstat\fP(8)  utilities.  Only
63 Class A, B or C networks are supported, partitioned networks (i.e.,
64 network/26 or network/28) are not supported by this facility.
65 .SH ファイル
66 .TP 
67 \fI/etc/networks\fP
68 The networks definition file.
69 .SH 関連項目
70 \fBgetnetbyaddr\fP(3), \fBgetnetbyname\fP(3), \fBgetnetent\fP(3), \fBnetstat\fP(8),
71 \fBroute\fP(8)