Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Added horizontal rule before footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Sep 18, 2012
1 parent f20ef23 commit 9f63904
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions source/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,6 @@ void \*data pattern

note about not necessarily creating type structs on the stack

----

.. [#] Depending on the capacity of the hardware of course.
3 changes: 2 additions & 1 deletion source/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ In our example we simply print the arguments and run the command using
:linenos:
:lines: 9-18

.. rubric:: Footnotes
----

.. [#fsnotify] inotify on Linux, kqueue on BSDs, ReadDirectoryChangesW on
Windows, event ports on Solaris, unsupported on Cygwin
.. [#] see :ref:`pipes`
3 changes: 2 additions & 1 deletion source/networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ TODO
.. _User Datagram Protocol: http://en.wikipedia.org/wiki/User_Datagram_Protocol
.. _DHCP: http://tools.ietf.org/html/rfc2131

.. rubric:: Footnotes
----

.. [#] http://beej.us/guide/bgnet/output/html/multipage/advanced.html#broadcast
.. [#] on Windows only supported on Windows Vista and later.
.. [#] http://www.tldp.org/HOWTO/Multicast-HOWTO-6.html#ss6.1
Expand Down
2 changes: 2 additions & 0 deletions source/processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,7 @@ multi-process echo server is operational.

TODO what do the write2/read2 functions do with the buffers?

----

.. [#] In this section domain sockets stands in for named pipes on Windows as
well.
3 changes: 2 additions & 1 deletion source/threads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ which binds a third party library. It may go something like this:

.. _pthreads: http://man7.org/linux/man-pages/man7/pthreads.7.html

.. rubric:: Footnotes
----

.. [#] https://github.com/nikhilm/libuv/compare/condvar
.. [#] https://github.com/bnoordhuis/libuv/compare/uv_cond
.. [#] http://msdn.microsoft.com/en-us/library/windows/desktop/ms683469(v=vs.85).aspx
Expand Down
2 changes: 2 additions & 0 deletions source/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ can try `ncurses`_.

.. _ncurses: http://www.gnu.org/software/ncurses/ncurses.html

----

.. [#] mfp is My Fancy Plugin
.. [#] I was first introduced to the term baton in this context, in Konstantin
Käfer's excellent slides on writing node.js bindings --
Expand Down

0 comments on commit 9f63904

Please sign in to comment.