diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-05 17:37:48 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-05 17:37:48 +0000 |
commit | 9aa4b956bf30f5d2184a115bf14bc61939abaf1b (patch) | |
tree | c4c1cb4ed9cc025e05640e19c0b0a3f86080563a /wc.c | |
parent | 350433315c1440f60f4539e09c8f3db088cbab64 (diff) | |
download | busybox-w32-9aa4b956bf30f5d2184a115bf14bc61939abaf1b.tar.gz busybox-w32-9aa4b956bf30f5d2184a115bf14bc61939abaf1b.tar.bz2 busybox-w32-9aa4b956bf30f5d2184a115bf14bc61939abaf1b.zip |
Added expr, from Edward Betts <edward@debian.org>, with some fixups
and docs added by me.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1008 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'wc.c')
-rw-r--r-- | wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini wc implementation for busybox | 3 | * Mini wc implementation for busybox |
4 | * | 4 | * |
5 | * by Edward Betts <edward@debian.org> | 5 | * Copyright (C) 2000 Edward Betts <edward@debian.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |