Conflicts:
	documents/ros-wait.1
	documents/ros-wait.html
This commit is contained in:
Masataro Asai 2015-12-17 10:56:51 +09:00
parent 63614d00b1
commit f7694bc244
3 changed files with 36 additions and 6 deletions

View file

@ -4,8 +4,23 @@
ros\-wait \-
.SH synopsis
.PP
\f[B]ros [options] wait\f[] args...
.SH description
\f[B]ros [options] wait\f[]
.SH Description
.PP
Wait forever after processing the options.
.PP
Useful when the application should work as a background/daemonized
application.
.SH Usecase
.PP
This loads and launches a clack application and wait for the request
from the client.
.IP
.nf
\f[C]
$\ ros\ \-sp\ clack\ \-l\ app.lisp\ \-e\ \[aq](clack:clackup)\[aq]\ wait
\f[]
.fi
.SH SEE ALSO
.PP
\f[I]ros\f[](1)

View file

@ -20,7 +20,7 @@
</header>
<p>ros-wait -</p>
<h1>synopsis</h1>
<p><strong>ros [options] wait</strong> args...</p>
<p><strong>ros [options] wait</strong></p>
<!-- # subcommands -->
@ -29,7 +29,12 @@
<!-- : description. end with a period. -->
<h1>description</h1>
<h1>Description</h1>
<p>Wait forever after processing the options.</p>
<p>Useful when the application should work as a background/daemonized application.</p>
<h1>Usecase</h1>
<p>This loads and launches a clack application and wait for the request from the client.</p>
<pre><code>$ ros -sp clack -l app.lisp -e &#39;(clack:clackup)&#39; wait</code></pre>
<!-- # options -->
<!-- -->

View file

@ -2,7 +2,7 @@
ros-wait -
# synopsis
**ros [options] wait** args...
**ros [options] wait**
<!-- # subcommands -->
@ -10,7 +10,17 @@ ros-wait -
<!-- : description. end with a period. -->
# description
# Description
Wait forever after processing the options.
Useful when the application should work as a background/daemonized application.
# Usecase
This loads and launches a clack application and wait for the request from the client.
$ ros -sp clack -l app.lisp -e '(clack:clackup)' wait
<!-- # options -->
<!-- -->