Bug 25648

Summary: typos in some manpages (dependant)
Product: Documentation Reporter: Jens Schweikhardt <schweikh>
Component: Books & ArticlesAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jens Schweikhardt 2001-03-10 10:00:01 UTC
dependant should read dependent.

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)
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
Comment 1 chris freebsd_committer freebsd_triage 2001-06-06 20:11:58 UTC
Responsible Changed
From-To: freebsd-doc->asmodai

The rest of this PR applies to src/contrib/bind stuff, which is 
asmodai's thing.
Comment 2 chris freebsd_committer freebsd_triage 2001-06-06 20:12:56 UTC
State Changed
From-To: open->analyzed

And the proper state for this PR is now `analyzed'.
Comment 3 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2001-11-16 10:24:58 UTC
Responsible Changed
From-To: asmodai->freebsd-doc

Move back to the doc team.
Comment 4 Doug Barton freebsd_committer freebsd_triage 2001-11-23 21:26:07 UTC
State Changed
From-To: analyzed->closed


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. 


Comment 5 Doug Barton freebsd_committer freebsd_triage 2001-11-23 21:26:07 UTC
Responsible Changed
From-To: freebsd-doc->dougb


I closed the PR.