Source-Changes-HG archive

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

[src/netbsd-10]: src/bin/sh Pull up following revision(s) (requested by uwe i...



details:   https://anonhg.NetBSD.org/src/rev/9be9674391cb
branches:  netbsd-10
changeset: 372687:9be9674391cb
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Dec 20 09:51:47 2022 +0000

description:
Pull up following revision(s) (requested by uwe in ticket #11):

        bin/sh/sh.1: revision 1.253

sh(1): Fix markup.  -compact must be last.

diffstat:

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

diffs (27 lines):

diff -r 5a288ab2bd89 -r 9be9674391cb bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Dec 20 09:50:39 2022 +0000
+++ b/bin/sh/sh.1       Tue Dec 20 09:51:47 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.252 2022/12/11 08:23:10 kre Exp $
+.\"    $NetBSD: sh.1,v 1.252.2.1 2022/12/20 09:51:47 martin Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -2767,7 +2767,7 @@
 command is invoked.
 With the default value for
 .Dv IFS :
-.Bd -unfilled -compact -offset indent
+.Bd -unfilled -offset indent -compact
 X='a b c'
 export Y=$X
 .Ed
@@ -4752,7 +4752,7 @@
 Any present will always appear in ASCII lexical
 order, as they appear below (to make testing the value easier to code).
 .Pp
-.Bl -compact -tag -width M__ -offset indent
+.Bl -tag -width M__ -offset indent -compact
 .It \&!
 Always present when set by
 .Nm ,



Home | Main Index | Thread Index | Old Index