Module Name: src Committed By: kre Date: Fri Sep 16 17:29:21 UTC 2022
Modified Files: src/bin/sh: sh.1 Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/sh/sh.1 diff -u src/bin/sh/sh.1:1.246 src/bin/sh/sh.1:1.247 --- src/bin/sh/sh.1:1.246 Fri Sep 16 17:25:09 2022 +++ src/bin/sh/sh.1 Fri Sep 16 17:29:21 2022 @@ -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,