summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/sh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index d1540a1f562a9..76335cfaa2cdf 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd February 24, 2019
+.Dd July 6, 2020
.Dt SH 1
.Os
.Sh NAME
@@ -1425,9 +1425,9 @@ The final component of the current working directory.
The entire path of the current working directory.
.It Li \e$
Superuser status.
-.Dq Li "$ "
+.Dq Li "$"
for normal users and
-.Dq Li "# "
+.Dq Li "#"
for superusers.
.It Li \e\e
A literal backslash.