Bug 143238 - ksh93's shell(3)/cdt(3) manual pages does not format correctly
Summary: ksh93's shell(3)/cdt(3) manual pages does not format correctly
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: unspecified
Hardware: Other SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-13 23:14 UTC by Felix Schulte
Modified: 2006-01-16 14:33 UTC (History)
3 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Schulte 2006-01-13 23:14:57 UTC
The shell(3) manual page does not format correctly, sometimes words are missing and the whole manual is unuseable (well, important words are missing). The same manual page looks fine on Solaris 8, 9, 10.

Formatting the manual results in the following errors:
----------------------------------------------
$ man shell >/dev/null
Reformatting shell(3), please wait...
/usr/share/man/man3/shell.3.gz:6: warning: can't find character `k'
/usr/share/man/man3/shell.3.gz:6: warning: can't find character `s'
/usr/share/man/man3/shell.3.gz:6: warning: can't find character `h'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `#'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `i'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `n'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `c'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `l'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `u'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `d'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `e'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `<'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `.'
/usr/share/man/man3/shell.3.gz:13: warning: can't find character `>'
/usr/share/man/man3/shell.3.gz:14: warning: can't find character `b'
/usr/share/man/man3/shell.3.gz:14: warning: can't find character `a'
/usr/share/man/man3/shell.3.gz:14: warning: can't find numbered character 45
[schnipp, schnapp, schnappi was here...]
----------------------------------------------
Comment 1 Felix Schulte 2006-01-13 23:20:49 UTC
I forgot to say that this is ksh93, not pdksh.
Comment 2 Felix Schulte 2006-01-14 00:08:16 UTC
cdt(3) manual page suffers from similar defects.
Comment 3 Dr. Werner Fink 2006-01-16 14:33:09 UTC
This is already fixed for next release of SuSE Linux

 g31:/ # man 3 shell >/dev/null
 Reformatting shell(3ast), please wait...
 g31:/ # man 3 cdt >/dev/null
 Reformatting cdt(3ast), please wait...

also I'm using now the better sub section 3ast to
be able to distinguish from other manual pages
using the same name space.