diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-13 22:09:50 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-13 22:09:50 +0000 |
commit | b4a1baa312746a1ddc934b1ddb035b64e72e746b (patch) | |
tree | c8d05e6e83aba6139f8c91eb1ce3f62c6d96c3b9 /util-linux | |
parent | d66370cd7329d7d1022644c0a8213147adf8e016 (diff) | |
download | busybox-w32-b4a1baa312746a1ddc934b1ddb035b64e72e746b.tar.gz busybox-w32-b4a1baa312746a1ddc934b1ddb035b64e72e746b.tar.bz2 busybox-w32-b4a1baa312746a1ddc934b1ddb035b64e72e746b.zip |
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 05fe86970..c26e4fe54 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * based on the original more implementation by Bruce, and code from the | 9 | * based on the original more implementation by Bruce, and code from the |
10 | * Debian boot-floppies team. | 10 | * Debian boot-floppies team. |
11 | * | 11 | * |
12 | * Termios corrects by Vladimir Oleynik <vodz@usa.net> | 12 | * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru> |
13 | * | 13 | * |
14 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
15 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |