summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html6
-rw-r--r--doc/utmps-utmpd.html2
-rw-r--r--doc/utmps-wtmpd.html2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 45027f9..2db9eba 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -20,8 +20,8 @@
<h2> What is it&nbsp;? </h2>
<p>
- utmps is an implementation of the <tt>utmp.h</tt> and <tt>utmpx.h</tt>
-family of functions performing user accounting on Unix systems.
+ utmps is an implementation of the <tt>utmpx.h</tt> family of functions
+performing user accounting on Unix systems.
</p>
<p>
@@ -56,7 +56,7 @@ running utmp functions are just clients to this daemon.
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.6.1.0 or later. It's a build-time requirement. It's also a run-time
+2.6.4.0 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the skalibs
library. </li>
</ul>
diff --git a/doc/utmps-utmpd.html b/doc/utmps-utmpd.html
index 57fa6ac..78ca490 100644
--- a/doc/utmps-utmpd.html
+++ b/doc/utmps-utmpd.html
@@ -40,7 +40,7 @@ on how to run such a service.
</p>
<p>
-<tt>/run/utmps/utmpd-socket</tt> is the default place where utmps's
+<tt>/run/utmps/.utmpd-socket</tt> is the default place where utmps's
implementation of the <tt>utmpx.h</tt> functions expects the utmpd
service to be. It can be changed at build time by giving the
<tt>--with-utmp-socket=PATH</tt> option to configure.
diff --git a/doc/utmps-wtmpd.html b/doc/utmps-wtmpd.html
index a1e090b..fb49963 100644
--- a/doc/utmps-wtmpd.html
+++ b/doc/utmps-wtmpd.html
@@ -40,7 +40,7 @@ on how to run such a service.
</p>
<p>
-<tt>/run/utmps/wtmpd-socket</tt> is the default place where utmps's
+<tt>/run/utmps/.wtmpd-socket</tt> is the default place where utmps's
implementation of the <tt>updwtmpx()</tt> function expects the wtmpd
service to be. It can be changed at build time by giving the
<tt>--with-wtmp-socket=PATH</tt> option to configure.