Internal formatting improvements.
[sw-tools] / archtab.5
CommitLineData
e45f5509 1.\" -*-nroff-*-
2.\"
be07bee0 3.\" $Id: archtab.5,v 1.2 1999/07/16 12:45:36 mdw Exp $
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.
e45f5509 28.\"----- Revision history ---------------------------------------------------
29.\"
30.\" $Log: archtab.5,v $
be07bee0 31.\" Revision 1.2 1999/07/16 12:45:36 mdw
32.\" Internal formatting improvements.
33.\"
e45f5509 34.\" Revision 1.1 1999/06/04 13:56:18 mdw
35.\" New manual page.
36.\"
be07bee0 37.
38.\"----- Style hacking ------------------------------------------------------
39.
e45f5509 40.de VS \" Start a sort-of verbatim block
41.sp 1
42.in +5n
43.nf
44.ft B
45..
46.de VE \" Stop a sort-of verbatim block
47.ft R
48.fi
49.in -5n
50.sp 1
51..
be07bee0 52.de hP \" Start an indented paragraph with a bold right-aligned label
e45f5509 53.IP
54\fB\h'-\w'\\$1\ 'u'\\$1\ \fP\c
55..
be07bee0 56.
e45f5509 57.ie \n(.g \{\
58. fam P
59. ds mw \fR[\f(BImdw\fR]
60.\}
61.el .ds mw \fR[\fBmdw\fR]
62.ie t .ds o \(bu
63.el .ds o o
64.ds sw \fBsw\fP
65.ds se \fBsw\-env\fP
be07bee0 66.
67.\"----- Main manual text ---------------------------------------------------
68.
e45f5509 69.TH sw 1 "25 May 1999" "EBI tools"
70.PD 1
be07bee0 71.
72.\"--------------------------------------------------------------------------
73.
e45f5509 74.SH NAME
be07bee0 75.
e45f5509 76archtab \- mapping from architecture names to hosts
be07bee0 77.
78.\"--------------------------------------------------------------------------
79.
e45f5509 80.SH DESCRIPTION
be07bee0 81.
e45f5509 82The
83.B archtab
84file is a sequence of lines. A line may be blank, a comment, or a table
85entry. Blank lines contain only whitespace; comments have a
86.RB ` # '
87as their first non-whitespace character: both are ignored. Table
88entries consist an architecture name and a hostname, separated by
89whitespace. Each architecture should only appear once. The hostname
90should be the preferred host for building software on that architecture.
be07bee0 91.
92.\"--------------------------------------------------------------------------
93.
e45f5509 94.SH AUTHOR
be07bee0 95.
e45f5509 96The \*(sw program, and this manual, are \*(mw productions, in association
97with the European Bioinformatics Institute. They were written by Mark
98Wooding <mdw@nsict.org>. Go and ask him if you have problems.
be07bee0 99.
100.\"----- That's all, folks --------------------------------------------------