e1a7aced6cbf

adopt: Update site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 17 May 2019 23:17:29 -0400
parents f594d9d84fae
children ef83f7d0ced1
branches/tags (none)
files adopt/usage/index.html

Changes

--- a/adopt/usage/index.html	Fri May 17 23:13:24 2019 -0400
+++ b/adopt/usage/index.html	Fri May 17 23:17:29 2019 -0400
@@ -887,12 +887,15 @@
 <p>In order for <code>man</code> to find the pages, they need to be in the correct place.  By
 default <code>man</code> is usually smart enough to look next to every directory in your
 <code>$PATH</code> to find a directory called <code>man</code>.  So if you put your binaries in
-<code>/home/me/bin/</code> you can put your man pages in <code>/home/me/man/</code> under the
+<code>/home/me/bin/</code> you can put your <code>man</code> pages in <code>/home/me/man/</code> under the
 appropriate subdirectories and it should all Just Work™.  Consult the <code>man</code>
 documentation for more information.</p>
 <h2 id="implementation-specifics">Implementation Specifics</h2>
+<p>TODO: talk about Lisp runtime options vs program options.</p>
 <h3 id="sbcl">SBCL</h3>
+<p>You'll want to use <code>:save-runtime-options t</code> in the call to <code>sb-ext:save-lisp-and-die</code>.</p>
 <h3 id="clozurecl">ClozureCL</h3>
+<p>See <a href="https://github.com/Clozure/ccl/issues/177">https://github.com/Clozure/ccl/issues/177</a>.</p>
                 </div>
             <footer><p><i>Made with Lisp and love by <a href="http://stevelosh.com/">Steve Losh</a>.</i></p>
 <p><a href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>