diff options
author | unfurl <unfurl@FreeBSD.org> | 2000-02-17 03:23:39 +0000 |
---|---|---|
committer | unfurl <unfurl@FreeBSD.org> | 2000-02-17 03:23:39 +0000 |
commit | 358fcd050f54dd6252f8c24fc025d0d5fad51a6f (patch) | |
tree | 1ef46c0b83bc96c46674224f5b78c0c7cc34b629 /bin/csh | |
parent | 641f074c69fcfd2b6c732746b8ba87e6ef42d037 (diff) | |
download | FreeBSD-src-358fcd050f54dd6252f8c24fc025d0d5fad51a6f.zip FreeBSD-src-358fcd050f54dd6252f8c24fc025d0d5fad51a6f.tar.gz |
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 <keramida@ceid.upatras.gr>
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |