summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-17 21:19:29 +0000
committerngie <ngie@FreeBSD.org>2017-07-17 21:19:29 +0000
commit7d68c5317a5fb9f8afd0fe8ba9d65a5a271174a7 (patch)
tree6ea7178a3122732523218e3d23294756a81b06bd
parentb20694ffec038ec5552e70c04e8bfe421bc745be (diff)
downloadFreeBSD-src-7d68c5317a5fb9f8afd0fe8ba9d65a5a271174a7.zip
FreeBSD-src-7d68c5317a5fb9f8afd0fe8ba9d65a5a271174a7.tar.gz
MFC r319836:
stat(1): sort flags in the DESCRIPTION section -x's description should come after -t's description.
-rw-r--r--usr.bin/stat/stat.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1
index 39fdab8..ebbeb65 100644
--- a/usr.bin/stat/stat.1
+++ b/usr.bin/stat/stat.1
@@ -172,15 +172,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
OpenPOWER on IntegriCloud