Bug 37175

Summary: minor errors in two man pages
Product: Documentation Reporter: rdm <rdm>
Component: Books & ArticlesAssignee: ru <ru>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description rdm 2002-04-17 09:10:00 UTC
	Here are two minor errors, with "first cuts" at patches.

Fix: 

See below.

bc.1
----

> 643: warning: numeric expression expected (got `e')

% diff bc.3 bc.3%
643c643
< .IP LANG
---
> .IP LANG environment


memcluster.3
------------

> mdoc warning: Unknown keyword `means' in .Bl request (#279)
> mdoc warning: Unknown keyword `that,' in .Bl request (#279)
> mdoc warning: Unknown keyword `for' in .Bl request (#279)

% diff memcluster.3 memcluster.3%
279c279
< .Bl -enum -offset -indent
---
> .Bl -enum -offset -indent means that, for
How-To-Repeat: 
	"groff -man" the man pages or, alternatively,
	"groff -te -mandoc -mtty-char -Tps" them...
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-22 09:14:58 UTC
On 2002-04-17 01:02, Rich Morin wrote:

> bc.1
> ----
>
> > 643: warning: numeric expression expected (got `e')
>
> % diff bc.3 bc.3%
> 643c643
> < .IP LANG
> ---
> > .IP LANG environment

This was fixed in revision 1.6 of src/contrib/bc/doc/bc.1 by Ruslan
Ermilov, and needs to me MFC'ed :-)

> memcluster.3
> ------------
> 
> > mdoc warning: Unknown keyword `means' in .Bl request (#279)
> > mdoc warning: Unknown keyword `that,' in .Bl request (#279)
> > mdoc warning: Unknown keyword `for' in .Bl request (#279)
> 
> % diff memcluster.3 memcluster.3%
> 279c279
> < .Bl -enum -offset -indent
> ---
> > .Bl -enum -offset -indent means that, for

This is really part of the libisc from BIND.  And it seems to have
been fixed in the sources.  The import of BIND 8.3.1-REL fixed this in
revision 1.1.1.2 -> 1.1.1.3 of this file :)

- Giorgos
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-22 09:15:16 UTC
State Changed
From-To: open->patched

The first change has already been made by ru@FreeBSD.org and must be 
MFC'ed.  The second was fixed by the import of BIND 8.3.1-REL :) 


Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-22 09:15:16 UTC
Responsible Changed
From-To: freebsd-doc->ru

Ruslan, can you handle the MFC of revision 1.5 -> 1.6?
Comment 4 ru freebsd_committer freebsd_triage 2002-07-29 08:45:16 UTC
State Changed
From-To: patched->closed

src/contrib/bc/doc/bc.1,v 1.6 MFC'ed.