diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-04 20:39:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-04 20:39:50 +0000 |
commit | cc9f952c0474225ab490b243cf64167d3f5cd75d (patch) | |
tree | 588eb1cd41b8b738c63f6b7bc9b0e8b04eacf30b /shells/bash1 | |
parent | a837e1c1c4a9618e916db600efa9ba3c47d30e98 (diff) | |
download | ports-cc9f952c0474225ab490b243cf64167d3f5cd75d.tar.gz ports-cc9f952c0474225ab490b243cf64167d3f5cd75d.zip |
Notes
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 |