Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/csh Document csh's -m switch.



details:   https://anonhg.NetBSD.org/src/rev/e15c8b2eb088
branches:  trunk
changeset: 475032:e15c8b2eb088
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Jul 30 01:08:12 1999 +0000

description:
Document csh's -m switch.

Patch submitted in PR 5802 by Greg A. Woods <woods%planix.com@localhost>

diffstat:

 bin/csh/csh.1 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 3b1a96b6ff8d -r e15c8b2eb088 bin/csh/csh.1
--- a/bin/csh/csh.1     Fri Jul 30 00:49:15 1999 +0000
+++ b/bin/csh/csh.1     Fri Jul 30 01:08:12 1999 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index