aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-02 07:46:36 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-02 07:46:36 +0000
commitb44dd7c10dec7d6d99f364e3144b78f589677b7a (patch)
tree4f72b1cfa1f67e14cefbab125b6dd8927f40e02c
parent246d73ef15e4d79eea3ace1a3b0fa7a29d683243 (diff)
downloadcalcurse-b44dd7c10dec7d6d99f364e3144b78f589677b7a.tar.gz
calcurse-b44dd7c10dec7d6d99f364e3144b78f589677b7a.zip
manpage updated with the --status flag and the daemon.log file inside data directory
-rwxr-xr-xChangeLog3
-rwxr-xr-xsrc/calcurse.114
2 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dbd7e7..f4ca827 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2009-08-02 Frederic Culot <frederic@culot.org>
* src/args.c: help on '--status' flag added
+
+ * src/calcurse.1: manpage updated with the '--status' flag and the
+ new daemon.log file in calcurse data directory
2009-08-01 Frederic Culot <frederic@culot.org>
diff --git a/src/calcurse.1 b/src/calcurse.1
index f823192..a9ae568 100755
--- a/src/calcurse.1
+++ b/src/calcurse.1
@@ -1,4 +1,4 @@
-.\" $calcurse: calcurse.1,v 1.16 2009/07/05 20:33:15 culot Exp $
+.\" $calcurse: calcurse.1,v 1.17 2009/08/02 07:46:37 culot Exp $
.\"
.\" Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
.\" All rights reserved.
@@ -44,7 +44,7 @@ Calcurse \- text-based organizer
[\fB-d\fP <\fIdate\fP>|<\fInum\fP>]
.br
[\fB-s\fP[\fIdate\fP]] [\fB-r\fP[\fIrange\fP]]
-[\fB-S\fP <\fIregex\fP>]
+[\fB-S\fP <\fIregex\fP>] [\fB--status\fP]
.br
.SH DESCRIPTION
@@ -142,6 +142,11 @@ When used with the '-a', '-d', '-r', '-s', or '-t' flag,
print only the items having a description that matches the given
regular expression.
.TP
+\fB--status\fP
+Display the status of running instances of calcurse. If calcurse is running,
+this will tell if the interactive mode was launched or if calcurse is running
+in background. The process pid will also be indicated.
+.TP
\fB-t\fP[num], \fB--todo\fP[=num]
Print the 'todo' list and exit. If the optional number \fInum\fP is given,
then only todos having a priority equal to \fInum\fP will be returned.
@@ -207,6 +212,11 @@ The \fIconf\fP file contains the user configuration. The \fIkeys\fP
file contains the user-defined key bindings. The \fIapts\fP
file contains all of the user's appointments and events, and the
\fItodo\fP file contains the todo list.
+.PP
+\fINote:\fP if the logging of calcurse daemon activity was set
+in the notification configuration menu, the extra file \fIdaemon.log\fP will
+appear in calcurse data directory. This file contains logs about calcurse
+activity when running in background.
.SH ENVIRONMENT
This section describes the environment variables that affect how
calcurse operates.