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