diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2005-11-10 12:40:59 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2005-11-10 12:40:59 +0000 |
commit | f0a49ebe3a2881ed31c743bc2a7e7f8ed2bf0c66 (patch) | |
tree | 14ebb849b1cfe8c422d224689c768f9d84c2c11b /bin/csh | |
parent | 3079bf0ceb1602167485316a9d1af5ca1188485f (diff) |
document that csh will do fast mode startup if $HOME is not set
ok jmc@ fgsch@
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index b670bdc4cb8..c8490865085 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.54 2005/05/12 09:18:24 jmc Exp $ +.\" $OpenBSD: csh.1,v 1.55 2005/11/10 12:40:58 grunk Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -87,6 +87,9 @@ The shell will start faster, because it will neither search for nor execute commands from the file .Pa \&.cshrc in the invoker's home directory. +Note: if the environment variable +.Ev HOME +is not set, fast startup is the default. .It Fl i The shell is interactive and prompts for its top-level input, even if it appears not to be a terminal. |