mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fixed dangling link
This commit is contained in:
parent
8c1e760325
commit
4690276fb6
|
|
@ -27,13 +27,13 @@
|
|||
</ul>
|
||||
<h1>Description</h1>
|
||||
<p>Roswell is a command line tool for installing and managing Common Lisp implementations, as well as a scripting infrastructure for templating, writing, executing, compiling, distributing, downloading and installing ROSWELL-SCRIPTS written in Common Lisp.</p>
|
||||
<p>Currently roswell supports sbcl, ccl, clisp and ecl as its supported lisp implementations. For further details see <em>ros-install(1)</em>.</p>
|
||||
<p>Currently roswell supports sbcl, ccl, clisp and ecl as its supported lisp implementations. For further details see <em><a href="ros-install.html">ros-install</a></em>(1).</p>
|
||||
<p>Scripts installed by roswell will be system wide if appropriate directory is included in PATH.</p>
|
||||
<h1>Subcommands</h1>
|
||||
<p>In an order of utility/frequency.</p>
|
||||
<dl>
|
||||
<dt>install</dt>
|
||||
<dd><p>Install a given implementation (e.g. sbcl, ccl) or a system (e.g. alexandria) for roswell environment. See <em>ros-install(1)</em>.</p>
|
||||
<dd><p>Install a given implementation (e.g. sbcl, ccl) or a system (e.g. alexandria) for roswell environment. See <em><a href="ros-install.html">ros-install</a></em>(1).</p>
|
||||
</dd>
|
||||
<dt>init [name[.ros]]</dt>
|
||||
<dd><p>Create a new ros script</p>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ ROSWELL\-SCRIPTS written in Common Lisp.
|
|||
.PP
|
||||
Currently roswell supports sbcl, ccl, clisp and ecl as its supported
|
||||
lisp implementations.
|
||||
For further details see \f[I]ros\-install(1)\f[].
|
||||
For further details see \f[I]ros\-install\f[](1).
|
||||
.PP
|
||||
Scripts installed by roswell will be system wide if appropriate
|
||||
directory is included in PATH.
|
||||
|
|
@ -30,7 +30,7 @@ In an order of utility/frequency.
|
|||
Install a given implementation (e.g.
|
||||
sbcl, ccl) or a system (e.g.
|
||||
alexandria) for roswell environment.
|
||||
See \f[I]ros\-install(1)\f[].
|
||||
See \f[I]ros\-install\f[](1).
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Roswell - Common Lisp environment setup Utility
|
|||
|
||||
Roswell is a command line tool for installing and managing Common Lisp implementations, as well as a scripting infrastructure for templating, writing, executing, compiling, distributing, downloading and installing ROSWELL-SCRIPTS written in Common Lisp.
|
||||
|
||||
Currently roswell supports sbcl, ccl, clisp and ecl as its supported lisp implementations. For further details see _ros-install(1)_.
|
||||
Currently roswell supports sbcl, ccl, clisp and ecl as its supported lisp implementations. For further details see _ros-install_(1).
|
||||
|
||||
Scripts installed by roswell will be system wide if appropriate directory is included in PATH.
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ In an order of utility/frequency.
|
|||
|
||||
install
|
||||
|
||||
: Install a given implementation (e.g. sbcl, ccl) or a system (e.g. alexandria) for roswell environment. See _ros-install(1)_.
|
||||
: Install a given implementation (e.g. sbcl, ccl) or a system (e.g. alexandria) for roswell environment. See _ros-install_(1).
|
||||
|
||||
init [name[.ros]]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue