| Summary: | minor errors in two man pages | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | rdm <rdm> |
| Component: | Books & Articles | Assignee: | 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
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 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 :) Responsible Changed From-To: freebsd-doc->ru Ruslan, can you handle the MFC of revision 1.5 -> 1.6? State Changed From-To: patched->closed src/contrib/bc/doc/bc.1,v 1.6 MFC'ed. |