Catch up with 5.2-CURRENT-20040423-JPSNAP
Submitted by: metal Approved by: kuriyama (mentor)
This commit is contained in:
parent
a63da49781
commit
09223e1c36
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21196
2 changed files with 15 additions and 19 deletions
|
@ -30,7 +30,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
|
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
|
||||||
.\" %FreeBSD: src/share/man/man7/hier.7,v 1.91 2003/11/22 06:08:59 scottl Exp %
|
.\" %FreeBSD: src/share/man/man7/hier.7,v 1.97 2004/04/14 16:06:19 harti Exp %
|
||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.Dd June 5, 1993
|
.Dd June 5, 1993
|
||||||
|
@ -194,6 +194,8 @@ Linux
|
||||||
.Bl -tag -width "kerberos5/" -compact
|
.Bl -tag -width "kerberos5/" -compact
|
||||||
.It Pa arpa/
|
.It Pa arpa/
|
||||||
インターネットサービスプロトコルのための C 言語インクルードファイル。
|
インターネットサービスプロトコルのための C 言語インクルードファイル。
|
||||||
|
.It Pa bsnmp/
|
||||||
|
SNMP デーモン用の C 言語インクルードファイル。
|
||||||
.It Pa cam/
|
.It Pa cam/
|
||||||
Common Access Methods Layer 用
|
Common Access Methods Layer 用
|
||||||
C インクルードファイル。
|
C インクルードファイル。
|
||||||
|
@ -369,16 +371,9 @@ a.out
|
||||||
.It Pa libdata/
|
.It Pa libdata/
|
||||||
その他のユーティリティデータファイル。
|
その他のユーティリティデータファイル。
|
||||||
.Bl -tag -width Fl -compact
|
.Bl -tag -width Fl -compact
|
||||||
.It Pa doscmd/
|
|
||||||
doscmd が使用するファイル (ドライバ、フォント等)。
|
|
||||||
.Xr doscmd 1
|
|
||||||
参照。
|
|
||||||
.Bl -tag -width 6n -compact
|
|
||||||
.It Pa fonts/
|
|
||||||
doscmd が使用するフォント。
|
|
||||||
.El
|
|
||||||
.It Pa gcc/
|
.It Pa gcc/
|
||||||
???
|
.Xr gcc 1
|
||||||
|
の設定用データ
|
||||||
.It Pa ldscripts/
|
.It Pa ldscripts/
|
||||||
リンカスクリプト。
|
リンカスクリプト。
|
||||||
.Xr ld 1
|
.Xr ld 1
|
||||||
|
@ -387,10 +382,6 @@ doscmd
|
||||||
さまざまな lint 用ライブラリ (事前に構築されている)。
|
さまざまな lint 用ライブラリ (事前に構築されている)。
|
||||||
.Xr lint 1
|
.Xr lint 1
|
||||||
参照。
|
参照。
|
||||||
.It Pa stallion/
|
|
||||||
Stallion シリアルコントローラ用ファームウェアイメージ。
|
|
||||||
.Xr stl 4
|
|
||||||
参照。
|
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.It Pa libexec/
|
.It Pa libexec/
|
||||||
|
@ -562,6 +553,15 @@ pcvt
|
||||||
の設定ファイル。
|
の設定ファイル。
|
||||||
.It Pa skel/
|
.It Pa skel/
|
||||||
新しいアカウントのための . (ドット) ファイルの例。
|
新しいアカウントのための . (ドット) ファイルの例。
|
||||||
|
.It Pa snmp/
|
||||||
|
SNMP デーモン用の MIB やサンプルファイル、ツリー定義。
|
||||||
|
.Bl -tag -width Fl -compact
|
||||||
|
.It Pa defs/
|
||||||
|
.Xr gensnmptree 1
|
||||||
|
とともに使用されるツリー定義ファイル。
|
||||||
|
.It Pa mibs/
|
||||||
|
MIB ファイル。
|
||||||
|
.El
|
||||||
.It Pa syscons/
|
.It Pa syscons/
|
||||||
syscons が使用するファイル。
|
syscons が使用するファイル。
|
||||||
.Xr syscons 4
|
.Xr syscons 4
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||||
.\" notice, this list of conditions and the following disclaimer in the
|
.\" notice, this list of conditions and the following disclaimer in the
|
||||||
.\" documentation and/or other materials provided with the distribution.
|
.\" documentation and/or other materials provided with the distribution.
|
||||||
.\" 3. All advertising materials mentioning features or use of this software
|
|
||||||
.\" must display the following acknowledgement:
|
|
||||||
.\" This product includes software developed by the University of
|
|
||||||
.\" California, Berkeley and its contributors.
|
|
||||||
.\" 4. Neither the name of the University nor the names of its contributors
|
.\" 4. Neither the name of the University nor the names of its contributors
|
||||||
.\" may be used to endorse or promote products derived from this software
|
.\" may be used to endorse or promote products derived from this software
|
||||||
.\" without specific prior written permission.
|
.\" without specific prior written permission.
|
||||||
|
@ -30,7 +26,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94
|
.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94
|
||||||
.\" %FreeBSD: src/bin/ln/symlink.7,v 1.25 2002/08/21 17:32:32 trhodes Exp %
|
.\" %FreeBSD: src/bin/ln/symlink.7,v 1.26 2004/04/06 20:06:47 markm Exp %
|
||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
|
|
Loading…
Reference in a new issue