diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-07 12:38:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-07 12:38:22 +0000 |
commit | 2caa705bebc970e59f2b7500b0b0604cae926ab2 (patch) | |
tree | 2c81a780648555eb16aec5adf1b2f39ff6682a74 /doc | |
parent | 5797f4f3721c8e59b6d6eda169c35c841e97ffaf (diff) | |
download | utmps-2caa705bebc970e59f2b7500b0b0604cae926ab2.tar.xz |
Add utmpxname, change default socket names, ready for 0.0.1.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/utmps-utmpd.html | 2 | ||||
-rw-r--r-- | doc/utmps-wtmpd.html | 2 |
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 ? </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. |