From owner-cvs-all Mon May 28 5:15:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70CD437B422; Mon, 28 May 2001 05:15:47 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4SCFkG69481; Mon, 28 May 2001 05:15:46 -0700 (PDT) (envelope-from des) Message-Id: <200105281215.f4SCFkG69481@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 May 2001 05:15:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.8 sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/05/28 05:15:46 PDT Modified files: sbin/sysctl sysctl.8 sysctl.c Log: Try to make sysctl options slightly more orthogonal: - introduce a -o option that displays opaque variables. - introduce a -x option that displays opaque variables in full. - deprecate -A in favor of -ao and -X in favor of -ax. - remove -A and -X from usage() and SYNOPSIS (but not from DESCRIPTION). - ignore -a if one or more variables were listed on the command line. - deprecate -w, it is not needed to determine the user's intentions. - some language and style cleanup in the man page. This commit should not break any existing scripts. MFC after: 4 weeks Revision Changes Path 1.32 +46 -42 src/sbin/sysctl/sysctl.8 1.32 +26 -23 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message