aboutsummaryrefslogtreecommitdiff
path: root/wc.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-05 17:37:48 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-05 17:37:48 +0000
commit9aa4b956bf30f5d2184a115bf14bc61939abaf1b (patch)
treec4c1cb4ed9cc025e05640e19c0b0a3f86080563a /wc.c
parent350433315c1440f60f4539e09c8f3db088cbab64 (diff)
downloadbusybox-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wc.c b/wc.c
index 02e2b2aa6..ca5b3680a 100644
--- a/wc.c
+++ b/wc.c
@@ -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