summaryrefslogtreecommitdiff
path: root/examples/INDEX.html
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-02-26 09:36:43 -0500
committerChet Ramey <chet.ramey@case.edu>2014-02-26 09:36:43 -0500
commitac50fbac377e32b98d2de396f016ea81e8ee9961 (patch)
treef71882366b98fedf1a88a063103219a4935de926 /examples/INDEX.html
parent4539d736f1aff232857a854fd2a68df0c98d9f34 (diff)
downloadbash-ac50fbac377e32b98d2de396f016ea81e8ee9961.tar.gz
Bash-4.3 distribution sources and documentationbash-4.3
Diffstat (limited to 'examples/INDEX.html')
-rw-r--r--examples/INDEX.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/INDEX.html b/examples/INDEX.html
index 5e8cdc69..bd06b256 100644
--- a/examples/INDEX.html
+++ b/examples/INDEX.html
@@ -143,7 +143,7 @@
</tr>
<tr>
<td>./functions/keep</td>
- <td>Try to keep some programs in the forground and running.</td>
+ <td>Try to keep some programs in the foreground and running.</td>
</tr>
<tr>
<td>./functions/ksh-cd</td>
@@ -642,6 +642,10 @@
<td>csh</td>
</tr>
<tr>
+ <td>./scripts/bash-hexdump.sh</td>
+ <td>hexdump(1) in bash</td>
+ <td>hexdump -C, hd</td>
+ <tr>
<td>./scripts/cat.sh</td>
<td>Readline-based pager.</td>
<td>cat, readline pager</td>