From 358fcd050f54dd6252f8c24fc025d0d5fad51a6f Mon Sep 17 00:00:00 2001 From: unfurl Date: Thu, 17 Feb 2000 03:23:39 +0000 Subject: From the PR: The first paragraph of "Argument list processing" says that an argument of - will make csh be a login shell. However, running csh with only a - as an argument fails with the error message. csh(1) corrected to reflect this. PR: 16754 Submitted by: Giorgos Keramidas --- bin/csh/csh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 14c94c9..9d3971c 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -59,7 +59,7 @@ and a C-like syntax. It is used both as an interactive login shell and a shell script command processor. .Ss Argument list processing -If the first argument (argument 0) to the shell is +If the shell is executed with a program name starting with .Ql Fl \& , then this is a login shell. A login shell also can be specified by invoking the shell with the -- cgit v1.1