diff options
author | 1998-11-19 23:33:45 +0000 | |
---|---|---|
committer | 1998-11-19 23:33:45 +0000 | |
commit | bd50a75ac67c078a6b36d55da7411b3f8068e274 (patch) | |
tree | cb8f6ddb8f70fb99cd7e05142a37b9d2a02b6fc2 | |
parent | significant cleanup; also s/INTRODUCTION/DESCRIPTION/, in particular for man -h (diff) | |
download | wireguard-openbsd-bd50a75ac67c078a6b36d55da7411b3f8068e274.tar.xz wireguard-openbsd-bd50a75ac67c078a6b36d55da7411b3f8068e274.zip |
note when -n option is used, shell can be terminated with ^D (end-of-file)
-rw-r--r-- | bin/csh/csh.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 89cee8c3743..e40f4451a36 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.17 1998/11/11 22:27:03 aaron Exp $ +.\" $OpenBSD: csh.1,v 1.18 1998/11/19 23:33:45 aaron Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -101,7 +101,10 @@ The shell is a login shell (only applicable if is the only flag specified). .It Fl n Commands are parsed, but not executed. -This aids in syntactic checking of shell scripts. +This aids in syntactic checking of shell scripts. When used interactively, the +shell can be terminated by pressing control-D (end-of-file character), since +.Ic exit +will not work. .It Fl s Command input is taken from the standard input. .It Fl t |