diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:21:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:21:37 +0000 |
commit | f98ae7a1bc204afa4badc3593d8422a6efa977d9 (patch) | |
tree | bf6cc7f9705a5a0cf18099d6d916c9b8b8dcf5de /doc/s6-fdholderd.html | |
parent | e59f30c77eab4c98d77a34fa69d6d1e6b1a87390 (diff) | |
download | s6-f98ae7a1bc204afa4badc3593d8422a6efa977d9.tar.xz |
heliocat's html fixes
Diffstat (limited to 'doc/s6-fdholderd.html')
-rw-r--r-- | doc/s6-fdholderd.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html index 171b1c7..4b4794b 100644 --- a/doc/s6-fdholderd.html +++ b/doc/s6-fdholderd.html @@ -126,8 +126,8 @@ special characters will be quoted when printed by recommended to only use reasonable characters in identifiers: clients should be able to know at a glance what file descriptor is represented by an identifier. Identifiers have no special meaning to the server. </li> - <li> A good convention is to use <tt>unix:/<em>path</em>/<em>to</em>/<em>socket</em></tt> for -Unix domain sockets and <tt><em>protocol</em>:<em>ip</em>:</em><em>port</em></tt> + <li> A good convention is to use <tt>unix:<em>path</em>/<em>to</em>/<em>socket</em></tt> for +Unix domain sockets and <tt><em>protocol</em>:<em>ip</em>:<em>port</em></tt> for INET domain sockets. </li> <li> An identifier is chosen by the storing client, within the limits of what the server authorizes it to use. </li> |