aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-05-17 04:41:47 -0400
committerB. Watson <yalhcru@gmail.com>2020-05-17 04:41:47 -0400
commit19b38d4414962d15f04e7b9910e6b436f683aeef (patch)
tree16043057b38ac28308f4ccf7bf2652dd887c30b1
parent5221f38e872129667360bd8369191c1d13e7f547 (diff)
downloadunsaver-19b38d4414962d15f04e7b9910e6b436f683aeef.tar.gz
man page tweak
-rw-r--r--jsmond.16
-rw-r--r--jsmond.html5
-rw-r--r--jsmond.rst6
3 files changed, 14 insertions, 3 deletions
diff --git a/jsmond.1 b/jsmond.1
index a68c8e7..e496a3b 100644
--- a/jsmond.1
+++ b/jsmond.1
@@ -58,7 +58,7 @@ doesn\(aqt do the right thing for you. In this case, only these devices
will be monitored (no search is done).
.sp
jsmond should be started from your \fB\&.xinitrc\fP or whatever X startup
-script your windowmanager or desktop environment uses. By default, it
+script your window manager or desktop environment uses. By default, it
will exit when the X server does. There\(aqs no PID file: use "pkill jsmond"
if you need to kill the daemon.
.SH OPTIONS
@@ -139,6 +139,10 @@ device name that doesn\(aqt happen to exist yet because its device hasn\(aqt
been plugged in yet. Try to avoid typos, if you really have to use device
names (better to autodetect).
.sp
+Normally once daemonized, jsmond is very robust. However, if something
+does go wrong, there\(aqs no way to find out what. Probably there should
+be a log file, or use syslog.
+.sp
jsmond isn\(aqt portable. It only works on Linux, at least for now, for
three reasons:
.INDENT 0.0
diff --git a/jsmond.html b/jsmond.html
index 29a9bdf..20608d9 100644
--- a/jsmond.html
+++ b/jsmond.html
@@ -401,7 +401,7 @@ you can pass one or more device names (or just numbers) if the default
doesn't do the right thing for you. In this case, only these devices
will be monitored (no search is done).</p>
<p>jsmond should be started from your <strong>.xinitrc</strong> or whatever X startup
-script your windowmanager or desktop environment uses. By default, it
+script your window manager or desktop environment uses. By default, it
will exit when the X server does. There's no PID file: use &quot;pkill jsmond&quot;
if you need to kill the daemon.</p>
</div>
@@ -487,6 +487,9 @@ or else fork() failed. No daemon will be running in this case.</p>
device name that doesn't happen to exist yet because its device hasn't
been plugged in yet. Try to avoid typos, if you really have to use device
names (better to autodetect).</p>
+<p>Normally once daemonized, jsmond is very robust. However, if something
+does go wrong, there's no way to find out what. Probably there should
+be a log file, or use syslog.</p>
<p>jsmond isn't portable. It only works on Linux, at least for now, for
three reasons:</p>
<ul class="simple">
diff --git a/jsmond.rst b/jsmond.rst
index ae4dbc6..0f875d3 100644
--- a/jsmond.rst
+++ b/jsmond.rst
@@ -44,7 +44,7 @@ doesn't do the right thing for you. In this case, only these devices
will be monitored (no search is done).
jsmond should be started from your **.xinitrc** or whatever X startup
-script your windowmanager or desktop environment uses. By default, it
+script your window manager or desktop environment uses. By default, it
will exit when the X server does. There's no PID file: use "pkill jsmond"
if you need to kill the daemon.
@@ -122,6 +122,10 @@ device name that doesn't happen to exist yet because its device hasn't
been plugged in yet. Try to avoid typos, if you really have to use device
names (better to autodetect).
+Normally once daemonized, jsmond is very robust. However, if something
+does go wrong, there's no way to find out what. Probably there should
+be a log file, or use syslog.
+
jsmond isn't portable. It only works on Linux, at least for now, for
three reasons: