diff options
Diffstat (limited to 'shells/bash/files/patch-doc_bashref.texi')
-rw-r--r-- | shells/bash/files/patch-doc_bashref.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shells/bash/files/patch-doc_bashref.texi b/shells/bash/files/patch-doc_bashref.texi index 8be950faba99..56f59863f5f1 100644 --- a/shells/bash/files/patch-doc_bashref.texi +++ b/shells/bash/files/patch-doc_bashref.texi @@ -1,4 +1,4 @@ ---- doc/bashref.texi.orig 2022-09-19 15:41:39 UTC +--- doc/bashref.texi.orig 2025-05-27 15:56:19 UTC +++ doc/bashref.texi @@ -1,6 +1,6 @@ \input texinfo.tex @c -*- texinfo -*- @@ -8,21 +8,21 @@ @settitle Bash Reference Manual @include version.texi -@@ -8,7 +8,7 @@ +@@ -58,7 +58,7 @@ This text is a brief description of the features that + @top Bash Features - @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}) + The Bash home page is @url{http://www.gnu.org/software/bash/}. This is Edition @value{EDITION}, last updated @value{UPDATED}, - of @cite{The GNU Bash Reference Manual}, -@@ -6004,7 +6004,7 @@ A null directory name may appear as two adjacent colon - or trailing colon. +@@ -6720,7 +6720,7 @@ The primary prompt string. @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]\$ }. + The primary prompt string. +-The default value is @samp{\s-\v\$ }. ++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. |