| Anonymous | Login | 2026-05-13 08:52 CEST |
| Main | My View | View Issues |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000098 | [textutils] other | feature | always | 2003-05-21 10:52 | 2010-06-26 21:47 | ||
| Reporter | james | View Status | public | ||||
| Assigned To | phil | ||||||
| Priority | normal | Resolution | no change required | ||||
| Status | closed | ||||||
| Summary | 0000098: program names in man pages do not match program names | ||||||
| Description |
The program names have a \'g\' prefix but the man pages do not. During build of the package the following should work: for file in cswstage/opt/csw/share/man/man1/* do name=${file##*/g} name=${name%.1} NAME=$(echo $name | tr \'qwertyuioplkjhgfdsazxcvbnm\' \'QWERTYUIOPLKJHGFDSAZXCVBNM\') sed -e s/\\\\\\<$name\\\\\\>/g$name/g -e s/\\\\\\<$NAME\\\\\\>/G$NAME/g < $i > $i.new [ -s $file.new ] && mv $file.new $file done |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-06-26 21:47 | phil | Note Added: 0008067 | |
| 2010-06-26 21:47 | phil | Status | assigned => closed |
| 2010-06-26 21:47 | phil | Resolution | open => no change required |
| Copyright © 2000 - 2008 Mantis Group |