roswell.roswell/documents/ros-wait.1
Masataro Asai f7694bc244 ros-wait
Conflicts:
	documents/ros-wait.1
	documents/ros-wait.html
2015-12-17 11:13:49 +09:00

29 lines
536 B
Groff

.TH "ros-wait" "1" "" "" ""
.nh \" Turn off hyphenation by default.
.PP
ros\-wait \-
.SH synopsis
.PP
\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)
.SH AUTHORS
SANO Masatoshi.