Skip to content

Commit

Permalink
Fixing link to gen_server manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Smith committed Sep 15, 2009
1 parent e1df3f2 commit 6e960d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Coming soon:
</pre>

2. Implement the required functions. These include the usual suspects from gen_server (see the
[gen_tcp](http://www.erlang.org/doc/man/gen_server.html "gen_server manpage") manpage for details) and two new
[gen_server](http://www.erlang.org/doc/man/gen_server.html "gen_server manpage") manpage for details) and two new
functions: <code>sock_opts/0</code> and <code>new_connection/2</code>.

2a. <code>sock_opts/0</code> is used by gen_nb_server to retrieve the set of socket options to use when
Expand Down

0 comments on commit 6e960d9

Please sign in to comment.