[docs] Wrong title for __TYPE and __install_TYPE types #76

Closed
opened 2021-11-20 13:23:33 +00:00 by ungleich-gitea · 4 comments

Example of this:

> diff -r __directory/ __install_directory/
Only in __install_directory: install

(For future me-reference: __install means: https://www.cdi.st/manual/latest/cdist-type.html#install-type-with-install-command)

This is utterly confusing as the documentation for both types looks exactly the same including title and menu entry, except for the number and the URL.

Would it be possible to use the name of the directory instead of the title?

Example of this: * https://www.cdi.st/manual/latest/man7/cdist-type__directory.html * https://www.cdi.st/manual/latest/man7/cdist-type__install_directory.html ``` > diff -r __directory/ __install_directory/ Only in __install_directory: install ``` (For future me-reference: `__install` means: https://www.cdi.st/manual/latest/cdist-type.html#install-type-with-install-command) This is utterly confusing as the documentation for both types looks *exactly the same* including title and menu entry, except for the number and the URL. Would it be possible to use the name of the directory instead of the title?
poljakowski was assigned by ungleich-gitea 2021-11-20 13:23:33 +00:00
Author
Owner

closed

closed
Author
Owner

mentioned in commit f22349ce8a

mentioned in commit f22349ce8a6571601478a76bfe3b68bb574154ba
Author
Owner

This is an issue that need to be resolved.
It is already done, sometime in the past, for file type.
For some install types man is rewritten, for some install types man is a link to regular type.
__type and __install_type are the same except for install marker.

It should/will be fixed.

This is an issue that need to be resolved. It is already done, sometime in the past, for `file` type. For some install types man is rewritten, for some install types man is a link to regular type. __type and __install_type are the same except for `install` marker. It should/will be fixed.
Author
Owner

assigned to @poljakowski

assigned to @poljakowski
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#76
No description provided.