mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
[ci skip] documents update
This commit is contained in:
parent
bce72a91a9
commit
3b39eb2eba
45
documents/html/ros-serve.html
Normal file
45
documents/html/ros-serve.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="pandoc">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<title>ros-serve(1)</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<link rel="stylesheet" href="../ros.css">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title">ros-serve(1)</h1>
|
||||
<ul>
|
||||
<li class="author">Roswell Project Team</li>
|
||||
</ul>
|
||||
</header>
|
||||
<p>ros-serve - start lisp server</p>
|
||||
<h1 id="synopsis">Synopsis</h1>
|
||||
<p><strong>ros [options for roswell ... ] serve</strong> protocol [options for the protocol ...] ...</p>
|
||||
<!-- # subcommands -->
|
||||
<!-- somecommand -->
|
||||
<!-- : description. end with a period. -->
|
||||
<h1 id="description">description</h1>
|
||||
<p><code>ros-serve</code> start lisp and wait for clients to connect to the lisp.</p>
|
||||
<h1 id="swank-protocol-options">swank protocol options</h1>
|
||||
<dl>
|
||||
<dt><code>--port port</code></dt>
|
||||
<dd><p>Listen port would be <code>port</code> instead of the default port 4005.</p>
|
||||
</dd>
|
||||
<dt><code>--interface interface</code></dt>
|
||||
<dd><p>limit interface for listen. default is <code>localhost</code> so there would be no limitation.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<!-- # options -->
|
||||
<!-- -->
|
||||
<!-- # Environmental Variables -->
|
||||
<h1 id="see-also">SEE ALSO</h1>
|
||||
<p><em><a href="ros.html">ros</a></em>(1) <em>ros-client</em>(1)</p>
|
||||
<p>_</p>
|
||||
</body>
|
||||
</html>
|
||||
31
documents/man/ros-serve.1
Normal file
31
documents/man/ros-serve.1
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue