Bug 1612335
Summary: | Man page scan results for zsh | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maryna Nalbandian <mnalband> | ||||
Component: | zsh | Assignee: | Kamil Dudka <kdudka> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | dkutalek, dmaphy, james.antill, j, kdudka, svashisht | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-08-10 16:03:23 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1600386 | ||||||
Attachments: |
|
Description
Maryna Nalbandian
2018-08-03 17:02:37 UTC
Created attachment 1473217 [details]
Logs
> [ Error ] config file /etc/skel/.zshrc has no man page! Check it's content for proper documentation
> [ Error ] config file /etc/zlogin has no man page! Check it's content for proper documentation
> [ Error ] config file /etc/zlogout has no man page! Check it's content for proper documentation
> [ Error ] config file /etc/zprofile has no man page! Check it's content for proper documentation
> [ Error ] config file /etc/zshenv has no man page! Check it's content for proper documentation
> [ Error ] config file /etc/zshrc has no man page! Check it's content for proper documentation
All the files in /etc are documented in themselves. See their contents.
All the warnings are false positives, as far as I can tell.
zsh is a shell interpreter, which has the corresponding zsh(1) man page entry. All the other man pages in section 1 are referred from the top-level zsh(1) man page.
|