X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/91f523553ada4ecc6307b105ba27674d6845bb84..e45f55092eef833f9ada8ed31c93524f0da20e78:/archtab.5 diff --git a/archtab.5 b/archtab.5 new file mode 100644 index 0000000..d2e25c4 --- /dev/null +++ b/archtab.5 @@ -0,0 +1,86 @@ +.\" -*-nroff-*- +.\" +.\" $Id: archtab.5,v 1.1 1999/06/04 13:56:18 mdw Exp $ +.\" +.\" Manual page for `archtab' files. +.\" +.\" (c) 1999 EBI +.\" +.\"----- Licensing notice --------------------------------------------------- +.\" +.\" This file is part of sw-tools. +.\" +.\" sw-tools is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" sw-tools is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with sw-tools; if not, write to the Free Software Foundation, +.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" +.\"----- Revision history --------------------------------------------------- +.\" +.\" $Log: archtab.5,v $ +.\" Revision 1.1 1999/06/04 13:56:18 mdw +.\" New manual page. +.\" +.\" +.\" --- Useful macro definitions --- +.\" +.de VS \" Start a sort-of verbatim block +.sp 1 +.in +5n +.nf +.ft B +.. +.de VE \" Stop a sort-of verbatim block +.ft R +.fi +.in -5n +.sp 1 +.. +.de HP \" Start an indented paragraph with a bold right-aligned label +.IP +\fB\h'-\w'\\$1\ 'u'\\$1\ \fP\c +.. +.\" +.\" --- Style hacking --- +.\" +.ie \n(.g \{\ +. fam P +. ds mw \fR[\f(BImdw\fR] +.\} +.el .ds mw \fR[\fBmdw\fR] +.ie t .ds o \(bu +.el .ds o o +.ds sw \fBsw\fP +.ds se \fBsw\-env\fP +.\" +.\" --- Main manual text --- +.\" +.TH sw 1 "25 May 1999" "EBI tools" +.PD 1 +.\" +.SH NAME +archtab \- mapping from architecture names to hosts +.\" +.SH DESCRIPTION +The +.B archtab +file is a sequence of lines. A line may be blank, a comment, or a table +entry. Blank lines contain only whitespace; comments have a +.RB ` # ' +as their first non-whitespace character: both are ignored. Table +entries consist an architecture name and a hostname, separated by +whitespace. Each architecture should only appear once. The hostname +should be the preferred host for building software on that architecture. +.SH AUTHOR +The \*(sw program, and this manual, are \*(mw productions, in association +with the European Bioinformatics Institute. They were written by Mark +Wooding . Go and ask him if you have problems.