usage: Print metavariables in SHOUTY letters.
[sw-tools] / archtab.5
CommitLineData
e45f5509 1.\" -*-nroff-*-
2.\"
e55daacc 3.\" $Id$
e45f5509 4.\"
5.\" Manual page for `archtab' files.
6.\"
7.\" (c) 1999 EBI
8.\"
be07bee0 9.
e45f5509 10.\"----- Licensing notice ---------------------------------------------------
11.\"
12.\" This file is part of sw-tools.
13.\"
14.\" sw-tools is free software; you can redistribute it and/or modify
15.\" it under the terms of the GNU General Public License as published by
16.\" the Free Software Foundation; either version 2 of the License, or
17.\" (at your option) any later version.
18.\"
19.\" sw-tools is distributed in the hope that it will be useful,
20.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
21.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22.\" GNU General Public License for more details.
23.\"
24.\" You should have received a copy of the GNU General Public License
25.\" along with sw-tools; if not, write to the Free Software Foundation,
26.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
be07bee0 27.
e55daacc 28.\"----- Style hacking ------------------------------------------------------
29.
30.de VS \" Start a sort-of verbatim block
31.sp 1
32.in +5n
33.nf
34.ft B
35..
36.de VE \" Stop a sort-of verbatim block
37.ft R
38.fi
39.in -5n
40.sp 1
41..
42.de hP \" Start an indented paragraph with a bold right-aligned label
43.IP
44\fB\h'-\w'\\$1\ 'u'\\$1\ \fP\c
45..
46.
47.ie \n(.g \{\
48. fam P
49. ds mw \fR[\f(BImdw\fR]
50.\}
51.el .ds mw \fR[\fBmdw\fR]
52.ie t .ds o \(bu
53.el .ds o o
54.ds sw \fBsw\fP
55.ds se \fBsw\-env\fP
56.
57.\"----- Main manual text ---------------------------------------------------
58.
59.TH archtab 5 "25 May 1999" sw-tools
60.PD 1
61.
62.\"--------------------------------------------------------------------------
63.
64.SH "NAME"
65.
66archtab \- mapping from architecture names to hosts
67.
68.\"--------------------------------------------------------------------------
69.
70.SH "DESCRIPTION"
71.
72The
73.B archtab
74file is a sequence of lines. A line may be blank, a comment, or a table
75entry. Blank lines contain only whitespace; comments have a
76.RB ` # '
77as their first non-whitespace character: both are ignored. Table
78entries consist an architecture name and a hostname, separated by
79whitespace. Each architecture should only appear once. The hostname
80should be the preferred host for building software on that architecture.
81.
82.\"--------------------------------------------------------------------------
83.
84.SH "SEE ALSO"
85.
86.BR sw (1).
87.
88.SH "AUTHOR"
89.
90The \*(sw program, and this manual, are \*(mw productions, in association
91with the European Bioinformatics Institute. They were written by Mark
92Wooding <mdw@nsict.org>. Go and ask him if you have problems.
93.
94.\"----- That's all, folks --------------------------------------------------