dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/engine ilverify.1, NONE, 1.1 Makefile.am, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine ilverify.1, NONE, 1.1 Makefile.am, 1.65, 1.66 ilrun.1, 1.2, 1.3
Date: Mon, 13 Oct 2003 05:07:22 +0000

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv30281/engine

Modified Files:
        Makefile.am ilrun.1 
Added Files:
        ilverify.1 
Log Message:


Add a man page for "ilverify"; minor edits to the "ilrun" man page.


--- NEW FILE: ilverify.1 ---
.\" Copyright (c) 2003 Southern Storm Software, Pty Ltd.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
.TH ilverify 1 "13 October 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
.SH NAME
ilverify \- IL verification tool
.SH SYNOPSIS
.ll +8
.B ilverify
[ options ]
.I file
\&...
.SH DESCRIPTION
.B Ilverify
loads and verifies the specified Intermediate Language (IL) files,
looking for problems.
.SH OPTIONS
.TP
.B \-\-unsafe, \-u
Allow unsafe code in method bodies.
.TP
.B \-\-help
Print a usage message for the \fBilverify\fR program.
.TP
.B \-v, \-\-version
Print the version of the \fBilverify\fR program.
.TP
.B \-\-
Marks the end of the command-line options, and the beginning of
the input filenames.  You may need to use this if your program
filename begins with '-'.  e.g. "ilverify -- -input.exe".
.SH "AUTHOR"
Written by Southern Storm Software, Pty Ltd.

http://www.southern-storm.com.au/
.SH "SEE ALSO"
ilasm(1), ilrun(1), cscc(1)
.SH "DIAGNOSTICS"
Exit status is 1 if an error occurred while processing the input.
Otherwise the exit status is 0.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/Makefile.am,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** Makefile.am 10 Aug 2003 02:11:58 -0000      1.65
--- Makefile.am 13 Oct 2003 05:07:20 -0000      1.66
***************
*** 1,5 ****
  bin_PROGRAMS = ilrun ilverify
  lib_LIBRARIES = libILEngine.a
! man_MANS = ilrun.1
  
  libILEngine_a_SOURCES = cvm.c \
--- 1,5 ----
  bin_PROGRAMS = ilrun ilverify
  lib_LIBRARIES = libILEngine.a
! man_MANS = ilrun.1 ilverify.1
  
  libILEngine_a_SOURCES = cvm.c \

Index: ilrun.1
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/ilrun.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ilrun.1     5 May 2002 02:14:23 -0000       1.2
--- ilrun.1     13 Oct 2003 05:07:20 -0000      1.3
***************
*** 1,3 ****
! .\" Copyright (c) 2002 Southern Storm Software, Pty Ltd.
  .\"
  .\" This program is free software; you can redistribute it and/or modify
--- 1,3 ----
! .\" Copyright (c) 2002, 2003 Southern Storm Software, Pty Ltd.
  .\"
  .\" This program is free software; you can redistribute it and/or modify
***************
*** 14,18 ****
  .\" along with this program; if not, write to the Free Software
  .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! .TH ilrun 1 "5 May 2002" "Southern Storm Software" "Portable.NET Development 
Tools"
  .SH NAME
  ilrun \- the Portable.NET runtime engine
--- 14,18 ----
  .\" along with this program; if not, write to the Free Software
  .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! .TH ilrun 1 "13 October 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
  .SH NAME
  ilrun \- the Portable.NET runtime engine
***************
*** 69,78 ****
  that are referenced by the application.
  .TP
! .B \-\-register [\fIpath\fB], \-r [\fIpath\fB]
  Linux kernel only: register \fBilrun\fR with the kernel so that it
  will be run automatically when IL binaries are executed.  See the
  section "USING ILRUN WITH THE LINUX KERNEL" below for more information.
  .TP
! .B \-\-unregister, \-\-u
  Linux kernel only: unregister \fBilrun\fR from the kernel.
  .TP
--- 69,78 ----
  that are referenced by the application.
  .TP
! .B \-\-register [\fIpath\fB]
  Linux kernel only: register \fBilrun\fR with the kernel so that it
  will be run automatically when IL binaries are executed.  See the
  section "USING ILRUN WITH THE LINUX KERNEL" below for more information.
  .TP
! .B \-\-unregister
  Linux kernel only: unregister \fBilrun\fR from the kernel.
  .TP





reply via email to

[Prev in Thread] Current Thread [Next in Thread]