about summary refs log tree commit diff
path: root/exman.1 (follow)
Commit message (Expand)AuthorAge
* Update to OpenBSD 7.1 2062.73June McEnroe2022-05-08
* Update to OpenBSD 7.0 2062.63June McEnroe2021-10-15
* Update to Linux man-pages 5.13 2062.53Štěpán Němec2021-08-29
* Update to NetBSD 9.2 2062.52June McEnroe2021-08-26
* Update to Linux man-pages 5.12Štěpán Němec2021-08-22
* Add manuals for macOS 11.3June McEnroe2021-06-21
* Update to OpenBSD 6.9June McEnroe2021-05-08
* Update to Linux man-pages 5.11June McEnroe2021-04-26
* Update to FreeBSD 13.0June McEnroe2021-04-26
* Completely rewrite how manuals are fetched and installedJune McEnroe2021-01-27
* Update to man-pages-posix 2017-aJune McEnroe2020-12-14
* Update to OpenBSD 6.8June McEnroe2020-12-14
* Update to NetBSD 9.1June McEnroe2020-12-14
* Update to man-pages 5.09June McEnroe2020-12-14
* Update to FreeBSD 12.2June McEnroe2020-12-14
* Update to OpenBSD 6.7June McEnroe2020-06-08
* Add exman(1) pageJune McEnroe2020-05-03
/qf.c?id=ae064a619bb3972f0c12840e7d8950ac025fea1c&follow=1'>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe