Date: Sun, 05 Jul 2020 21:01:22 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 247791] sh(1) incorrectly states that, in PS1, '\$' expands with a trailing space Message-ID: <bug-247791-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247791 Bug ID: 247791 Summary: sh(1) incorrectly states that, in PS1, '\$' expands with a trailing space Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: kd-dev@pm.me CC: doc@FreeBSD.org Created attachment 216235 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216235&action=edit Remove excess spaces. The description of the "\$" sequence for PS1 does not match the implementation. >From the man-page: > \$ Superuser status. “$ ” for normal users and “# ” > for superusers. In use: $ PS1='\$' $PS1='\$ ' $ ... Patch: The attached patch removes the extra spaces from the man-page. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247791-227>
