aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man6/banner.6
blob: ccae2e6990b8b0ab127649596ef6ada5ef2b43f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.\" Copyright (c) 1980, 1993, 1995
.\"	The Regents of the University of California.  All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    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
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\"	From: @(#)banner.6	8.2 (Berkeley) 4/29/95
.\"	%Id: banner.6,v 1.3 1998/03/23 07:40:40 charnier Exp %
.\" jpman %Id: banner.6,v 1.4 1999/01/16 17:06:39 kuma Stab %
.\"
.\" 以下は参考にした Linux JM のクレジット
.\" Japanese Version Copyright (c) 1997,1998 MAEHARA Kohichi
.\"         all rights reserved.
.\" Translated Sat Feb 21 00:00:00 JST 1998
.\"         by MAEHARA Kohichi <maeharak@kw.netlaputa.ne.jp>
.\"
.Dd April 29, 1995
.Dt BANNER 6
.Os
.Sh 名称
.Nm banner 
.Nd プリンタ用に大きな見出しを出力する
.Sh 書式
.Nm banner
.Op Fl w Ar n
.Ar message ...
.Sh 解説
.Nm banner
は大きくてクオリティの高い見出し文字を標準出力に出力します。
message が省略された場合は、
プロンプトを出して標準入力から一行入力を読みとります。
.Fl w
が指示された場合は、小さな端末用に、文字の横幅を 132 桁ではなく
.Ar n 
桁まで押しつぶします。
.Pp
出力は、適切な幅の紙に切れ目無く印刷されるでしょう。
.Sh バグ
 <、 >、 [、 ]、 \\、^、 _、{、 }、 |、 ~、といったいくつかの ASCII
キャラクタは利用できません。
また、"、'、& はおかしな風に見えます (が役立つでしょう)。
.Pp
.Fl w
オプションは縦横を間引するように実装されています。
このため、あまり小さな数値が指定されると、出力がつぶれてしまいます。
また、文字がくっついてしまうこともあります。
.Sh 作者
.An Mark Horton
.\"ZZZ: 3.0-RELEASE complianted by N. Kumagai, 99-1-16