Bug 13284

Summary: Allow .Rv macro for man section 7
Product: Documentation Reporter: Alexey M. Zelkin <phantom>
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 Alexey M. Zelkin 1999-08-21 08:10:01 UTC
By default .Rv (Return Value) macro is allowed for 2 and 3 sections only.
It's right. But mdoc.samples.7 is also using that function to show result
of the .Rv macro (see mdoc.samples(7)). We have to possibilities to fix
error message when viewing mdoc.samples(7):
1. Just hardcode its message, it's ugly.
2. Enable .Rv for 7 section, but don't include this change information
to docs and its usage (enable hiddenly).
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 1999-09-22 23:39:05 UTC
State Changed
From-To: open->closed

Sligtly modified pattch applied. Thanks!