From owner-svn-src-head@FreeBSD.ORG Sat Feb 6 13:39:08 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7498910656A3; Sat, 6 Feb 2010 13:39:08 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 641B18FC17; Sat, 6 Feb 2010 13:39:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o16Dd8Q0039451; Sat, 6 Feb 2010 13:39:08 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o16Dd82m039449; Sat, 6 Feb 2010 13:39:08 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201002061339.o16Dd82m039449@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 6 Feb 2010 13:39:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203547 - head/sbin/sysctl X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 13:39:08 -0000 Author: gavin Date: Sat Feb 6 13:39:08 2010 New Revision: 203547 URL: http://svn.freebsd.org/changeset/base/203547 Log: Add the -i option to the synopsis. Submitted by: dhw MFC after: 1 week (with r203310) Modified: head/sbin/sysctl/sysctl.8 Modified: head/sbin/sysctl/sysctl.8 ============================================================================== --- head/sbin/sysctl/sysctl.8 Sat Feb 6 12:48:06 2010 (r203546) +++ head/sbin/sysctl/sysctl.8 Sat Feb 6 13:39:08 2010 (r203547) @@ -28,7 +28,7 @@ .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd January 31, 2010 +.Dd February 6, 2010 .Dt SYSCTL 8 .Os .Sh NAME @@ -36,7 +36,7 @@ .Nd get or set kernel state .Sh SYNOPSIS .Nm -.Op Fl bdehNnoqx +.Op Fl bdehiNnoqx .Ar name Ns Op = Ns Ar value .Ar ... .Nm