Bug 34047

Summary: [PATCH] function dev_depends() is referred to as depends_dev() in make_dev(9) and the MLINK does the same error
Product: Documentation Reporter: Maxime Henrion <mux>
Component: Books & ArticlesAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Maxime Henrion 2002-01-18 21:20:02 UTC
	In the make_dev(9) manpage, the dev_depends() functions is called
	depends_dev() several times.  Moreover, the Makefile in man9/
	creates an MLINK to depends_dev.9 instead of dev_depends.9.

How-To-Repeat: 	man make_dev
Comment 1 dd freebsd_committer freebsd_triage 2002-02-10 06:45:57 UTC
Responsible Changed
From-To: freebsd-doc->dd

My screwup (notice how the man page doesn't even consistently misspell it).
Comment 2 dd freebsd_committer freebsd_triage 2002-02-11 01:21:32 UTC
State Changed
From-To: open->closed

Patch applied, thanks!