Document csh's -m switch.

Patch submitted in PR 5802 by Greg A. Woods <woods@planix.com>
This commit is contained in:
hubertf 1999-07-30 01:08:12 +00:00
parent 03fab70583
commit c684000231
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: csh.1,v 1.24 1999/04/20 05:49:50 mycroft Exp $
.\" $NetBSD: csh.1,v 1.25 1999/07/30 01:08:12 hubertf Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -33,7 +33,7 @@
.\"
.\" @(#)csh.1 8.2 (Berkeley) 1/21/94
.\"
.Dd January 21, 1994
.Dd July 19, 1998
.Dt CSH 1
.Os
.Sh NAME
@ -97,6 +97,11 @@ and outputs are terminals.
The shell is a login shell (only applicable if
.Fl l
is the only flag specified).
.It Fl m
Read
.Pa \&.cshrc
even if not owned by the user. This flag is normally given only by
.Xr su 1 .
.It Fl n
Commands are parsed, but not executed.
This aids in syntactic checking of shell scripts.