summaryrefslogtreecommitdiff
path: root/vis-menu.1
AgeCommit message (Collapse)Author
2016-12-08Move manual pages to man/ subfolderMarc André Tanner
2016-12-02man: Make vis-{clipboard,menu,open} manpages lint-clean.Tim Allen
They now pass `mandoc -Tlint` (the BSD manpage renderer) and `man --warnings=w` (the GNU one).
2016-11-30man: use hard coded dates in manual pagesMarc André Tanner
Using the installation date might be misleading and harms reproducible builds. Omitting the dates completely might be dangerous because it seems to be a required field: The only firm requirement of the mdoc prologue is that the Dd macro comes first: many formatting systems will read up to the first macro to determine the formatting language. If Dd is not encountered first, the mdoc format may not be recognised. http://manpages.bsd.lv/mdoc.html
2016-05-28[vis-menu] Document the initial-filter parameter.Tim Allen
2016-05-28[vis-menu] Add a manpage.Tim Allen
Unlike the existing vis(1) manpage, this uses the `mdoc` macro set because it's (very slightly) more modern, and OpenBSD only supports `mdoc` while everybody else supports both.