Remove CVS cruft. Revert mangled manpages.
[sw-tools] / archtab.5
index 33aff87..9dde6c4 100644 (file)
--- a/archtab.5
+++ b/archtab.5
@@ -1,6 +1,6 @@
 .\" -*-nroff-*-
 .\"
-.\" $Id: archtab.5,v 1.4 2004/04/08 01:52:18 mdw Exp $
+.\" $Id$
 .\"
 .\" Manual page for `archtab' files.
 .\"
 .\" along with sw-tools; if not, write to the Free Software Foundation,
 .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .
+.\"----- Style hacking ------------------------------------------------------
+.
+.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
+..
+.
+.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 archtab 5 "25 May 1999" sw-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 "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 <mdw@nsict.org>.  Go and ask him if you have problems.
+.
+.\"----- That's all, folks --------------------------------------------------