OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / netkit / release / man5 / issue.net.5
1 .\" Copyright (c) 1994 Peter Tobias <tobias@server.et-inf.fho-emden.de>
2 .\" This file may be distributed under the GNU General Public License.
3 .\" 
4 .\" Changed to -mdoc by David A. Holland <dholland@ftp.uk.linux.org>
5 .\" in order to work better with some NetKit maintenance scripts.
6 .\"
7 .\" Japanese Version Copyright (c) 2000 Yuichi SATO
8 .\"         all rights reserved.
9 .\" Translated Thu Dec 14 18:22:51 JST 2000
10 .\"         by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
11 .\"
12 .\"WORD:        identification  識別
13 .\"
14 .Dd May 22, 1994
15 .Dt ISSUE.NET 5 
16 .Os "Linux NetKit (0.17)"
17 .Sh 名前
18 .Nm issue.net 
19 .Nd telnet セッションのための識別ファイル
20 .Sh 説明
21 ファイル
22 .Pa /etc/issue.net
23 は、telnet セッションのログインプロンプトの前に表示される、
24 メッセージとシステム識別情報が含まれたテキストファイルである。
25 このファイルには、様々な `%-char' というシーケンスを書くことができる。
26 .Ic telnetd
27 では、以下のシーケンスがサポートされている:
28 .Bl -tag -offset indent -compact -width "abcde"
29 .It %t
30 - 現在の tty (端末名) を表示する
31 .It %h
32 - システムのノード名 (FQDN) を表示する
33 .It %D
34 - NIS ドメイン名を表示する
35 .It %d
36 - 現在の時刻と日付を表示する
37 .It %s
38 - オペレーティングシステムの名前を表示する
39 .It %m
40 - マシン (ハードウェア) タイプを表示する
41 .It %r
42 - オペレーティングシステムのリリースを表示する
43 .It %v
44 - オペレーティングシステムのバージョンを表示する
45 .It %%
46 - 1 個の '%' 文字を表示する
47 .El
48 .Sh ファイル
49 .Pa /etc/issue.net
50 .Sh 関連項目
51 .Xr telnetd 8