mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Bash Commander is a fork of GNU Bourne Again Shell. It's main feature is a visual two-panel mode, much like Midnight Commander and other text-mode visual shells. WWW: https://github.com/sergev/bash-commander Also add bashc to the CONFLICTS section of shells/bash. PR: 253783, 253784 Submitted by: Igor Pokrovsky <ip AT unixway DOT org>
28 lines
959 B
Text
28 lines
959 B
Text
--- doc/bashref.texi.orig 2019-08-29 22:16:15 UTC
|
|
+++ doc/bashref.texi
|
|
@@ -1,6 +1,6 @@
|
|
\input texinfo.tex @c -*- texinfo -*-
|
|
@c %**start of header
|
|
-@setfilename bashref.info
|
|
+@setfilename bash.info
|
|
@settitle Bash Reference Manual
|
|
|
|
@include version.texi
|
|
@@ -8,7 +8,7 @@
|
|
|
|
@copying
|
|
This text is a brief description of the features that are present in
|
|
-the Bash shell (version @value{VERSION}, @value{UPDATED}).
|
|
+the Bash shell (version @value{VERSION}, @value{UPDATED})
|
|
|
|
This is Edition @value{EDITION}, last updated @value{UPDATED},
|
|
of @cite{The GNU Bash Reference Manual},
|
|
@@ -5598,7 +5598,7 @@ A null directory name may appear as two adjacent colon
|
|
or trailing colon.
|
|
|
|
@item PS1
|
|
-The primary prompt string. The default value is @samp{\s-\v\$ }.
|
|
+The primary prompt string. The default value is @samp{[\u@@\h \w]\$ }.
|
|
@xref{Controlling the Prompt}, for the complete list of escape
|
|
sequences that are expanded before @env{PS1} is displayed.
|
|
|