From nobody@FreeBSD.org  Sat Jan 22 00:28:54 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8823B1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Jan 2011 00:28:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 77D948FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Jan 2011 00:28:54 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0M0SsCk052778
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Jan 2011 00:28:54 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0M0SsuW052777;
	Sat, 22 Jan 2011 00:28:54 GMT
	(envelope-from nobody)
Message-Id: <201101220028.p0M0SsuW052777@red.freebsd.org>
Date: Sat, 22 Jan 2011 00:28:54 GMT
From: Mats Erik Andersson <debian@gisladisker.se>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Error in manpage quotacheck(8).
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154215
>Category:       docs
>Synopsis:       Error in manpage quotacheck(8).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 22 00:30:08 UTC 2011
>Closed-Date:    Sun Feb 27 18:27:13 UTC 2011
>Last-Modified:  Sun Feb 27 18:27:13 UTC 2011
>Originator:     Mats Erik Andersson
>Release:        FREEBSD 8.1-RELEASE
>Organization:
>Environment:
>Description:
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.
>Fix:


Patch attached with submission follows:

Description: Non-existent macro in manpage.
 Use an existing macro.
Author: Mats Erik Andersson <debian@gisladisker.se>
Forwarded: yes
Last-Update: 2011-01-21

--- freebsd-8.1.orig/sbin/quotacheck/quotacheck.8	2010-06-14 04:09:06.000000000 +0200
+++ freebsd-8.1/sbin/quotacheck/quotacheck.8	2011-01-21 14:22:47.000000000 +0100
@@ -82,7 +82,7 @@
 .Xr fsck 8 .
 This option is deprecated and parallel passes are always run
 as per
-.Xf fsck 8.
+.Xr fsck 8 .
 .It Fl u
 Only user quotas listed in
 .Pa /etc/fstab


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sat Jan 22 00:32:55 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=154215 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Sat Jan 22 01:14:10 UTC 2011 
State-Changed-Why:  
Was fixed in HEAD by r205076.  Still needs to be MFC'd. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=154215 

From: Glen Barber <gjb@FreeBSD.org>
To: Mats Erik Andersson <debian@gisladisker.se>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/154215: Error in manpage quotacheck(8).
Date: Fri, 21 Jan 2011 20:13:50 -0500

 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
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Sun Feb 27 18:26:51 UTC 2011 
State-Changed-Why:  
MFC'd to stable/8.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=154215 
>Unformatted:
