diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-01-13 22:09:50 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-01-13 22:09:50 +0000 |
commit | acfd861ee5a026d6350b3494813d4a3de63fb374 (patch) | |
tree | c8d05e6e83aba6139f8c91eb1ce3f62c6d96c3b9 /util-linux/more.c | |
parent | ed2e0e0102674ced43d1dddfa9c11ebca6d7667b (diff) | |
download | busybox-w32-acfd861ee5a026d6350b3494813d4a3de63fb374.tar.gz busybox-w32-acfd861ee5a026d6350b3494813d4a3de63fb374.tar.bz2 busybox-w32-acfd861ee5a026d6350b3494813d4a3de63fb374.zip |
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6323 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 |