[med-svn] [openbugs] 02/03: Fix binary-without-manpage usr/bin/OpenBUGSCli

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Sat Jun 28 12:39:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

bob.dybian-guest pushed a commit to branch master
in repository openbugs.

commit f90cbcfbb1040bf2d4a788111ae18efd86cf72e7
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Sat Jun 28 14:28:18 2014 +0200

    Fix binary-without-manpage usr/bin/OpenBUGSCli
---
 debian/OpenBUGSCli.1     | 69 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/openbugs.manpages |  1 +
 2 files changed, 70 insertions(+)

diff --git a/debian/OpenBUGSCli.1 b/debian/OpenBUGSCli.1
new file mode 100644
index 0000000..8906aca
--- /dev/null
+++ b/debian/OpenBUGSCli.1
@@ -0,0 +1,69 @@
+.TH OpenBUGS 1 "March 2014" "Version 3.2.3" ""
+
+.SH NAME
+OpenBUGS \- BUGS for Bayesian MCMC analysis
+
+.SH SYNOPSIS
+
+.B OpenBUGS 
+[options] [args]
+
+.SH EXAMPLES
+
+.B
+OpenBUGS
+
+.B
+OpenBUGS 
+script.txt
+
+.B
+OpenBUGS 
+script.txt > res.lst
+
+.B
+OpenBUGS 
+< script.txt >res.lst
+
+.B
+OpenBUGS 
+-t script.txt
+
+env 
+BUGSIN="/dif/dir" BUGSOUT="/other/dir" OpenBUGS script.txt > /path/to/res.lst
+
+.SH DESCRIPTION
+
+Invoke OpenBUGS, usually specifying a script and performing template
+expansion inside the script file to specifiy directory paths.
+
+Names inside of curly brackets in a script file are interpreted as
+environmental variables and the values of the environmental variables
+are substituted.  The environmental variables can be set temporarily
+on the same command line as OpenBUGS execution using the env function,
+or on a separate line or in a default startup file.
+
+Note: the OpenBUGS script command 'modelSetWD('path')' can now be used
+as an easier way to set the path where OpenBUGS looks for model, data
+and initial value files.  The environment variable mechanism is still
+available however, for backward compatibility.
+        
+.SH OPTIONS
+.TP
+\-d
+Dry run.  Script will be printed on stdout. 
+.TP
+\-b 
+Specify the number of curly brackets used to delimit template names.
+.TP
+\-h
+help
+.TP
+\-t 
+do not perform template expansion
+
+.SH SEE ALSO
+The main documentation for OpenBUGS is provided as HTML pages. By default, 
+these are installed in /usr/local, and the top-level page is 
+
+/usr/local/lib/OpenBUGS/doc/Manuals/Contents.html
diff --git a/debian/openbugs.manpages b/debian/openbugs.manpages
new file mode 100644
index 0000000..3e26ec2
--- /dev/null
+++ b/debian/openbugs.manpages
@@ -0,0 +1 @@
+debian/OpenBUGSCli.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openbugs.git



More information about the debian-med-commit mailing list