Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 01:49:57 +1100 (EST)
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/22375: viewing login_cap(3) causes error to be emitted
Message-ID:  <20001028144957.BEA9FA842@starbug.ugh.net.au>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 07:50:03 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001028144957.BEA9FA842>