[bug-notifications] [textutils 0000098]: program names in man pages do not match program names
Mantis Bug Tracker
noreply at opencsw.org
Sat Jun 26 21:47:09 CEST 2010
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=98
======================================================================
Reported By: james
Assigned To: phil
======================================================================
Project: textutils
Issue ID: 98
Category: other
Reproducibility: always
Severity: feature
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2003-05-21 10:52 CEST
Last Modified: 2010-06-26 21:47 CEST
======================================================================
Summary: 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
======================================================================
----------------------------------------------------------------------
(0008067) phil (manager) - 2010-06-26 21:47
https://www.opencsw.org/mantis/view.php?id=98#c8067
----------------------------------------------------------------------
obsolete package
More information about the bug-notifications
mailing list