From vasim@uddias.diaspro.com  Sat Nov  1 06:46:38 1997
Received: from uddias.diaspro.com (vasim@uddias.diaspro.com [194.84.211.1])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA21617
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Nov 1997 06:46:30 -0800 (PST)
          (envelope-from vasim@uddias.diaspro.com)
Received: (from vasim@localhost)
	by uddias.diaspro.com (8.8.7/8.8.7) id TAA11021;
	Sat, 1 Nov 1997 19:46:08 +0500 (ES)
Message-Id: <199711011446.TAA11021@uddias.diaspro.com>
Date: Sat, 1 Nov 1997 19:46:08 +0500 (ES)
From: Vasim Valejev <vasim@uddias.diaspro.com>
Reply-To: vasim@uddias.diaspro.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Small typo error in killall's man page
X-Send-Pr-Version: 3.2

>Number:         4911
>Category:       docs
>Synopsis:       Small typo error in killall's man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov  1 06:50:01 PST 1997
>Closed-Date:    Sat Nov 1 07:08:37 PST 1997
>Last-Modified:  Sat Nov  1 07:10:02 PST 1997
>Originator:     Vasim Valejev
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
DiasPro
>Environment:

	FreeBSD 3.0-CURRENT (in FreeBSD 2.2-STABLE too)

>Description:

	It's manual page for killall command :

KILLALL(1)              FreeBSD General Commands Manual             KILLALL(1)

NAME
     killall - kill processes by name

SYNOPSIS
     killall [-d |-v] [-h |-?] [-help] [-l] [-m] [-s] [-SIGNAL] procname ...

DESCRIPTION

[skip]

	   -s          Show only what would be done, but do net send any sig-
		       nal.
							    ^^^ here must
	be 'not' .

>How-To-Repeat:

	man killall

>Fix:
	
*** killall.1.orig	Sat Nov  1 19:40:23 1997
--- killall.1	Sat Nov  1 19:37:55 1997
***************
*** 84,90 ****
  syntax in effect is that used by
  .Xr perl 1 .
  .It Fl s
! Show only what would be done, but do net send any signal.
  .It Fl SIGNAL
  Send a different signal instead of the default
  .Dv TERM .
--- 84,90 ----
  syntax in effect is that used by
  .Xr perl 1 .
  .It Fl s
! Show only what would be done, but do not send any signal.
  .It Fl SIGNAL
  Send a different signal instead of the default
  .Dv TERM .
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wosch 
State-Changed-When: Sat Nov 1 07:08:37 PST 1997 
State-Changed-Why:  
Fixed in revision 1.9. Thanks! 

>Unformatted:
