Bug 13222

Summary: Missing links for {v,}{err,warn}c function manpages.
Product: Documentation Reporter: Ben Smithurst <ben>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ben Smithurst 1999-08-18 11:50:01 UTC
The err.3 manpage documents the errc, verrc, warnc, and vwarnc functions
(amongst others).  While the other functions have {name}.3.gz linked
to err.3.gz when installed, these functions do not. This leads to minor
annoyances such as `No manual entry for errc'. There may be a good reason
for this, of course.

Fix: patch for src/lib/libc/gen/Makefile.inc:
How-To-Repeat: 
$ man errc
No manual entry for errc
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 1999-09-22 23:15:18 UTC
State Changed
From-To: open->closed

Patch applied. Thanks!