Date: Mon, 17 Jul 2017 21:19:40 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r321099 - stable/11/usr.bin/stat Message-ID: <201707172119.v6HLJegG059775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Jul 17 21:19:40 2017 New Revision: 321099 URL: https://svnweb.freebsd.org/changeset/base/321099 Log: MFC r319836: stat(1): sort flags in the DESCRIPTION section -x's description should come after -t's description. Modified: stable/11/usr.bin/stat/stat.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin/stat/stat.1 ============================================================================== --- stable/11/usr.bin/stat/stat.1 Mon Jul 17 21:19:29 2017 (r321098) +++ stable/11/usr.bin/stat/stat.1 Mon Jul 17 21:19:40 2017 (r321099) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707172119.v6HLJegG059775>