From chris@holly.dyndns.org Wed Jun 30 23:49:58 1999
Return-Path: <chris@holly.dyndns.org>
Received: from leap.innerx.net (leap.innerx.net [38.179.176.25])
	by hub.freebsd.org (Postfix) with ESMTP id 2488514C83
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Jun 1999 23:49:50 -0700 (PDT)
	(envelope-from chris@holly.dyndns.org)
Received: from holly.dyndns.org (ip145.houston3.tx.pub-ip.psi.net [38.12.169.145])
	by leap.innerx.net (Postfix) with ESMTP id B090F371FA
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jul 1999 02:49:47 -0400 (EDT)
Received: (from chris@localhost)
	by holly.dyndns.org (8.9.3/8.9.3) id BAA71743;
	Thu, 1 Jul 1999 01:49:12 -0500 (CDT)
	(envelope-from chris)
Message-Id: <199907010649.BAA71743@holly.dyndns.org>
Date: Thu, 1 Jul 1999 01:49:12 -0500 (CDT)
From: chris@calldei.com
Sender: chris@holly.dyndns.org
Reply-To: chris@calldei.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] kldload man page mentions kldload in .Nm
X-Send-Pr-Version: 3.2

>Number:         12472
>Category:       docs
>Synopsis:       [Patch] kldload man page mentions kldload in .Nm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 30 23:50:01 PDT 1999
>Closed-Date:    Mon Jul 5 05:45:35 PDT 1999
>Last-Modified:  Mon Jul  5 05:46:10 PDT 1999
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

$Id: kldload.2,v 1.2 1999/04/09 14:31:59 bde Exp $

>Description:

The manual page shows 'kldload, kldunload - Loads a file ...' which is
wrong, as the man pages for kldload and kldunload are separate.

Also, perhaps the manual pages should be merged into -STABLE from -CURRENT.

>How-To-Repeat:

man kldload

>Fix:

Index: kldload.2
===================================================================
RCS file: /home/ncvs/src/lib/libc/sys/kldload.2,v
retrieving revision 1.2
diff -u -r1.2 kldload.2
--- kldload.2	1999/04/09 14:31:59	1.2
+++ kldload.2	1999/07/01 06:45:04
@@ -30,8 +30,7 @@
 .Dt KLDLOAD 2
 .Os FreeBSD
 .Sh NAME
-.Nm kldload ,
-.Nm kldunload
+.Nm kldload
 .Nd load KLD files into the kernel 
 .Sh SYNOPSIS
 .Fd #include <sys/param.h>

>Release-Note:
>Audit-Trail:

From: Chris Costello <chris@calldei.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: docs/12472: [Patch] kldload man page mentions kldload in .Nm
Date: Thu, 1 Jul 1999 01:53:28 -0500

 On Thu, Jul 1, 1999, chris@calldei.com wrote:
 > >Synopsis:       [Patch] kldload man page mentions kldload in .Nm
 
    Argh!  mentions kldunload!
 
    I'll just blame it on the fact that I'm doing this at 2 AM.
 
 -- 
 Chris Costello                                <chris@calldei.com>
 If a train station is where the train stops, what is a work station?
 
Responsible-Changed-From-To: freebsd-doc->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Jul 1 05:13:43 PDT 1999 
Responsible-Changed-Why:  
I'll take this one -- the whole family needs cross-references as well. 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Jul 5 05:45:35 PDT 1999 
State-Changed-Why:  
Committed along with some cross-references. Thanks. 
>Unformatted:
