summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2019-04-15 20:35:25 +0000
committeruwe <uwe@NetBSD.org>2019-04-15 20:35:25 +0000
commitea71130c0f0085182502593d9b56a1a632ec8eef (patch)
tree7b57407132703a76c4b203feca07acb771260c82 /bin
parenta5440a66f9e03254770209a506a839913c9efaa9 (diff)
-compact must come last
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 6da76de7aaf..983fd533bd2 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -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 @@ is processed and used.
.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