Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
a few more links
  • Loading branch information
kraih committed Oct 27, 2015
1 parent 966d9b7 commit 0515dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -454,13 +454,13 @@ implements the following new ones.
$daemon->run;
Run server.
Run server and wait for L</"SIGNALS">.
=head2 start
$daemon = $daemon->start;
Start accepting connections.
Start accepting connections through L</"ioloop">.
# Listen on random port
my $id = $daemon->listen(['http://127.0.0.1'])->start->acceptors->[0];
Expand All @@ -470,7 +470,7 @@ Start accepting connections.
$daemon = $daemon->stop;
Stop accepting connections.
Stop accepting connections through L</"ioloop">.
=head1 DEBUGGING
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Prefork.pm
Expand Up @@ -455,7 +455,7 @@ Number of currently active worker processes with a heartbeat.
$prefork->run;
Run server.
Run server and wait for L</"SIGNALS">.
=head1 SEE ALSO
Expand Down

0 comments on commit 0515dfb

Please sign in to comment.