From 6d15533ada3dc236e0984a6e9665db8c150bd01f Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Tue, 2 Apr 2002 18:09:56 +0000 Subject: Added a small man file for sisinstall. --- configure.in | 1 + doc/Makefile.am | 4 ++-- doc/sisinstall.man.in | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 doc/sisinstall.man.in diff --git a/configure.in b/configure.in index f4e23ad..35e600e 100644 --- a/configure.in +++ b/configure.in @@ -314,4 +314,5 @@ AC_OUTPUT( doc/ncpd.man doc/plpnfsd.man doc/plpftp.man + doc/sisinstall.man ) diff --git a/doc/Makefile.am b/doc/Makefile.am index 2387ae8..f2303f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = api -EXTRA_DIST = ncpd.man.in plpnfsd.man.in plpftp.man.in +EXTRA_DIST = ncpd.man.in plpnfsd.man.in plpftp.man.in sisinstall.man.in -man_MANS = ncpd.8 plpnfsd.8 plpftp.1 +man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 %.1: %.man MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'` ; \ diff --git a/doc/sisinstall.man.in b/doc/sisinstall.man.in new file mode 100644 index 0000000..99794f3 --- /dev/null +++ b/doc/sisinstall.man.in @@ -0,0 +1,59 @@ +.\" Manual page for sisinstall +.\" $Id$ +.\" CHECKIN $Date$ +.\" +.\" Process this file with +.\" groff -man -Tascii sisinstall.1 for ASCII output, or +.\" groff -man -Tps sisinstall.1 for PostScript output +.\" +.TH sisinstall 1 "@MANDATE@" "plptools @VERSION@" local +.SH NAME +sisinstall \- simple command line program for installing +packaged programs or libraries on the Psion. +.SH SYNOPSIS +.B sisinstall +.B [-h] +.B [-V] +.B [-n] +.BI "[-l " level ] +.BI [ long-options ] +.B FILE + +.SH DESCRIPTION + +sisinstall installs a packaged program or library from a sis file to a +Psion machine. +It requires the ncpd to be running already to provide access to the +Psion machine over the serial port. + +.SH OPTIONS + +.TP +.B \-V, --version +Display the version and exit +.TP +.B \-h, --help +Display a short help text and exit. +.TP +.B \-n, --dryryn +Just parse the sis file, don't touch the Psion machine. +.TP +.BI "\-l, --loglevel=" level +Specify the log level. + +Level 0 is the default, and is pretty quiet. + +Level 1 provides detailed information on the data that is read. + +Level 2 is rather verbose, and is mostly meant for debugging. + +.SH BUGS +Ignores dependency records in the sis file. + +.SH SEE ALSO +ncpd(8), plpftp(1) + +.SH AUTHOR +Written by Daniel Brahneborg (basic@chello.se). +Psion communication based on plpftp by Fritz Elfert (felfert@to.com). + -- cgit v1.2.3