From sheldonh@axl.noc.iafrica.com Thu May 20 11:54:35 1999
Return-Path: <sheldonh@axl.noc.iafrica.com>
Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175])
	by hub.freebsd.org (Postfix) with ESMTP id 8035C14CC0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 May 1999 11:54:29 -0700 (PDT)
	(envelope-from sheldonh@axl.noc.iafrica.com)
Received: from sheldonh (helo=axl.noc.iafrica.com)
	by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1)
	id 10kXxb-0009LJ-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 20 May 1999 20:54:27 +0200
Message-Id: <35916.927226467@axl.noc.iafrica.com>
Date: Thu, 20 May 1999 20:54:27 +0200
From: Sheldon Hearn <sheldonh@uunet.co.za>
Sender: Sheldon Hearn <sheldonh@axl.noc.iafrica.com>
Reply-To: Sheldon Hearn <sheldonh@uunet.co.za>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] argument missing from kzip.1 synopsis
X-Send-Pr-Version: 3.2

>Number:         11805
>Category:       bin
>Synopsis:       [PATCH] argument missing from kzip.1 synopsis
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 20 12:00:01 PDT 1999
>Closed-Date:    Mon Jun 21 05:09:37 PDT 1999
>Last-Modified:  Mon Jun 21 05:10:11 PDT 1999
>Originator:     Sheldon Hearn
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
UUNET South Africa
>Environment:

	FreeBSD 4.0-CURRENT i386

>Description:

	The kzip.1 manpage is missing an argument in its synopsis. The
	kzip program takes the name of a kernel as an argument. This is
	reflected in usage() but not in the manpage.

>How-To-Repeat:

	N/A

>Fix:

	The following diff syncs the kzip.1 manpage with the program's
	usage and real operation.

Index: kzip.8
===================================================================
RCS file: /home/ncvs/src/usr.bin/kzip/kzip.8,v
retrieving revision 1.5
diff -u -d -r1.5 kzip.8
--- kzip.8	1998/03/23 07:44:18	1.5
+++ kzip.8	1999/05/20 18:49:34
@@ -35,6 +35,7 @@
 .Nm
 .Op Fl v
 .Op Fl l Ar loadaddr
+.Ar kernel
 .Sh DESCRIPTION
 This program compresses a kernel using
 .Xr gzip 1

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Jun 9 16:41:41 PDT 1999 
Responsible-Changed-Why:  
Misfiled PR. 
Responsible-Changed-From-To: freebsd-doc->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Jun 15 11:20:37 PDT 1999 
Responsible-Changed-Why:  
I'll squish my own nit now that I'm a committer. 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Jun 21 05:09:37 PDT 1999 
State-Changed-Why:  
Committed, rev 1.6 of kzip.8 . 
>Unformatted:
