Update of /cvsroot/wisp/wisp/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv1846
Modified Files:
Makefile.am
Added Files:
was.1
Log Message:
wrote a manual page for was(1)
--- NEW FILE: was.1 ---
.\" was.1 - the was(1) manual page
.\"
.\" Copyleft © 2003 by Andres Soolo (di...@us...)
.\" This file is licensed under the GNU GPL v2. If you
.\" don't know what that means, please do read the GPL.
.\"
.\" @(#) $Id: was.1,v 1.1 2003/02/08 13:20:59 digg Exp $
.\"
.TH worth 1 "8 Feb 2003" "0.9.9" "Wisp software suite"
.SH NAME
was \- Wisp ASsembler
.SH SYNOPSIS
.B was
.RI [ option ".\|.\|.] " filename
.SH DESCRIPTION
.I Was
is a wrapper around the Wisp Assembler mechanism.
Since the architecture of Wisp Assembler is more than likely to change
in the future,
.I was
is intentionally left undocumented.
.SH OPTIONS
.TP
\fB\-o\fP, \fB\-\-output\fP=\fIname\fP
Specifies name for the resulting binary file.
.SH BUGS
The Wisp assembler language is inadequately documented.
.SH FEATURES
This manual page is very brief.
.SH AUTHOR
This manual page was written by Andres Soolo <di...@us...>.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.am 4 Sep 2002 14:27:48 -0000 1.21
+++ Makefile.am 8 Feb 2003 13:20:59 -0000 1.22
@@ -9,12 +9,12 @@
AUTOMAKE_OPTIONS = no-texinfo.tex
EXTRA_DIST = .cvsignore \
- wisp.1 worth.1 \
+ wisp.1 worth.1 was.1 \
wisp.texi.ewisp \
depends.txt paw.txt \
wisp.vim wispstruc.vim ewisp.vim worth.vim wid.vim texi-ewisp.vim
-man_MANS = wisp.1 worth.1
+man_MANS = wisp.1 worth.1 was.1
info_TEXINFOS = wisp.texi
txt_DATA = paw.txt
|