diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 03:17:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 03:17:50 +0000 |
commit | 53c9e2ec3dd78e2612d191249e3961bf9625d453 (patch) | |
tree | ae5fa72c64cbcd4ef5e466b717a21c2b39638e52 /doc | |
parent | ad8fa55e40e1937e626617238c5d8a93be886333 (diff) | |
download | s6-networking-53c9e2ec3dd78e2612d191249e3961bf9625d453.tar.xz |
Documentation fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 7 | ||||
-rw-r--r-- | doc/libs6net/index.html | 6 | ||||
-rw-r--r-- | doc/s6-sntpclock.html | 4 | ||||
-rw-r--r-- | doc/s6-taiclock.html | 4 | ||||
-rw-r--r-- | doc/s6-tcpserver-access.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
6 files changed, 12 insertions, 13 deletions
diff --git a/doc/index.html b/doc/index.html index cc29827..02c8caa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,6 +76,8 @@ compiled with IPv6 support, s6-networking is IPv6-ready. the previous versions of s6-networking and the current one. </li> </ul> +<hr /> + <h2> Reference </h2> <h3> Commands </h3> @@ -161,9 +163,6 @@ relevant page. <ul> <li> <tt>s6-networking</tt> is discussed on the <a href="http://skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li> - <li> <tt>s6-networking</tt> has a -<a href="http://freecode.com/projects/s6-networking">freecode page</a>. - </li> </ul> <h3> Similar work </h3> @@ -174,7 +173,7 @@ original inspiration for s6-networking. It works, but is unfortunately unmaintained by the author. s6-networking follows <a href="http://skarnet.org/software/skalibs/djblegacy.html">the same design principles</a>. </li> - <li> <a href="http://smarden.org/ipsvd/">ipsvd</a> is a very similar program + <li> <a href="http://smarden.org/ipsvd/">ipsvd</a> is a similar program suite. </li> </ul> diff --git a/doc/libs6net/index.html b/doc/libs6net/index.html index 7a6a75b..4fb35ff 100644 --- a/doc/libs6net/index.html +++ b/doc/libs6net/index.html @@ -37,9 +37,9 @@ are visible in your header search path. </li> <ul> <li> Make sure the s6-networking libraries, as well as the skalibs libraries, are visible in your library search path. </li> - <li> Link against <tt>-ls6net</tt>, <tt>-lskarnet</tt>, </li> -<tt>`cat $SYSDEPS/socket.lib`</tt> and -<tt>`cat $SYSDEPS/tainnow.lib`</tt>, $SYSDEPS being your skalibs + <li> Link against <tt>-ls6net</tt>, <tt>-lskarnet</tt>, +<tt>`cat $sysdeps/socket.lib`</tt> and +<tt>`cat $sysdeps/tainnow.lib`</tt>, <tt>$sysdeps</tt> being your skalibs sysdeps directory. </li> </ul> diff --git a/doc/s6-sntpclock.html b/doc/s6-sntpclock.html index 0d4c45b..092796c 100644 --- a/doc/s6-sntpclock.html +++ b/doc/s6-sntpclock.html @@ -37,8 +37,8 @@ listening on <em>ipaddress</em>, UDP port 123. <li> It computes the mean difference between the absolute time given by the system clock and the one given by the server. </li> <li> It prints the difference to stdout in a format understood -by <a href="s6-clockadd">s6-clockadd</a> and -<a href="s6-clockview">s6-clockview</a>. It then exits 0. </li> +by <a href="s6-clockadd.html">s6-clockadd</a> and +<a href="s6-clockview.html">s6-clockview</a>. It then exits 0. </li> </ul> <h2> Options </h2> diff --git a/doc/s6-taiclock.html b/doc/s6-taiclock.html index bbdc680..dc528ee 100644 --- a/doc/s6-taiclock.html +++ b/doc/s6-taiclock.html @@ -39,8 +39,8 @@ listening on <em>ipaddress</em>, UDP port 4014. <li> It computes the mean difference between the absolute time given by the system clock and the one given by the server. </li> <li> It prints the difference to stdout in a format understood -by <a href="s6-clockadd">s6-clockadd</a> and -<a href="s6-clockview">s6-clockview</a>. It then exits 0. </li> +by <a href="s6-clockadd.html">s6-clockadd</a> and +<a href="s6-clockview.html">s6-clockview</a>. It then exits 0. </li> </ul> <h2> Options </h2> diff --git a/doc/s6-tcpserver-access.html b/doc/s6-tcpserver-access.html index 7bf15a0..c7bb27a 100644 --- a/doc/s6-tcpserver-access.html +++ b/doc/s6-tcpserver-access.html @@ -70,7 +70,7 @@ IP address. This can be IPv4 or (if the underlying skalibs supports it) IPv6. </ <li> ${PROTO}LOCALIP: set to the local address of the socket. </li> <li> ${PROTO}LOCALPORT: set to the local port of the socket. </li> <li> ${PROTO}REMOTEINFO: normally unset, but set to the information -retrieved from ${PROTO}REMOTEIP via the IDENT protocol if the <tt>-R</tt> +retrieved from ${PROTO}REMOTEIP via the IDENT protocol if the <tt>-r</tt> option has been given. </li> <li> ${PROTO}REMOTEHOST: set to the remote host name obtained from a DNS lookup. Unset if the <tt>-H</tt> option has been given. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 0f7e635..54dbb0f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,7 +17,7 @@ <h1> What has changed in s6-networking </h1> -<h2> n 2.0.0.0 </h2> +<h2> in 2.0.0.0 </h2> <ul> <li> The build system has completely changed. It is now a standard |