diff --git a/documents/html/ros-serve.html b/documents/html/ros-serve.html new file mode 100644 index 0000000..9e99379 --- /dev/null +++ b/documents/html/ros-serve.html @@ -0,0 +1,45 @@ + + +
+ + + +ros-serve - start lisp server
+ros [options for roswell ... ] serve protocol [options for the protocol ...] ...
+ + + +ros-serve start lisp and wait for clients to connect to the lisp.
--port portListen port would be port instead of the default port 4005.
--interface interfacelimit interface for listen. default is localhost so there would be no limitation.
ros(1) ros-client(1)
+_
+ + diff --git a/documents/man/ros-serve.1 b/documents/man/ros-serve.1 new file mode 100644 index 0000000..22ca86f --- /dev/null +++ b/documents/man/ros-serve.1 @@ -0,0 +1,31 @@ +.\" Automatically generated by Pandoc 1.16.0.2 +.\" +.TH "ros-serve" "1" "" "" "" +.hy +.PP +ros\-serve \- start lisp server +.SH Synopsis +.PP +\f[B]ros [options for roswell ... ] serve\f[] protocol [options for the +protocol ...] ... +.SH description +.PP +\f[C]ros\-serve\f[] start lisp and wait for clients to connect to the +lisp. +.SH swank protocol options +.TP +.B \f[C]\-\-port\ port\f[] +Listen port would be \f[C]port\f[] instead of the default port 4005. +.RS +.RE +.TP +.B \f[C]\-\-interface\ interface\f[] +limit interface for listen. +default is \f[C]localhost\f[] so there would be no limitation. +.RS +.RE +.SH SEE ALSO +.PP +\f[I]ros\f[](1) \f[I]ros\-client\f[](1) +.SH AUTHORS +Roswell Project Team.