diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-08-21 16:17:22 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-08-21 16:17:22 +0000 |
| commit | 12a313d3fe38b60aad6490c35499d32ed9c4fcbe (patch) | |
| tree | 1a4dd0d9a00836ec3f5a8503dd86ca5723a415db /usr.bin | |
| parent | cd788589c31914b07a00bd600cee856bb6482d03 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/du/du.1 | 76 |
1 files changed, 73 insertions, 3 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 3ae082543e03..1ec05b9cd1d7 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -28,7 +28,7 @@ .\" @(#)du.1 8.2 (Berkeley) 4/1/94 .\" $FreeBSD$ .\" -.Dd August 8, 2017 +.Dd August 1, 2019 .Dt DU 1 .Os .Sh NAME @@ -221,8 +221,78 @@ Also display a grand total at the end: .Xr fts 3 , .Xr symlink 7 , .Xr quot 8 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2008 +specification. +.Pp +The flags +.Op Fl cdhP , +as well as the +.Ev BLOCKSIZE +environment variable, +are extensions to that specification. +.Pp +The flag +.Op Fl r +is accepted but ignored, for compatibility with systems implementing +the obsolete +.St -xcu5 +standard. .Sh HISTORY -A +The .Nm -command appeared in +utility and its +.Fl a +and +.Fl s +options first appeared in .At v1 . +.Pp +The +.Fl r +option first appeared in +.At III +and is available since +.Fx 3.5 . +The +.Fl k +and +.Fl x +options first appeared in +.Bx 4.3 Reno +and +.Fl H +in +.Bx 4.4 . +The +.Fl c +and +.Fl L +options first appeared in the GNU fileutils; +.Fl L +and +.Fl P +are available since +.Bx 4.4 Lite1 , +.Fl c +since +.Fx 2.2.6 . +The +.Fl d +option first appeared in +.Fx 2.2 , +.Fl h +first appeared in +.Fx 4.0 . +.Sh AUTHORS +.An -nosplit +This version of +.Nm +was written by +.An Chris Newcomb +for +.Bx 4.3 Reno +in 1989. |
