Rombobjörn

summaryrefslogtreecommitdiff
path: root/manual.en.html
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-10-09 21:09:42 +0200
committerBjörn Persson <bjorn@rombobjörn.se>2013-10-09 21:09:42 +0200
commit0a7d36c71e387b5c2fa95fb14685ea274e6d5aca (patch)
tree00d9dfb7b377f7edc2ddb1da2f4d54568d5810cf /manual.en.html
parent47462f14c4f9fae7684c8eb1cd08a6f127a31dea (diff)
Renamed runtimedir to runstatedir.
A new variable named runstatedir has been defined in the GNU Coding Standards. Comfignat had runtimedir for the same purpose. The name is now changed to keep Comfignat compatible with the GNU Coding Standards. This change also improves the documentation of runstatedir and lockdir.
Diffstat (limited to 'manual.en.html')
-rwxr-xr-xmanual.en.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual.en.html b/manual.en.html
index d46954d..d0aff66 100755
--- a/manual.en.html
+++ b/manual.en.html
@@ -280,6 +280,16 @@ to create the subdirectory under <var>stage_cachedir</var>.</p></li>
install log files but you may want to create a separate subdirectory under
<var>stage_logdir</var> if your program writes its own log files.</p></li>
+<li><p>Small files that take part in describing the state of the system and
+that exist only while the program is running, such as process identifier files
+and transient Unix-domain sockets, shall be sought and created under
+<var>Comfignat.Runstatedir</var>. (This is <strong>not</strong> the place for
+temporary files in general.)</p></li>
+
+<li><p>Lock files that are used to prevent multiple programs from trying to
+access a device or other resource at the same time shall be sought and created
+under <var>Comfignat.Lockdir</var>.</p></li>
+
<li><p>Ada specifications, C headers and other source files that are needed for
compilation of other software that uses your libraries shall be placed under
<var>Comfignat.Stage_Includedir</var> by build project files, usually under a