repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
tests
/
util
/
awk
/
d_tolower.awk
blob
36121306966cc2e9dff97d141862bf984afc0679
1
# $NetBSD$
2
3
END
{
4
print tolower
(
$
0
);
5
}