From owner-freebsd-doc@FreeBSD.ORG Sat Oct 1 22:41:18 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB6581065675 for ; Sat, 1 Oct 2011 22:41:18 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id 8FF2E8FC16 for ; Sat, 1 Oct 2011 22:41:18 +0000 (UTC) Received: (qmail 72998 invoked by uid 0); 1 Oct 2011 18:41:17 -0400 Received: from unknown (HELO schism.local) (gjb@76.124.49.145) by 0 with SMTP; 1 Oct 2011 18:41:17 -0400 Message-ID: <4E879708.6080000@FreeBSD.org> Date: Sat, 01 Oct 2011 18:41:12 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Alexander Best References: <20111001191010.GA61141@freebsd.org> <20111001220347.GA82495@freebsd.org> In-Reply-To: <20111001220347.GA82495@freebsd.org> X-Enigmail-Version: 1.3.2 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig96DDE5EA98226798054D6A1A" Cc: freebsd-doc@freebsd.org Subject: Re: small ps(1) man page adjustment X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 22:41:18 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig96DDE5EA98226798054D6A1A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Alex, I can look later, unless someone else gets to it first. Regards, Glen On 10/1/11 6:03 PM, Alexander Best wrote: > On Sat Oct 1 11, Alexander Best wrote: >> hi there, >> >> this small adjustment to the ps(1) man page sorts the fields being dis= played >> by merely typing 'ps' correctly. >=20 > this patch cleans up the ps(1) man page some more: >=20 > O there's no reason the semantics of the -x flag are being explained in= the > -a flag description >=20 > O be more precise regarding the relation between the -a flag and the > security.bsd.see_other_uids sysctl >=20 > O describe the format of the -t flag's argument >=20 > O 'con' no longer is a possible entry in the 'TT' column >=20 > O explain that the 'TT' column refers to pseudo-terminals via mere numb= ers >=20 > O add a hint in the 'tt' keyword description that a keyword 'tty' exist= s, > which will give the full terminal pathname >=20 > cheers. > alex >=20 >> >> cheers. >> alex >=20 >> 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 ) >=20 --=20 Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project --------------enig96DDE5EA98226798054D6A1A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) iQEcBAEBCAAGBQJOh5cMAAoJEFJPDDeguUajXtcIAJkAgS+HFnwPi8eX3A6TsAQv MP3jW2nGHSq/xF0Liw+LqZ0o1le2VzVkagZ2GlJHxsMSkf28VRP4NwebQ2cE6/xE HUhqSmnmo8ayTog4WEzcwl70nMg7PidK0OUeKxrgOM7114GK+z3s2PQMrHDsOA1Z NDcDDDlFGPwbBXXHgnvzqWPlYg+P3XS+IAIx6WK3DkkrEtGJ6b2j1L3CkTWaJ5So aKr+001ukuGR+yd1oKDVjjGxQndT4dSnLtpFuyrnADN12XUe9TEGBXTkejXZJqNB VmggdTC/g9kukn71Bfvpgj1RrarwcFSIpzSxEPfq9qC4+CJbGZgn7OuoUWyPkl4= =eZXQ -----END PGP SIGNATURE----- --------------enig96DDE5EA98226798054D6A1A--