From rdm@cfcl.com  Wed Apr 17 01:03:34 2002
Return-Path: <rdm@cfcl.com>
Received: from cfcl.com (cpe-24-221-169-54.ca.sprintbbd.net [24.221.169.54])
	by hub.freebsd.org (Postfix) with ESMTP id 1639C37B41D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Apr 2002 01:03:34 -0700 (PDT)
Received: (from rdm@localhost)
	by cfcl.com (8.11.1/8.11.1) id g3H82TC32296;
	Wed, 17 Apr 2002 01:02:29 -0700 (PDT)
	(envelope-from rdm)
Message-Id: <200204170802.g3H82TC32296@cfcl.com>
Date: Wed, 17 Apr 2002 01:02:29 -0700 (PDT)
From: Rich Morin <rdm@cfcl.com>
Reply-To: rdm@cfcl.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: similar nits in assorted man pages
X-Send-Pr-Version: 3.2

>Number:         37176
>Category:       docs
>Synopsis:       similar nits in assorted man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 17 01:10:00 PDT 2002
>Closed-Date:    Mon Dec 23 08:06:03 PST 2002
>Last-Modified:  Mon Dec 23 08:06:03 PST 2002
>Originator:     Rich Morin
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
Canta Forda Computer Laboratory
>Environment:

        FreeBSD fb45.cfcl.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0:
        Mon Jan 28 14:31:56 GMT 2002
        murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC  i386

>Description:

	When I format assorted man pages, a certain class of errors show
        up.  As these all seem very similar, I have folded them into a
        single PR.

        Most of the errors have to do with ".Li" arguments, via the ".Ql"
        macro.  It looks like a fix to the macro is needed...

>How-To-Repeat:

	"groff -man" the man pages or, alternatively,
	"groff -te -mandoc -mtty-char -Tps" them...

>Fix:

	See below.


ftp.1
-----

> Usage: .Li argument ... (#609)

I don't know what the fix should be; the offending line is:

> .Ql Op Ar seq1 , Ar seq2


mail.1
------

> Usage: .Li argument ... (#167)
> Usage: .Li argument ... (#171)
> Usage: .Li argument ... (#173)
> ...

I don't know what the fix should be; the offending lines are:

> .Ql Ic p ) .
> .Ql Ic \&+
> .Ql Ic \&\-
> ...


make.1
------

> Usage: .Li argument ... (#63)
> Usage: .Li argument ... (#65)
> Usage: .Li argument ... (#68)
> ...

I don't know what the fix should be; the offending lines are:

> .Ql Pa makefile
> .Ql Pa Makefile
> .Ql Va .OBJDIR )
> ...


paste.1
-------

Usage: .Li argument ... (#108)
Usage: .Li argument ... (#112)

I don't know what the fix should be; the offending lines are:

> .Ql Fl
> .Ql Fl .


ps.1
----

> Usage: .Li argument ... (#252)

I don't know what the fix should be; the offending line is:

> .Ql Li /proc/<pid>/status .


cvsupd.8
--------

> Usage: .Li argument ... (#60)

I don't know what the fix should be; the offending line is:

> .Ql Fl C Ar maxClients


dump.8
------

> Usage: .Li argument ... (#145)

I don't know what the fix should be; the offending line is:

> .Ql Fl


intro.8
-------

> Usage: .Li argument ... (#45)
> Usage: .Li argument ... (#47)
> Usage: .Li argument ... (#49)
> ...

I don't know what the fix should be; the offending lines are:

> .Ql Xr newfs ,
> .Ql Xr fsck ,
> .Ql Xr edquota ,
> ...


restore.8
---------

> Usage: .Li argument ... (#295)

I don't know what the fix should be; the offending line is:

> .Ql Fl
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Wed Apr 17 03:52:31 PDT 2002 
Responsible-Changed-Why:  
Nice spot!  I will fix these all soon. 

The nroff version of the .Ql macro should also be fixed to not hide these bugs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37176 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Mon Dec 23 08:05:38 PST 2002 
State-Changed-Why:  
Fixed, thanks! 

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