From andrew@ugh.net.au  Sat Oct 28 07:50:02 2000
Return-Path: <andrew@ugh.net.au>
Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37])
	by hub.freebsd.org (Postfix) with ESMTP id 3971737B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Oct 2000 07:49:58 -0700 (PDT)
Received: by starbug.ugh.net.au (Postfix, from userid 1000)
	id BEA9FA842; Sun, 29 Oct 2000 01:49:57 +1100 (EST)
Message-Id: <20001028144957.BEA9FA842@starbug.ugh.net.au>
Date: Sun, 29 Oct 2000 01:49:57 +1100 (EST)
From: andrew@ugh.net.au
Reply-To: andrew@ugh.net.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: viewing login_cap(3) causes error to be emitted
X-Send-Pr-Version: 3.2

>Number:         22375
>Category:       docs
>Synopsis:       viewing login_cap(3) causes error to be emitted
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 07:50:03 PDT 2000
>Closed-Date:    Sat Oct 28 11:40:40 PDT 2000
>Last-Modified:  Sat Oct 28 11:41:27 PDT 2000
>Originator:     Andrew
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
UgH!
>Environment:

	

>Description:

When formatting login_cap(3) an error is emitted:

Unknown FreeBSD version ``),'' at line 320

>How-To-Repeat:

	

>Fix:

This fix prevents the error message but places an extraneous space before the
). I'm not sure how to fix that.

--- login_cap.3.orig	Sun Oct 29 00:00:24 2000
+++ login_cap.3	Sun Oct 29 00:12:11 2000
@@ -317,7 +317,8 @@
 Time values are normally used for setting resource, accounting and
 session limits.
 If supported by the operating system and compiler (which is true of
-.Fx ),
+.Fx
+),
 the value returned is a quad (long long), of type
 .Em rlim_t .
 A value "inf" or "infinity" may be used to express an infinite

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sat Oct 28 11:40:40 PDT 2000 
State-Changed-Why:  
Already fixed in rev 1.19 of login_cap.3 on 7/6/00. 

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