diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-11 21:23:54 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-11 21:23:54 +0000 |
commit | 39aed6d61a86a7f96437e734f758dace9cf29e04 (patch) | |
tree | 7d572e2a14c4a2527ad1ff97889470e1605867f2 /usr.bin | |
parent | 21860bf93852e6ac1c02a7edfa665eda9e6d937a (diff) | |
download | src-39aed6d61a86a7f96437e734f758dace9cf29e04.tar.gz src-39aed6d61a86a7f96437e734f758dace9cf29e04.zip |
stat(1): sort flags in the DESCRIPTION section
-x's description should come after -t's description.
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=319836
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/stat/stat.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index efebc68aa7c5..a2d81ca266d4 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -179,15 +179,15 @@ Display information in .Dq shell output format, suitable for initializing variables. -.It Fl x -Display information in a more verbose way as known from some -.Tn Linux -distributions. .It Fl t Ar timefmt Display timestamps using the specified format. This format is passed directly to .Xr strftime 3 . +.It Fl x +Display information in a more verbose way as known from some +.Tn Linux +distributions. .El .Ss Formats Format strings are similar to |