From chad@freeway.dcfinc.com Tue May 18 23:20:21 1999
Return-Path: <chad@freeway.dcfinc.com>
Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157])
	by hub.freebsd.org (Postfix) with ESMTP id 1AC3D14E55
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 May 1999 23:20:20 -0700 (PDT)
	(envelope-from chad@freeway.dcfinc.com)
Received: (from chad@localhost)
	by freeway.dcfinc.com (8.8.8/8.8.8) id XAA08568;
	Tue, 18 May 1999 23:20:20 -0700 (MST)
	(envelope-from chad)
Message-Id: <199905190620.XAA08568@freeway.dcfinc.com>
Date: Tue, 18 May 1999 23:20:20 -0700 (MST)
From: chad@DCFinc.com
Sender: chad@freeway.dcfinc.com
Reply-To: chad@DCFinc.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix bad cut-n-paste in man page
X-Send-Pr-Version: 3.2

>Number:         11774
>Category:       docs
>Synopsis:       fixups for man page for vmstat(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kris
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 23:30:00 PDT 1999
>Closed-Date:    Sun Jun 6 07:16:22 PDT 1999
>Last-Modified:  Sun Jun  6 07:19:07 PDT 1999
>Originator:     Chad R. Larson
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
DCF, Inc.
>Environment:
>Description:
	man page has typos and bad cut-n-paste
>How-To-Repeat:
>Fix:
Here's a patch:
*** vmstat.old	Tue May 18 22:49:37 1999
--- vmstat.new	Tue May 18 23:04:57 1999
***************
*** 41,49 ****
  .Nm vmstat
  .Op Fl fimst
  .Op Fl c Ar count
! .Op Fl M core
! .Op Fl N system
! .Op Fl w wait
  .Op Ar disks
  .Sh DESCRIPTION
  .Nm Vmstat
--- 41,49 ----
  .Nm vmstat
  .Op Fl fimst
  .Op Fl c Ar count
! .Op Fl M Ar core
! .Op Fl N Ar system
! .Op Fl w Ar wait
  .Op Ar disks
  .Sh DESCRIPTION
  .Nm Vmstat
***************
*** 56,66 ****
  Repeat the display
  .Ar count
  times.
! The first display is for the time since a reboot and each subsequent report
! is for the time period since the last display.
! If no
! .Ar wait
! interval is specified, the default is 1 second.
  .\" .It Fl f
  .\" Report on the number
  .\" .Xr fork 2
--- 56,66 ----
  Repeat the display
  .Ar count
  times.
! The first display is for the time since a reboot and each subsequent
! report is for the time period since the last display.
! If no repeat
! .Ar count
! is specified, the default is infinity.
  .\" .It Fl f
  .\" Report on the number
  .\" .Xr fork 2
***************
*** 96,104 ****
  Pause
  .Ar wait
  seconds between each display.
! If no repeat
! .Ar count
! is specified, the default is infinity.
  .El
  .Pp
  By default,
--- 96,104 ----
  Pause
  .Ar wait
  seconds between each display.
! If no
! .Ar wait
! interval is specified, the default is 1 second.
  .El
  .Pp
  By default,

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->kris 
Responsible-Changed-By: nik 
Responsible-Changed-When: Fri May 28 16:48:28 PDT 1999 
Responsible-Changed-Why:  
Kris last person to touch this page, can either fix, or 
re-assign to more suitable person. 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sun Jun 6 07:16:22 PDT 1999 
State-Changed-Why:  
Patch committed (with some corrections). In the future, please submit 
your patches as context-sensitive diffs, and against -CURRENT or -STABLE, 
not RELENG_2_2 (some of this had already been fixed). 

Thanks! 
>Unformatted:
