Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 Clarify foo.sh behaviour



details:   https://anonhg.NetBSD.org/src/rev/e8000685e6ba
branches:  trunk
changeset: 827073:e8000685e6ba
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 11 23:42:33 2017 +0000

description:
Clarify foo.sh behaviour

Improve wording of the warning for "foo.sh" behaviour,
to reduce ambiguity.
Per feedback from Sascha Wildner.

diffstat:

 share/man/man8/rc.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r d7c950b7496d -r e8000685e6ba share/man/man8/rc.8
--- a/share/man/man8/rc.8       Wed Oct 11 17:08:32 2017 +0000
+++ b/share/man/man8/rc.8       Wed Oct 11 23:42:33 2017 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: rc.8,v 1.37 2016/12/17 07:37:24 maya Exp $
+.\"    $NetBSD: rc.8,v 1.38 2017/10/11 23:42:33 lukem Exp $
 .\"
-.\" Copyright (c) 2000-2004 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2000-2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 17, 2016
+.Dd October 12, 2017
 .Dt RC 8
 .Os
 .Sh NAME
@@ -237,7 +237,7 @@
 .Sq Pa .sh
 suffix.
 Extreme care must be taken in using this, as the startup sequence will
-terminate if the script does.
+terminate if the script terminates.
 .Pa /etc/rc.d/bootconf.sh
 uses this behaviour to allow the user to select a different
 configuration (including



Home | Main Index | Thread Index | Old Index