| Anonymous | Login | 2026-03-15 11:23 CET |
| Main | My View | View Issues |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0001846 | [ntop] regular use | minor | always | 2006-10-01 22:07 | 2011-02-15 14:08 | ||
| Reporter | jeff | View Status | public | ||||
| Assigned To | |||||||
| Priority | normal | Resolution | fixed | Platform | SunFire V250 | ||
| Status | closed | OS | Solaris 9 (sparc) Generic | ||||
| Projection | none | OS Version | 117171-14 | ||||
| ETA | none | Product Build | 3.0 | ||||
| Summary | 0001846: Manual page will not format | ||||||
| Description |
Running the ntop.8 source page through nroff produces no output. The problem is that the author apparently does not know about the two-character limit on [nt]roff macro names and tries to define a macro named It2. Nroff silently chokes on this (although groff gives you a useful error message). Near the head of the file you will find: .de It .TP 1.2 .B \"\\\\$1 \" .. .de It2 .TP 1.2 .B \"\\\\$1 | \\\\$2\" .. Doing a global edit on the source file and substituting \"Iz\" for \"It2\" fixes the problem and the page will format. Please fix and inform author to revise the source. |
||||||
| Steps To Reproduce | |||||||
| Additional Information | Fixed version set to be included in next package update. Thanks for the information on how to fix. | ||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2008 Mantis Group |