X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/95e672af19ea22b86981b5e0f4eefb5efed98484..be07bee0ba62d2cdd3d9b4c86e9362c711456f19:/archtab.5 diff --git a/archtab.5 b/archtab.5 index d2e25c4..d8bc576 100644 --- a/archtab.5 +++ b/archtab.5 @@ -1,11 +1,12 @@ .\" -*-nroff-*- .\" -.\" $Id: archtab.5,v 1.1 1999/06/04 13:56:18 mdw Exp $ +.\" $Id: archtab.5,v 1.2 1999/07/16 12:45:36 mdw Exp $ .\" .\" Manual page for `archtab' files. .\" .\" (c) 1999 EBI .\" +. .\"----- Licensing notice --------------------------------------------------- .\" .\" This file is part of sw-tools. @@ -23,16 +24,19 @@ .\" 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.2 1999/07/16 12:45:36 mdw +.\" Internal formatting improvements. +.\" .\" Revision 1.1 1999/06/04 13:56:18 mdw .\" New manual page. .\" -.\" -.\" --- Useful macro definitions --- -.\" +. +.\"----- Style hacking ------------------------------------------------------ +. .de VS \" Start a sort-of verbatim block .sp 1 .in +5n @@ -45,13 +49,11 @@ .in -5n .sp 1 .. -.de HP \" Start an indented paragraph with a bold right-aligned label +.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] @@ -61,16 +63,22 @@ .el .ds o o .ds sw \fBsw\fP .ds se \fBsw\-env\fP -.\" -.\" --- Main manual text --- -.\" +. +.\"----- 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 @@ -80,7 +88,13 @@ 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. +. +.\"----- That's all, folks --------------------------------------------------