Skip to content
Snippets Groups Projects
Commit 1f9f9486 authored by pmai's avatar pmai
Browse files

o Adjusted the mentioned paths to match up with current practice.

o Rewrote section on support and bug-reporting to point to the CMU CL
  website, instead of directly pointing to the mailing-lists.
parent 62aad356
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.\" If you want to use this code or any part of CMU Common Lisp, please contact .\" If you want to use this code or any part of CMU Common Lisp, please contact
.\" Scott Fahlman or slisp-group@cs.cmu.edu. .\" Scott Fahlman or slisp-group@cs.cmu.edu.
.\" .\"
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.7 2001/12/08 18:42:40 pmai Exp $ .\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.8 2002/02/06 22:43:01 pmai Exp $
.\" .\"
.\" ********************************************************************** .\" **********************************************************************
.\" .\"
...@@ -113,32 +113,32 @@ certain OSF vendor keysyms that Motif wants to use. ...@@ -113,32 +113,32 @@ certain OSF vendor keysyms that Motif wants to use.
.SH FILES .SH FILES
The following pathnames are specified relative to the directory where CMU CL is The following pathnames are specified relative to the directory where CMU CL is
installed. installed, e.g. /usr/local.
.TP 10n .TP 10n
.BR doc/* .BR doc/cmucl/*
Various postscript and text documentation files. Various postscript and text documentation files.
.TP .TP
.BR bin/lisp .BR bin/lisp
The lisp startup program. This directory should be in PATH. The lisp startup program. This directory should be in PATH.
.TP .TP
.BR lib/lisp.core .BR lib/cmucl/lib/lisp.core
The suspended Lisp image. The suspended Lisp image.
.TP .TP
.BR lib/site-init.lisp .BR lib/cmucl/lib/site-init.lisp
Site specific initialization (see README file.) Site specific initialization (see README file.)
.TP .TP
.BR lib/hemlock11.*, lib/mh-scan, lib/spell-dictionary.bin .BR lib/cmucl/lib/hemlock11.*, lib/cmucl/lib/mh-scan, lib/cmucl/lib/spell-dictionary.bin
Hemlock files. Hemlock files.
.TP .TP
.BR lib/fonts/ .BR lib/cmucl/lib/fonts/
X11 fonts for Hemlock. X11 fonts for Hemlock.
.TP .TP
.BR lib/XKeysymDB .BR lib/cmucl/lib/XKeysymDB
Database of X Keysym names for Motif. Database of X Keysym names for Motif.
.TP .TP
.BR lib/load-foreign.csh .BR lib/cmucl/lib/load-foreign.csh
Script used by LOAD-FOREIGN to run "ld". Script used by LOAD-FOREIGN to run "ld" on some platforms.
.TP .TP
.BR ~/init.lisp,~/.cmucl-init.lisp .BR ~/init.lisp,~/.cmucl-init.lisp
User customization files loaded at lisp startup; either name is acceptable. User customization files loaded at lisp startup; either name is acceptable.
...@@ -159,9 +159,10 @@ the ``Hemlock Command Implementor's Manual'' ...@@ -159,9 +159,10 @@ the ``Hemlock Command Implementor's Manual''
.SH BUGS .SH BUGS
Bug reports should be sent to cmucl-bugs@cs.cmu.edu. Please consult Consult http://www.cons.org/cmucl/support.html for support
your local CMU CL maintainer or Common Lisp expert to verify that information, including mechanisms for bug reporting. Please consult
the problem really is a bug before sending to this list. your local CMU CL maintainer or Common Lisp expert if any to verify
that a problem really is a bug before reporting it.
Known problems with this version: Known problems with this version:
.TP 3 .TP 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment