Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Undocument (comment out) the description of the unimp...
details: https://anonhg.NetBSD.org/src/rev/e36088134006
branches: trunk
changeset: 823686:e36088134006
user: kre <kre%NetBSD.org@localhost>
date: Wed May 03 00:43:22 2017 +0000
description:
Undocument (comment out) the description of the unimplemented MAILCHECK
variable, and while here, enhance the description of MAIL a little.
diffstat:
bin/sh/sh.1 | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r 97242c57843b -r e36088134006 bin/sh/sh.1
--- a/bin/sh/sh.1 Wed May 03 00:41:34 2017 +0000
+++ b/bin/sh/sh.1 Wed May 03 00:43:22 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.133 2017/04/30 16:02:48 wiz Exp $
+.\" $NetBSD: sh.1,v 1.134 2017/05/03 00:43:22 kre Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -2348,14 +2348,19 @@
The name of a mail file, that will be checked for the arrival of new mail.
Overridden by
.Ev MAILPATH .
-.It Ev MAILCHECK
-The frequency in seconds that the shell checks for the arrival of mail
-in the files specified by the
-.Ev MAILPATH
-or the
-.Ev MAIL
-file.
-If set to 0, the check will occur at each prompt.
+The check occurs just before PS1 is written,
+immediately after reporting jobs which have changed status,
+in interactive shells only.
+New mail is considered to have arrived if the monitored file
+has increased in size since the last check.
+.\" .It Ev MAILCHECK
+.\" The frequency in seconds that the shell checks for the arrival of mail
+.\" in the files specified by the
+.\" .Ev MAILPATH
+.\" or the
+.\" .Ev MAIL
+.\" file.
+.\" If set to 0, the check will occur at each prompt.
.It Ev MAILPATH
A colon
.Dq \&:
Home |
Main Index |
Thread Index |
Old Index