Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the...
authorRob Landley <rob@landley.net>
Wed, 26 Nov 2014 00:49:34 +0000 (18:49 -0600)
committerRob Landley <rob@landley.net>
Wed, 26 Nov 2014 00:49:34 +0000 (18:49 -0600)
commitf232c37cf2c3b5578c9d19e7e16e77b4a9b00450
treeb170cc66baa22057bc72c46cc077900f38879c8c
parent1fb20807748ddfb8e41b594dd1b0594ef5b31b95
Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing.

I didn't apply the POSIXLY_CORRECT gnuism because it's a can of worms (as would
be LSB_CORRECT), and you can presumably alias df="df -P" if you want that.

Possibly in future I should factor out the "readahead and align columns based
on measuring the largest value in each" code from ls and apply it here.
toys/posix/df.c