diff --git a/documents/ros-use.1 b/documents/ros-use.1 index 7dc8ad3..13a7c14 100644 --- a/documents/ros-use.1 +++ b/documents/ros-use.1 @@ -1,13 +1,28 @@ .TH "ros-use" "1" "" "" "" .nh \" Turn off hyphenation by default. .PP -ros\-use \- +ros\-use \- sets the default implementation used by roswell .SH synopsis .PP -\f[B]ros [options] use\f[] args... +\f[B]ros [options] use\f[] impl[/version] +.PP +impl : The name of an implementation which is already installed. +New implementations can be downloaded by \f[I]ros\-install\f[](1). +The list of installed implementations is available in +\f[I]ros\-list\f[](1). +.PP +version: : The version specifier. +The string representation of the version (e.g. +.) depends on each implementation and roswell generally follows the +representation used by the implementation. .SH description +.PP +\f[C]ros\ use\f[] sets the default implementation used by roswell. +It is by default \f[C]sbcl\-bin\f[], which is a stable and well\-tested +version of sbcl. .SH SEE ALSO .PP -\f[I]ros\f[](1) +\f[I]sbcl\f[](1), \f[I]ros\f[](1), \f[I]ros\-install\f[](1), +\f[I]ros\-list\f[](1) .SH AUTHORS SANO Masatoshi. diff --git a/documents/ros-use.html b/documents/ros-use.html index 1440c49..b544bce 100644 --- a/documents/ros-use.html +++ b/documents/ros-use.html @@ -18,9 +18,11 @@
ros-use -
+ros-use - sets the default implementation used by roswell
ros [options] use args...
+ros [options] use impl[/version]
+impl : The name of an implementation which is already installed. New implementations can be downloaded by ros-install(1). The list of installed implementations is available in ros-list(1).
+version: : The version specifier. The string representation of the version (e.g.
ros use sets the default implementation used by roswell. It is by default sbcl-bin, which is a stable and well-tested version of sbcl.
ros(1)
+sbcl(1), ros(1), ros-install(1), ros-list(1)