Source-Changes-HG archive

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

[src/trunk]: src/bin/sh sh(1): Fix markup. -compact must be last.



details:   https://anonhg.NetBSD.org/src/rev/6cf086c36ed3
branches:  trunk
changeset: 372681:6cf086c36ed3
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Dec 20 01:18:42 2022 +0000

description:
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 87d3d4dd62a4 -r 6cf086c36ed3 bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Dec 20 00:31:55 2022 +0000
+++ b/bin/sh/sh.1       Tue Dec 20 01:18:42 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.253 2022/12/20 01:18:42 uwe 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