summaryrefslogtreecommitdiffstats
path: root/man2html/hman.1
blob: 4676f55c4ba65d5f8ac1bc6cfdac5dec823198fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
hman(1)                              General Commands Manual                              hman(1)

NAME
       hman - browse the on-line manual pages

SYNOPSIS
       hman [ -P browser ] [ -H host ] [ section ] name
       hman [ -P browser ] [ -H host ] [ section ] [ index ]

DESCRIPTION
       The  hman script is an interface to man2html(1) that allows you to enter man page requests
       at the command line and view the output in your favourite browser.  The behaviour  reminds
       of  that  of man(1) so that many people will be able to alias hman to man.  If the browser
       used is netscape, and an incarnation of netscape is running already, hman  will  pass  the
       request to the existing browser.

OPTIONS
       -P  browser
              Specify which browser (like lynx, xmosaic, arena, chimera, netscape, amaya, ...) to
              use.  This option overrides the MANHTMLPAGER environment variable.  The default  is
              the non-httpd version of lynx.

       -H  host
              Specify from what host to get the man pages.  This option overrides the MANHTMLHOST
              environment variable.  The default is localhost.

ENVIRONMENT
       MANHTMLPAGER
              The default browser to use is selected using this environment variable.

       MANHTMLHOST
              The default host to use is selected using this environment variable.

SEE ALSO
       man(1), man2html(1), arena(1), lynx(1), netscape(1), xmosaic(1), glimpse(1)

       http://www.mcom.com/newsref/std/x-remote.html

                                         19 January 1998                                  hman(1)