From owner-cvs-src@FreeBSD.ORG Mon Aug 21 03:09:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5517816A4DA; Mon, 21 Aug 2006 03:09:13 +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 CCCC943D5C; Mon, 21 Aug 2006 03:09:12 +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 k7L39CFK010689; Mon, 21 Aug 2006 03:09:12 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L39C4T010688; Mon, 21 Aug 2006 03:09:12 GMT (envelope-from yar) Message-Id: <200608210309.k7L39C4T010688@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 21 Aug 2006 03:09:12 +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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 03:09:13 -0000 yar 2006-08-21 03:09:12 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: For the sake of clarity, explicitly tell that comma and space characters can be included in a custom column title string -- that's why it may appear at the end of a keyword list argument only. Revision Changes Path 1.88 +3 -2 src/bin/ps/ps.1