diff options
Diffstat (limited to 'lib/inets/doc/src/http_server.xml')
-rw-r--r-- | lib/inets/doc/src/http_server.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/doc/src/http_server.xml b/lib/inets/doc/src/http_server.xml index ee9496d9ba..4b6d64fc8f 100644 --- a/lib/inets/doc/src/http_server.xml +++ b/lib/inets/doc/src/http_server.xml @@ -494,7 +494,7 @@ http://your.server.org/eval?httpd_example:print(atom_to_list(apply(erlang,halt,[ related steps, are considered server core functionality and are not implemented using the Erlang web server API. A description of functionality implemented by the Erlang webserver API is described - in <seealso marker="Inets_Web_Server_Modules">Section + in <seealso marker="#Inets_Web_Server_Modules">Section Inets Web Server Modules</seealso>.</p> <p>A module can use data generated by previous modules in the @@ -635,11 +635,11 @@ start() -> Then it starts <c>Mnesia</c> and creates the tables. The first argument is the name of the tables, the second argument is a list of options of how to create the table, see - <seealso marker="mnesia"><c>mnesia</c></seealso>, documentation for + <seealso marker="mnesia:mnesia"><c>mnesia</c></seealso>, documentation for more information. As the implementation of the <c>mod_auth_mnesia</c> saves one row for each user, the type must be <c>bag</c>. When the schema and the tables are created, function - <seealso marker="mnesia:start/0">mnesia:start/0</seealso> + <seealso marker="mnesia:mnesia#start-0">mnesia:start/0</seealso> is used to start <c>Mnesia</c> and waits for the tables to be loaded. <c>Mnesia</c> uses the directory specified as <c>mnesia_dir</c> at startup if specified, |