diff options
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/files/patch-ae | 17 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-ae b/shells/bash1/files/patch-ae new file mode 100644 index 000000000000..ec58ff4ae41a --- /dev/null +++ b/shells/bash1/files/patch-ae @@ -0,0 +1,17 @@ +*** documentation/builtins.1.bak Sat Sep 18 00:06:53 1993 +--- documentation/builtins.1 Wed Oct 4 23:29:49 1995 +*************** +*** 10,15 **** + unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1) + .SH BASH BUILTIN COMMANDS + .nr zZ 1 +! .so bash.1 + .SH SEE ALSO + bash(1), sh(1) +--- 10,15 ---- + unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1) + .SH BASH BUILTIN COMMANDS + .nr zZ 1 +! .so man1/bash.1 + .SH SEE ALSO + bash(1), sh(1) diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index 17d81137534f..c522ba058c68 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/pkg-plist @@ -4,4 +4,5 @@ bin/bash @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/bashbug man/man1/bash.1.gz +man/man1/bash_builtins.1.gz info/bash.info |