Bug 154215

Summary: Error in manpage quotacheck(8).
Product: Documentation Reporter: Mats Erik Andersson <debian>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Mats Erik Andersson 2011-01-22 00:30:08 UTC
The manpage quotacheck(8) is written using an unknown macro `Xf'.
This should be replaced by `Xr'. The error results in an incomplete
rendering of the manual page in question.

Fix: Patch attached with submission follows:
How-To-Repeat: Read the last sentence explaining the option `-l'. There is a
text reference "fsck(8)" missing due to the present error.
Comment 1 Glen Barber freebsd_committer freebsd_triage 2011-01-22 00:32:55 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 2 Glen Barber freebsd_committer freebsd_triage 2011-01-22 01:13:50 UTC
On 1/21/11 7:28 PM, Mats Erik Andersson wrote:
> The manpage quotacheck(8) is written using an unknown macro `Xf'.
> This should be replaced by `Xr'. The error results in an incomplete
> rendering of the manual page in question.
>> How-To-Repeat:
> Read the last sentence explaining the option `-l'. There is a
> text reference "fsck(8)" missing due to the present error.

Hi,

This was fixed in HEAD by r205076.  I'll work on getting this MFC'd.
Thanks for the report!

-- 
Glen Barber | gjb@FreeBSD.org
FreeBSD Documentation Project
Comment 3 Glen Barber freebsd_committer freebsd_triage 2011-01-22 01:14:10 UTC
State Changed
From-To: open->patched

Was fixed in HEAD by r205076.  Still needs to be MFC'd.
Comment 4 Glen Barber freebsd_committer freebsd_triage 2011-02-27 18:26:51 UTC
State Changed
From-To: patched->closed

MFC'd to stable/8.  Thanks!