mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
updated
This commit is contained in:
28
shell/bash/files/patch-doc_bashref.texi
Normal file
28
shell/bash/files/patch-doc_bashref.texi
Normal file
@@ -0,0 +1,28 @@
|
||||
--- doc/bashref.texi.orig 2022-09-19 15:41:39 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},
|
||||
@@ -6004,7 +6004,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.
|
||||
|
||||
Reference in New Issue
Block a user