Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287783 - dev-libs/openssl: renamed manpages dont have updated SEE ALSO sections
Summary: dev-libs/openssl: renamed manpages dont have updated SEE ALSO sections
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-05 14:47 UTC by Guido Winkelmann
Modified: 2010-01-11 02:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Winkelmann 2009-10-05 14:47:22 UTC
The manpage for openssl(1) refers the reader to several other manpages for its subcommands, among them s_client(1). No manpage by that name is present on the system.

Reproducible: Always

Steps to Reproduce:
1. man 1 s_client
2.
3.

Actual Results:  
No entry for s_client in section 1 of the manual.

Expected Results:  
A manpage describing the use of the s_client subcommand to the openssl command should be displayed.
Comment 1 SpanKY gentoo-dev 2009-11-05 20:09:48 UTC
all openssl man pages are given a "ssl-" or "openssl-" prefix to prevent clashes with other man pages.  s_client(1) is simply ssl-s_client(1).
Comment 2 Guido Winkelmann 2009-11-05 20:40:44 UTC
In that case, I suggest it is the main openssl man page that needs to be fixed/patched.
Comment 3 SpanKY gentoo-dev 2009-11-05 21:03:50 UTC
every man page needs fixing, but patching isnt feasible.  not that it's a terribly big issue, so i probably wont look at it for a while.