diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-04 10:37:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-04 10:37:39 +0000 |
commit | ebb50dc335bcbd563b4e7f4f2083f2af484a893a (patch) | |
tree | 8960bdaf70257092c343c8a59234a8a0ff8d257a /doc/minidentd.html | |
parent | e75d06de207e9afe4259d5e731cb77ae25faf003 (diff) | |
download | s6-networking-ebb50dc335bcbd563b4e7f4f2083f2af484a893a.tar.xz |
Doc fixes, thanks flexibeast
Diffstat (limited to 'doc/minidentd.html')
-rw-r--r-- | doc/minidentd.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/minidentd.html b/doc/minidentd.html index 007326c..d1fb546 100644 --- a/doc/minidentd.html +++ b/doc/minidentd.html @@ -45,7 +45,7 @@ call failure. <p> minidentd does not contact the network directly. It's meant to -run under a superserver like +run under a super-server like <a href="s6-tcpserver.html">s6-tcpserver</a>. minidentd will work with IPv4 as well as IPv6. </p> @@ -53,9 +53,9 @@ work with IPv4 as well as IPv6. <h2> Options </h2> <ul> - <li> <tt>-v</tt> : verbose mode. Log queries and replies.. </li> + <li> <tt>-v</tt> : verbose mode. Log queries and replies. </li> <li> <tt>-n</tt> : send ERROR : HIDDEN-USER replies if -the user has a <tt>.ident</tt> file in his home directory. </li> +the user has a <tt>.ident</tt> file in their home directory. </li> <li> <tt>-i</tt> : user-defined answers. The first 14 chars of the user's <tt>.ident</tt> file, up to EOF or newline, are used instead of the user name. If the file exists and is empty, send |