Date: Sat, 1 Oct 2011 19:10:10 +0000 From: Alexander Best <arundel@freebsd.org> To: freebsd-doc@freebsd.org Subject: small ps(1) man page adjustment Message-ID: <20111001191010.GA61141@freebsd.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] hi there, this small adjustment to the ps(1) man page sorts the fields being displayed by merely typing 'ps' correctly. cheers. alex [-- Attachment #2 --] diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a66ed5d..8c27186 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -90,8 +90,8 @@ and .Fl o options). The default output format includes, for each process, the process' ID, -controlling terminal, CPU time (including both user and system time), -state, and associated command. +controlling terminal, state, CPU time (including both user and system time) +and associated command. .Pp The process file system (see .Xr procfs 5 )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111001191010.GA61141>
