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/1ff9ef2944eb
branches: trunk
changeset: 450474:1ff9ef2944eb
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 a5eaa109c896 -r 1ff9ef2944eb 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