Re: svn commit: r203547 - head/sbin/sysctl

2010-02-09 Thread Ruslan Ermilov
On Sat, Feb 06, 2010 at 01:39:08PM +, Gavin Atkinson wrote:
 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

Please also add it to the program's usage().


Cheers,
-- 
Ruslan Ermilov
r...@freebsd.org
FreeBSD committer
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r203547 - head/sbin/sysctl

2010-02-06 Thread Gavin Atkinson
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
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org