Build separately from mLib.
[sw-tools] / sw-info.5
index 4427b6a..a51a62e 100644 (file)
--- a/sw-info.5
+++ b/sw-info.5
@@ -1,11 +1,12 @@
 .\" -*-nroff-*-
 .\"
-.\" $Id: sw-info.5,v 1.1 1999/06/04 13:56:18 mdw Exp $
+.\" $Id: sw-info.5,v 1.4 1999/08/19 12:11:32 mdw Exp $
 .\"
 .\" Manual page for `sw-info' files.
 .\"
 .\" (c) 1999 EBI
 .\"
+.
 .\"----- Licensing notice ---------------------------------------------------
 .\"
 .\" This file is part of sw-tools.
 .\" 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: sw-info.5,v $
-.\" Revision 1.1  1999/06/04 13:56:18  mdw
-.\" New manual page.
+.\" Revision 1.4  1999/08/19 12:11:32  mdw
+.\" Change a tab to spaces for slightly-less-wonderful nroffs.
 .\"
+.\" Revision 1.3  1999/07/30 18:44:33  mdw
+.\" Improve cross-references and tidy up formatting.
 .\"
-.\" --- Useful macro definitions ---
+.\" Revision 1.2  1999/07/16 12:45:37  mdw
+.\" Internal formatting improvements.
+.\"
+.\" Revision 1.1  1999/06/04 13:56:18  mdw
+.\" New manual page.
 .\"
+.
+.\"----- Style hacking ------------------------------------------------------
+.
 .de VS \" Start a sort-of verbatim block
 .sp 1
 .in +5n
 .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]
 .\}
-.el    .ds mw \fR[\fBmdw\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"
+.
+.\"----- Main manual text ---------------------------------------------------
+.
+.TH sw-info 5 "25 May 1999" sw-tools
 .PD 1
-.\"
-.SH NAME
+.
+.\"--------------------------------------------------------------------------
+.
+.SH "NAME"
+.
 sw-info \- description of sw data files
-.\"
-.SH DESCRIPTION
+.
+.\"--------------------------------------------------------------------------
+.
+.SH "DESCRIPTION"
+.
 The
 .B .sw\-info
 file contains blank lines, comment lines, and assignments.  A blank line
@@ -122,7 +136,17 @@ The
 file consists of a number of entries, one per line.  Comments and blank
 lines are not allowed.  Each line contains assignments for a particular
 package, separated by semicolons rather than newlines.
-.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 <mdw@nsict.org>.  Go and ask him if you have problems.
+.
+.\"----- That's all, folks --------------------------------------------------