View Issue Details

IDProjectCategoryView StatusLast Update
0007928libmicrohttpddocumentationpublic2024-01-21 13:33
Reporterkisaragi-hiu Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.75 
Summary0007928: Incorrect direntry in libmicrohttpd-tutorial.texi making it unaccessable from Info directory
DescriptionThe direntry of libmicrohttpd-tutorial is

  * libmicrohttpdtutorial: (libmicrohttpd). A tutorial for GNU libmicrohttpd.

But this will cause Info to open the file "libmicrohttpd", which is the manual, not the tutorial.

It should be

  * libmicrohttpdtutorial: (libmicrohttpd-tutorial). A tutorial for GNU libmicrohttpd.

instead.
Steps To Reproduce- Open Info
- Press C-s and search for libmicrohttpd
- Use C-n and C-p to navigate to the line for the tutorial
- Press RET to open it
- Notice it opened the manual, and not the tutorial

You can also use the command `info "(libmicrohttpd-tutorial)Top"` to verify that the tutorial indeed exists, and it's just an error with the dir entry.
TagsNo tags attached.

Activities

Christian Grothoff

2023-09-03 00:29

manager   ~0020469

Fix committed to master branch.

Related Changesets

libmicrohttpd: master 438c3ee2

2023-09-03 02:29

Christian Grothoff


Details Diff
fix 0007928: correct tutorial direntry Affected Issues
0007928
mod - doc/libmicrohttpd-tutorial.texi Diff File

Issue History

Date Modified Username Field Change
2023-08-27 13:05 kisaragi-hiu New Issue
2023-09-03 00:29 Christian Grothoff Changeset attached => libmicrohttpd master 438c3ee2
2023-09-03 00:29 Christian Grothoff Note Added: 0020469
2023-09-03 00:29 Christian Grothoff Assigned To => Christian Grothoff
2023-09-03 00:29 Christian Grothoff Status new => resolved
2023-09-03 00:29 Christian Grothoff Resolution open => fixed
2023-09-03 00:30 Christian Grothoff Target Version => Git master
2024-01-21 13:27 Christian Grothoff Target Version Git master => 0.9.77
2024-01-21 13:33 Christian Grothoff Status resolved => closed