Actions
Feature #3394
closedcombine /usr/bin/df and /usr/xpg4/bin/df
Start date:
2012-11-27
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Per Garrett D'Amore:
Looking at the code, it appears that the only differences for XPG4 in the command are:
a) support for P (which could be added trivially - indeed it probably should be.)
b) the specific header text used (and as a result, the spacing of some of the columns)
Those differences are stupid. We should just collapse them.
Updated by Eric Schrock over 9 years ago
- Status changed from New to Resolved
commit 90a1a13596fed05f78bee9f85d396628cc310803
Author: Paul B. Henson <henson@acm.org>
Date: Fri Nov 30 06:41:32 2012 -0800
3394 combine /usr/bin/df and /usr/xpg4/bin/df
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: Eric Schrock <eric.schrock@delphix.com>
Actions