Fix description of the "\$" sequence for PS1

The manual page documents "\$" to expand to either "$" or "#" followed by
a single space. In reality, the single space character is not appended.

PR:		247791
Submitted by:	kd-dev@pm.me
MFC after:	7 days
This commit is contained in:
Mateusz Piotrowski 2020-07-06 10:05:35 +00:00
parent bd93bdc9b6
commit 2c566d312f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362957

View file

@ -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.