summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkre <kre@NetBSD.org>2022-09-16 17:29:21 +0000
committerkre <kre@NetBSD.org>2022-09-16 17:29:21 +0000
commit2ab22c72bf2d429f46bb0523a04ea55151a7f1fc (patch)
treefddab1fb01c8c304667b62f7b9b0b705c1e09e9e /bin
parenta548258f280e58c546cc55c2c1f6ac32dbaa3660 (diff)
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 (limited to 'bin')
-rw-r--r--bin/sh/sh.16
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 3c0892007f0..004ab9a1a5a 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -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 @@ has not been set or unset.
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 @@ to use when formatting
.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,