Source-Changes-HG archive

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

[src/trunk]: src/bin/sh -compact must come last



details:   https://anonhg.NetBSD.org/src/rev/b52d3f62f1ea
branches:  trunk
changeset: 455844:b52d3f62f1ea
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Apr 15 20:35:25 2019 +0000

description:
-compact must come last

diffstat:

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

diffs (18 lines):

diff -r 60061e2f6d66 -r b52d3f62f1ea bin/sh/sh.1
--- a/bin/sh/sh.1       Mon Apr 15 20:21:35 2019 +0000
+++ b/bin/sh/sh.1       Mon Apr 15 20:35:25 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.220 2019/02/14 11:15:24 kre Exp $
+.\"    $NetBSD: sh.1,v 1.221 2019/04/15 20:35:25 uwe Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -4110,7 +4110,7 @@
 .It Ev EUSER
 Set to the login name of the effective user id running the shell,
 as returned by
-.Bd -compact -literal -offset indent
+.Bd -literal -offset indent -compact
 getpwuid(geteuid())->pw_name
 .Ed
 .Po



Home | Main Index | Thread Index | Old Index