freebsd-dev/sbin/sysctl
Dag-Erling Smørgrav 9a2402bc41 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
2001-05-28 12:15:45 +00:00
..
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:33:27 +00:00
pathconf.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sysctl.8 Try to make sysctl options slightly more orthogonal: 2001-05-28 12:15:45 +00:00
sysctl.c Try to make sysctl options slightly more orthogonal: 2001-05-28 12:15:45 +00:00