chiark / gitweb /
Regenerated formatted documentation (spec.ps, spec.html).
[userv.git] / spec.html / ch-intro.html
index e8a9dc345a2d1cc558b7a6769aac9a9e840ab2dd..c74b554d5784f9a05e1b5cf2c169ac7d8e347a3e 100644 (file)
@@ -1,32 +1,68 @@
-<html><head>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+
+<html>
+
+<head>
+
 <title>User service daemon and client specification - Introduction</title>
-<link rev=made href="mailto:ian@davenant.greenend.org.uk">
-</head><body>
+
+</head>
+
+<body>
+
+<hr>
+
+ [<a href="index.html#abstract">Abstract</a>]
+ [<a href="index.html#copyright">Copyright Notice</a>]
+ [<a href="index.html#contents">Contents</a>]
+ [<a href="ch-client.html">next</a>]
+
+<hr>
+
 <h1>
-User service daemon and client specification - chapter 1<br>
+User service daemon and client specification - Chapter 1<br>
 Introduction
 </h1>
+
+<hr>
+
+<p>
 There is a daemon which invokes user service programs (henceforth
 `services') in response to requests by callers of a companion client
 program (henceforth the `client') and according to rules set forth in
 system-wide and user-specific configuration files.  The companion
 client program is setuid root, and negotiates with the daemon through
-an <kbd>AF_UNIX</kbd> socket and associated objects in a system-wide
+an <code>AF_UNIX</code> socket and associated objects in a system-wide
 private directory set aside for the purpose.  The user who wishes the
 service to be performed and calls the client is called the `calling
 user'; the process which calls the client is called the `calling
 process'.
-<P>
+</p>
+
+<p>
 The daemon and the client are responsible for ensuring that
 information is safely carried across the security boundary between the
 two users, and that the processes on either side cannot interact with
 each other in any unexpected ways.
+</p>
+
+<hr>
+
+ [<a href="index.html#abstract">Abstract</a>]
+ [<a href="index.html#copyright">Copyright Notice</a>]
+ [<a href="index.html#contents">Contents</a>]
+ [<a href="ch-client.html">next</a>]
+
 <hr>
-User service daemon and client specification
-- <A href="index.html#copyright"><kbd>userv</kbd> is Copyright 1996-1999 Ian Jackson.</A>
-<br>
-<A href="index.html#toc">Contents</A>; <A href="index.html#abstract">abstract</A>; <A href="ch-client.html">next</A>.
-<br>
-<address>0.62<br>
-Ian Jackson <A href="mailto:ian@davenant.greenend.org.uk">ian@davenant.greenend.org.uk</A></address>
-</body></html>
+
+User service daemon and client specification<br>
+
+<address>
+0.62<br>
+Ian Jackson <a href="mailto:ian@davenant.greenend.org.uk">ian@davenant.greenend.org.uk</a>
+</address>
+
+</body>
+
+</html>
+