From 3cf229b3b823f0cad018ff8ef77b02a72be43edf Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 9 Dec 1991 17:02:39 +0000 Subject: [PATCH] Made the documentation for CMUCL_EMPTYFILE clearer by saying how you can use 'df' to determine whether you have a tmpfs filesystem. --- general-info/lisp.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/general-info/lisp.1 b/general-info/lisp.1 index efc5b3296..4414c75d8 100644 --- a/general-info/lisp.1 +++ b/general-info/lisp.1 @@ -6,7 +6,7 @@ .\" If you want to use this code or any part of CMU Common Lisp, please contact .\" Scott Fahlman or slisp-group@cs.cmu.edu. .\" -.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.2 1991/10/18 18:25:47 ram Exp $ +.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.3 1991/12/09 17:02:39 ram Exp $ .\" .\" ********************************************************************** .\" @@ -93,8 +93,10 @@ This variable points to the `lib/' directory holding `lisp.core' and other files used by Lisp at run-time. The default is `/usr/misc/.cmucl/lib'. .TP .BR CMUCL_EMPTYFILE -If `/tmp' is a "tmpfs" filesystem, then you must setenv CMUCL_EMPTYFILE to a -pathname that can be used instead of `/tmp/empty'. +If `df /tmp' shows `swap' as the filesystem for the `/tmp' directory, then you +have a "tmpfs" filesystem. In this case, you must setenv CMUCL_EMPTYFILE to +point into a pathname on a non-TMPFS filesystem that can be used instead of +`/tmp/empty'. .PP .SH FILES -- GitLab