Internal formatting improvements.
[sw-tools] / archtab.5
1 .\" -*-nroff-*-
2 .\"
3 .\" $Id: archtab.5,v 1.2 1999/07/16 12:45:36 mdw Exp $
4 .\"
5 .\" Manual page for `archtab' files.
6 .\"
7 .\" (c) 1999 EBI
8 .\"
9 .
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.
27 .
28 .\"----- Revision history ---------------------------------------------------
29 .\"
30 .\" $Log: archtab.5,v $
31 .\" Revision 1.2 1999/07/16 12:45:36 mdw
32 .\" Internal formatting improvements.
33 .\"
34 .\" Revision 1.1 1999/06/04 13:56:18 mdw
35 .\" New manual page.
36 .\"
37 .
38 .\"----- Style hacking ------------------------------------------------------
39 .
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 ..
52 .de hP \" Start an indented paragraph with a bold right-aligned label
53 .IP
54 \fB\h'-\w'\\$1\ 'u'\\$1\ \fP\c
55 ..
56 .
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
66 .
67 .\"----- Main manual text ---------------------------------------------------
68 .
69 .TH sw 1 "25 May 1999" "EBI tools"
70 .PD 1
71 .
72 .\"--------------------------------------------------------------------------
73 .
74 .SH NAME
75 .
76 archtab \- mapping from architecture names to hosts
77 .
78 .\"--------------------------------------------------------------------------
79 .
80 .SH DESCRIPTION
81 .
82 The
83 .B archtab
84 file is a sequence of lines. A line may be blank, a comment, or a table
85 entry. Blank lines contain only whitespace; comments have a
86 .RB ` # '
87 as their first non-whitespace character: both are ignored. Table
88 entries consist an architecture name and a hostname, separated by
89 whitespace. Each architecture should only appear once. The hostname
90 should be the preferred host for building software on that architecture.
91 .
92 .\"--------------------------------------------------------------------------
93 .
94 .SH AUTHOR
95 .
96 The \*(sw program, and this manual, are \*(mw productions, in association
97 with the European Bioinformatics Institute. They were written by Mark
98 Wooding <mdw@nsict.org>. Go and ask him if you have problems.
99 .
100 .\"----- That's all, folks --------------------------------------------------