summaryrefslogtreecommitdiff
path: root/sys/man/1/page
AgeCommit message (Collapse)Author
2020-01-20page(1): fix troff manual exampleAlex Musolino
2018-02-28manpages: shut up about tex (1)khm
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2014-05-26page(1): orcinap_lenrek
2014-05-26page(1): minuscinap_lenrek
2014-05-26page(1): theres no -r option, nor multipage restrictionscinap_lenrek
2013-12-27add HISTORY to various man pagesstanley lieber
2013-12-21page: implement bookmarks (thanks trav_ for starting it)cinap_lenrek
add new functions pageaddr() that returns a string describing the page to be loaded. it is in the form of: /path/to/file!pagename!subpage!.... one can jump to such a page by calling trywalk(name, addr) where name and addr get concatinated with ! to form a page address and then the currently loaded pages are walked up to the nearest page which is then returned. (or nil when not found). the remaining address will be set in the global pagewalk variable. once pages get loaded (asynchronously), pagewalk1() gets called again on addpage() and continues the walking up to the last page. new program flag -j <addr> was added to jump to a page on startup. page address (without filename) can also be supplied in plumb message with the "addr" attribute.
2013-08-23audio(1), hget(1), nusb(4), page(1): fix spelling, typosstanley lieber
2012-03-10page: allow running external jpg(1) program for animated gifs, mothra: ↵cinap_lenrek
handle gif with page
2011-09-16correcting source reference in page(1)cinap_lenrek
2011-09-15replaceing page with npagecinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/manTaru Karttunen