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