Sync usage with man page.
[netbsd-mini2440.git] / tests / util / awk / d_tolower.awk
blob36121306966cc2e9dff97d141862bf984afc0679
1 # $NetBSD$
3 END {
4 print tolower($0);