|
Mantis - textutils
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 98 | other | feature | always | 2003-05-21 10:52 | 2010-06-26 21:47 |
|
|
|||||
| Reporter: | james | Platform: | |||
| Assigned To: | phil | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | no change required | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| 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 |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||