Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Move a comment that used to be in the correct place, ...



details:   https://anonhg.NetBSD.org/src/rev/4a9a9f00ba77
branches:  trunk
changeset: 370086:4a9a9f00ba77
user:      kre <kre%NetBSD.org@localhost>
date:      Fri Sep 16 17:29:21 2022 +0000

description:
Move a comment that used to be in the correct place, once upon a time,
back where it belongs, and make it stand out more, so other text is
less likely to find itself pushed between the comment and the text
to which it appears.   This change should make no visible difference
to the man page displayed.

diffstat:

 bin/sh/sh.1 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 623addc4222a -r 4a9a9f00ba77 bin/sh/sh.1
--- a/bin/sh/sh.1       Fri Sep 16 17:25:09 2022 +0000
+++ b/bin/sh/sh.1       Fri Sep 16 17:29:21 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.246 2022/09/16 17:25:09 kre Exp $
+.\"    $NetBSD: sh.1,v 1.247 2022/09/16 17:29:21 kre Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -4798,7 +4798,6 @@
 The default terminal setting for the shell.
 This is inherited by
 children of the shell, and is used in the history editing modes.
-.\" This is explicitly last, not in sort order - please leave!
 .It Ev ToD
 When referenced, uses the value of
 .Ev ToD_FORMAT
@@ -4834,6 +4833,9 @@
 .Ev ToD
 and if exported, other utilities that deal with times.
 If unset, the system's local wall clock time zone is used.
+.\"
+.\" ==========================================================
+.\" This is explicitly last, not in sort order - please leave!
 .It Ev NETBSD_SHELL
 Unlike the variables previously mentioned,
 this variable is somewhat strange,



Home | Main Index | Thread Index | Old Index