diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /shell/msh.c | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2 busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/msh.c b/shell/msh.c index aad6bbf35..a142c451a 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -3,12 +3,12 @@ | |||
3 | * Minix shell port for busybox | 3 | * Minix shell port for busybox |
4 | * | 4 | * |
5 | * This version of the Minix shell was adapted for use in busybox | 5 | * This version of the Minix shell was adapted for use in busybox |
6 | * by Erik Andersen <andersee@debian.org> | 6 | * by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * - backtick expansion did not work properly | 8 | * - backtick expansion did not work properly |
9 | * Jonas Holmberg <jonas.holmberg@axis.com> | 9 | * Jonas Holmberg <jonas.holmberg@axis.com> |
10 | * Robert Schwebel <r.schwebel@pengutronix.de> | 10 | * Robert Schwebel <r.schwebel@pengutronix.de> |
11 | * Erik Andersen <andersee@debian.org> | 11 | * Erik Andersen <andersen@codepoet.org> |
12 | * | 12 | * |
13 | * This program is free software; you can redistribute it and/or modify | 13 | * This program is free software; you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License as published by | 14 | * it under the terms of the GNU General Public License as published by |