]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix description of the "\$" sequence for PS1
authorMateusz Piotrowski <0mp@FreeBSD.org>
Mon, 6 Jul 2020 10:05:35 +0000 (10:05 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Mon, 6 Jul 2020 10:05:35 +0000 (10:05 +0000)
commit2c566d312fd0875efd200a8f488d1fda9f8c3d85
tree16a1afccbea76c87fe18c7c0f6aa7e40b3500887
parentbd93bdc9b6ad3ef2f23b2e25b756e13d8c5b222a
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
bin/sh/sh.1