X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/e45f55092eef833f9ada8ed31c93524f0da20e78..e55daacc8888ea40715a620cf21bef29583a670f:/archtab.5 diff --git a/archtab.5 b/archtab.5 index d2e25c4..9dde6c4 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$ .\" .\" Manual page for `archtab' files. .\" .\" (c) 1999 EBI .\" +. .\"----- Licensing notice --------------------------------------------------- .\" .\" This file is part of sw-tools. @@ -23,16 +24,9 @@ .\" 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 --- -.\" +. +.\"----- Style hacking ------------------------------------------------------ +. .de VS \" Start a sort-of verbatim block .sp 1 .in +5n @@ -45,13 +39,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 +53,22 @@ .el .ds o o .ds sw \fBsw\fP .ds se \fBsw\-env\fP -.\" -.\" --- Main manual text --- -.\" -.TH sw 1 "25 May 1999" "EBI tools" +. +.\"----- Main manual text --------------------------------------------------- +. +.TH archtab 5 "25 May 1999" sw-tools .PD 1 -.\" -.SH NAME +. +.\"-------------------------------------------------------------------------- +. +.SH "NAME" +. archtab \- mapping from architecture names to hosts -.\" -.SH DESCRIPTION +. +.\"-------------------------------------------------------------------------- +. +.SH "DESCRIPTION" +. The .B archtab file is a sequence of lines. A line may be blank, a comment, or a table @@ -80,7 +78,17 @@ 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 +. +.\"-------------------------------------------------------------------------- +. +.SH "SEE ALSO" +. +.BR sw (1). +. +.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 --------------------------------------------------