# HG changeset patch # User Steve Losh # Date 1558149449 14400 # Node ID e1a7aced6cbf477ee8efd4abcb7221cd891d7976 # Parent f594d9d84faeb21254735b4c812cf43906f4e32c adopt: Update site. diff -r f594d9d84fae -r e1a7aced6cbf adopt/usage/index.html --- 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 @@

In order for man to find the pages, they need to be in the correct place. By default man is usually smart enough to look next to every directory in your $PATH to find a directory called man. So if you put your binaries in -/home/me/bin/ you can put your man pages in /home/me/man/ under the +/home/me/bin/ you can put your man pages in /home/me/man/ under the appropriate subdirectories and it should all Just Work™. Consult the man documentation for more information.

Implementation Specifics

+

TODO: talk about Lisp runtime options vs program options.

SBCL

+

You'll want to use :save-runtime-options t in the call to sb-ext:save-lisp-and-die.

ClozureCL

+

See https://github.com/Clozure/ccl/issues/177.