[svn:parrot] r48616 - trunk/tools/util

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Aug 23 23:01:34 UTC 2010


Author: jkeenan
Date: Mon Aug 23 23:01:33 2010
New Revision: 48616
URL: https://trac.parrot.org/parrot/changeset/48616

Log:
Improve documentation.

Modified:
   trunk/tools/util/ncidef2pasm.pl

Modified: trunk/tools/util/ncidef2pasm.pl
==============================================================================
--- trunk/tools/util/ncidef2pasm.pl	Mon Aug 23 18:15:18 2010	(r48615)
+++ trunk/tools/util/ncidef2pasm.pl	Mon Aug 23 23:01:33 2010	(r48616)
@@ -5,11 +5,15 @@
 
 =head1 NAME
 
-F<tools/util/ncidef2asm.pl>
+tools/util/ncidef2asm.pl - Turn an NCI library definition file into PASM
+
+=head1 SYNOPSIS
+
+    perl tools/util/ncidef2asm.pl path/to/from_file [ path/to/to_file ]
 
 =head1 DESCRIPTION
 
-Take an NCI library definition file and turn it into PASM.
+This program takes an NCI library definition file and turns it into PASM.
 
 An NCI library definition file provides the information needed to
 generate a parrot wrapper for the named library (or libraries). Its


More information about the parrot-commits mailing list