From owner-cvs-all@FreeBSD.ORG Fri Aug 18 14:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DFB16A4F2; Fri, 18 Aug 2006 14:12:45 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C963B43D6A; Fri, 18 Aug 2006 14:12:39 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7IECdrG002718; Fri, 18 Aug 2006 14:12:39 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7IECdqE002717; Fri, 18 Aug 2006 14:12:39 GMT (envelope-from yar) Message-Id: <200608181412.k7IECdqE002717@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 18 Aug 2006 14:12:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 14:12:45 -0000 yar 2006-08-18 14:12:39 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: Document a detail in the present syntax of "ps -o foo=bar". Now the header title string "bar" extends to the end of the argument even if it contains commas or spaces, unlike in RELENG_4 or earlier. The modern syntax agrees with SUSv3. MFC after: 3 days Revision Changes Path 1.87 +7 -6 src/bin/ps/ps.1