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