Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 05:15:46 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/sysctl sysctl.8 sysctl.c
Message-ID:  <200105281215.f4SCFkG69481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105281215.f4SCFkG69481>