HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/shells/bash/files/patch-doc_bash.1
--- doc/bash.1.orig	2019-01-02 14:14:30 UTC
+++ doc/bash.1
@@ -31,9 +31,9 @@
 .\" .ll \\n(LLu
 .\" .in \\n()Ru+\\n(INu+\\n()Iu
 .\" .ti \\n(INu
-.\" .ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X
+.\" .ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X
 .\" .br\}
-.\" .el \\*(]X\h|\\n()Iu+\\n()Ru\c
+.\" .el \\*(]X\h|\\n()Iu+\\n()Ru\c
 .\" .}f
 .\" ..
 .\"
@@ -204,7 +204,7 @@ library to read command lines when the shell is intera
 .TP
 .B \-\-noprofile
 Do not read either the system-wide startup file
-.FN /etc/profile
+.FN %%LOCALBASE%%/etc/profile
 or any of the personal initialization files
 .IR ~/.bash_profile ,
 .IR ~/.bash_login ,
@@ -316,7 +316,7 @@ When
 .B bash
 is invoked as an interactive login shell, or as a non-interactive shell
 with the \fB\-\-login\fP option, it first reads and
-executes commands from the file \fI/etc/profile\fP, if that
+executes commands from the file \fI%%LOCALBASE%%/etc/profile\fP, if that
 file exists.
 After reading that file, it looks for \fI~/.bash_profile\fP,
 \fI~/.bash_login\fP, and \fI~/.profile\fP, in that order, and reads
@@ -373,7 +373,7 @@ while conforming to the POSIX standard as well.
 When invoked as an interactive login shell, or a non-interactive
 shell with the \fB\-\-login\fP option, it first attempts to
 read and execute commands from
-.I /etc/profile
+.I %%LOCALBASE%%/etc/profile
 and
 .IR ~/.profile ,
 in that order.
@@ -2444,7 +2444,7 @@ The value of this parameter is expanded (see
 .SM
 .B PROMPTING
 below) and used as the primary prompt string.  The default value is
-``\fB\es\-\ev\e$ \fP''.
+``\fB\eu\@\eh\e$ \fP''.
 .TP
 .B PS2
 The value of this parameter is expanded as with
@@ -10880,10 +10880,10 @@ http://tiswww.case.edu/~chet/bash/POSIX -- a descripti
 .SH FILES
 .PD 0
 .TP
-.FN /bin/bash
+.FN %%PREFIX%%/bin/bash
 The \fBbash\fP executable
 .TP
-.FN /etc/profile
+.FN %%LOCALBASE%%/etc/profile
 The systemwide initialization file, executed for login shells
 .TP
 .FN ~/.bash_profile