aboutsummaryrefslogtreecommitdiff
path: root/vis-menu.1
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08Move manual pages to man/ subfolderMarc André Tanner1-255/+0
2016-12-02man: Make vis-{clipboard,menu,open} manpages lint-clean.Tim Allen1-16/+11
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é Tanner1-1/+1
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 Allen1-0/+8
2016-05-28[vis-menu] Add a manpage.Tim Allen1-0/+252
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.