1W3MMAN(1) General Commands Manual W3MMAN(1)
2
3
4
6 w3mman - an interface to the on-line reference manuals via w3m(1)
7
9 w3mman [ -M path ] [ [ section ] page ]
10 w3mman [ -M path ] [ section ] -k keyword
11 w3mman -l file
12
14 w3mman is a Perl script that uses w3m(1) to serve as a pager for on-
15 line reference manuals.
16
18 A summary of options is included below.
19
20 -M path
21 Specify path as alternative MANPATH to use.
22
23 -k keyword
24 Specify keyword.
25
26 -l file
27 Specify a file.
28
30 Two variables are available for debugging.
31
32 W3MMAN_W3M
33 If W3MMAN_W3M is set, its value is used instead of w3m.
34
35 W3MMAN_MAN
36 If W3MMAN_MAN is set, its value is used instead of /usr/bin/man.
37
39 /usr/libexec/w3m/cgi-bin/w3mman2html.cgi
40 manual page to HTML converter.
41
43 man(1), w3m(1).
44
46 This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for
47 the Debian GNU/Linux system (but may be used by others).
48
49
50
51 2016-07-13 W3MMAN(1)