[med-svn] [SCM] aghermann branch, master, updated. 99b1d5a023eee9df74b0e0d6f894516fc79435ad
Andrei Zavada
johnhommer at gmail.com
Sun Jul 7 23:03:52 UTC 2013
The following commit has been merged in the master branch:
commit 2c1941f152bda2b9cf54647fa7e63e588292b767
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Mon Jun 10 02:26:34 2013 +0300
update man/aghermann.1 and ChangeLog
diff --git a/ChangeLog b/ChangeLog
index aa2d94d..a95490b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
v.1.0 (2013-xx-xx)
* Reorg source tree around main executable, libs, & tools.
* Properly use libsigfile.so.
+ * Plug a memory leak after early unique_ptr acquisition.
v.0.9.0.4 (2013-05-18)
* Remove stray AC_CHECK_FUNC(mremap).
diff --git a/man/aghermann.1.in b/man/aghermann.1.in
index 2bf2ca9..0e8bb23 100644
--- a/man/aghermann.1.in
+++ b/man/aghermann.1.in
@@ -2,7 +2,7 @@
.SH NAME
Aghermann -- a sleep research experiment manager and Achermann et al (1993) model simulator
.SH SYNOPSIS
- aghermann [\fIEXP_ROOT_DIR\fR]
+ aghermann [\-n] [\fIEXP_ROOT_DIR\fR]
.B
.PP
@@ -24,6 +24,13 @@ imported/exported in plain ASCII.
If run without arguments, your last session will be restored; an
experiment located in \fIEXP_ROOT_DIR\fR will be selected otherwise.
+With option \fB\-n\fR (and an \fIEXP_ROOT_DIR\fR, which is
+non-optional in this case), the experiment session in that directory
+will be initialised and immediately closed, upon which \fBAghermann\fR
+will exit. No windows will be open and no GTK+ code run; this option
+was implemented with the idea of running the core structural part of
+\fBAghermann\fR under valgrind.
+
.SH NOTE ON EDF FILE METADATA
.PP
For Aghermann to be able to manage an EDF file, all relevant fields in
--
Sleep experiment manager
More information about the debian-med-commit
mailing list