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