From schweikh@schweikhardt.net  Sat Mar 10 01:51:21 2001
Return-Path: <schweikh@schweikhardt.net>
Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251])
	by hub.freebsd.org (Postfix) with ESMTP id 0F21C37B71A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Mar 2001 01:51:21 -0800 (PST)
	(envelope-from schweikh@schweikhardt.net)
Received: by bremen.shuttle.de (Postfix, from userid 10)
	id 0B83F17D54; Sat, 10 Mar 2001 10:51:14 +0100 (CET)
Received: (from schweikh@localhost)
	by hal9000.schweikhardt.net (8.11.1/8.11.1) id f2A92eI02595;
	Sat, 10 Mar 2001 10:02:40 +0100 (CET)
	(envelope-from schweikh)
Message-Id: <200103100902.f2A92eI02595@hal9000.schweikhardt.net>
Date: Sat, 10 Mar 2001 10:02:40 +0100 (CET)
From: Jens Schweikhardt <schweikh@schweikhardt.net>
Reply-To: schweikh@schweikhardt.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: typos in some manpages (dependant)
X-Send-Pr-Version: 3.2

>Number:         25648
>Category:       docs
>Synopsis:       typos in some manpages (dependant)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 02:00:01 PST 2001
>Closed-Date:    Fri Nov 23 13:26:07 PST 2001
>Last-Modified:  Fri Nov 23 13:27:43 PST 2001
>Originator:     Jens Schweikhardt
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
An Open Pod Bay Door
>Environment:

	FreeBSD 4.2-RELEASE i386

>Description:

dependant should read dependent.

>How-To-Repeat:

$ find /usr/share/man/man* -name '*.gz' | xargs zegrep -in dependant
/usr/share/man/man5/named.conf.5.gz:1060:is order dependant. 
/usr/share/man/man7/hier.7.gz:555:architecture independant files.
/usr/share/man/man8/wlconfig.8.gz:56:independantly whilse occupying the same airspace.
/usr/share/man/man9/device_set_flags.9.gz:47:Each device supports a set of driver-dependant flags which are often
/usr/share/man/man9/device_get_flags.9.gz:47:Each device supports a set of driver-dependant flags which are often

>Fix:

The following should fix the man page source files in-place:

perl -pi -e 's/dependant/dependent/g' \
/usr/src/contrib/bind/doc/man/named.conf.5 \
/usr/src/share/man/man7/hier.7 \
/usr/src/usr.sbin/wlconfig/wlconfig.8 \
/usr/src/share/man/man9/device_set_flags.9 \
/usr/src/share/man/man9/device_get_flags.9

Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->asmodai 
Responsible-Changed-By: chris 
Responsible-Changed-When: Wed Jun 6 12:11:58 PDT 2001 
Responsible-Changed-Why:  
The rest of this PR applies to src/contrib/bind stuff, which is 
asmodai's thing. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25648 
State-Changed-From-To: open->analyzed 
State-Changed-By: chris 
State-Changed-When: Wed Jun 6 12:12:56 PDT 2001 
State-Changed-Why:  
And the proper state for this PR is now `analyzed'. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25648 
Responsible-Changed-From-To: asmodai->freebsd-doc 
Responsible-Changed-By: asmodai 
Responsible-Changed-When: Fri Nov 16 02:24:58 PST 2001 
Responsible-Changed-Why:  
Move back to the doc team. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25648 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dougb 
State-Changed-When: Fri Nov 23 13:26:07 PST 2001 
State-Changed-Why:  

Asmo's excellent suggestion that the originator send the 
typo information to bind-bugs@isc.org did not make it into 
the audit trail, so here you go. 


Responsible-Changed-From-To: freebsd-doc->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Fri Nov 23 13:26:07 PST 2001 
Responsible-Changed-Why:  

I closed the PR. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25648 
>Unformatted:
