Date: Thu, 7 Sep 2017 10:56:50 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323263 - head/bin/ps Message-ID: <201709071056.v87Auotl091715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Thu Sep 7 10:56:50 2017 New Revision: 323263 URL: https://svnweb.freebsd.org/changeset/base/323263 Log: Hint that the "-o emul" option for ps(1) shows the ABI. MFC after: 2 weeks Sponsored by: DARPA, AFRL Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1 ============================================================================== --- head/bin/ps/ps.1 Thu Sep 7 09:03:12 2017 (r323262) +++ head/bin/ps/ps.1 Thu Sep 7 10:56:50 2017 (r323263) @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd September 6, 2017 +.Dd September 7, 2017 .Dt PS 1 .Os .Sh NAME @@ -545,7 +545,7 @@ short-term CPU usage factor (for scheduling) .It Cm dsiz data size (in Kbytes) .It Cm emul -system-call emulation environment +system-call emulation environment (ABI) .It Cm etime elapsed running time, format .Op days- Ns
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709071056.v87Auotl091715>