Split man pages#799
Conversation
Codecov Report
@@ Coverage Diff @@
## master #799 +/- ##
==========================================
- Coverage 65.01% 59.49% -5.52%
==========================================
Files 30 36 +6
Lines 5276 5795 +519
==========================================
+ Hits 3430 3448 +18
- Misses 1846 2347 +501
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
bebehei
left a comment
There was a problem hiding this comment.
I absolutely appreciate it! Gives more clarity about the stuff.
Also ppl from sway and wayland side are used to have multiple manpages in different man sections. Especially section 5 is used there heavily.
860f675 to
dcc85ed
Compare
Yep, that's where I got it from. It might take some getting used to, but in the end it's better. |
|
Rebased this one on #798, so it should be good to go as well. |
|
I rebased again. It's ready for merging now. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #799 +/- ##
==========================================
+ Coverage 59.51% 59.55% +0.03%
==========================================
Files 36 36
Lines 5800 5790 -10
==========================================
- Hits 3452 3448 -4
+ Misses 2348 2342 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The dunst man page was getting really big , so I figured it was best to split it up. This PR splits the dunst man page into a section 1 and section 5 man page. Section 1 contains all the documentation to running the dunst command. Section 5 contains the documentation regarding the configuration of dunst. I also updated and added to a few parts of the man page.
Don't merge before #781, because I will have to fix a few conflicts (should have based this on the wayland branch...).